Linus Torvalds
9ff9b0d392
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
...
Pull networking updates from Jakub Kicinski:
- Add redirect_neigh() BPF packet redirect helper, allowing to limit
stack traversal in common container configs and improving TCP
back-pressure.
Daniel reports ~10Gbps => ~15Gbps single stream TCP performance gain.
- Expand netlink policy support and improve policy export to user
space. (Ge)netlink core performs request validation according to
declared policies. Expand the expressiveness of those policies
(min/max length and bitmasks). Allow dumping policies for particular
commands. This is used for feature discovery by user space (instead
of kernel version parsing or trial and error).
- Support IGMPv3/MLDv2 multicast listener discovery protocols in
bridge.
- Allow more than 255 IPv4 multicast interfaces.
- Add support for Type of Service (ToS) reflection in SYN/SYN-ACK
packets of TCPv6.
- In Multi-patch TCP (MPTCP) support concurrent transmission of data on
multiple subflows in a load balancing scenario. Enhance advertising
addresses via the RM_ADDR/ADD_ADDR options.
- Support SMC-Dv2 version of SMC, which enables multi-subnet
deployments.
- Allow more calls to same peer in RxRPC.
- Support two new Controller Area Network (CAN) protocols - CAN-FD and
ISO 15765-2:2016.
- Add xfrm/IPsec compat layer, solving the 32bit user space on 64bit
kernel problem.
- Add TC actions for implementing MPLS L2 VPNs.
- Improve nexthop code - e.g. handle various corner cases when nexthop
objects are removed from groups better, skip unnecessary
notifications and make it easier to offload nexthops into HW by
converting to a blocking notifier.
- Support adding and consuming TCP header options by BPF programs,
opening the doors for easy experimental and deployment-specific TCP
option use.
- Reorganize TCP congestion control (CC) initialization to simplify
life of TCP CC implemented in BPF.
- Add support for shipping BPF programs with the kernel and loading
them early on boot via the User Mode Driver mechanism, hence reusing
all the user space infra we have.
- Support sleepable BPF programs, initially targeting LSM and tracing.
- Add bpf_d_path() helper for returning full path for given 'struct
path'.
- Make bpf_tail_call compatible with bpf-to-bpf calls.
- Allow BPF programs to call map_update_elem on sockmaps.
- Add BPF Type Format (BTF) support for type and enum discovery, as
well as support for using BTF within the kernel itself (current use
is for pretty printing structures).
- Support listing and getting information about bpf_links via the bpf
syscall.
- Enhance kernel interfaces around NIC firmware update. Allow
specifying overwrite mask to control if settings etc. are reset
during update; report expected max time operation may take to users;
support firmware activation without machine reboot incl. limits of
how much impact reset may have (e.g. dropping link or not).
- Extend ethtool configuration interface to report IEEE-standard
counters, to limit the need for per-vendor logic in user space.
- Adopt or extend devlink use for debug, monitoring, fw update in many
drivers (dsa loop, ice, ionic, sja1105, qed, mlxsw, mv88e6xxx,
dpaa2-eth).
- In mlxsw expose critical and emergency SFP module temperature alarms.
Refactor port buffer handling to make the defaults more suitable and
support setting these values explicitly via the DCBNL interface.
- Add XDP support for Intel's igb driver.
- Support offloading TC flower classification and filtering rules to
mscc_ocelot switches.
- Add PTP support for Marvell Octeontx2 and PP2.2 hardware, as well as
fixed interval period pulse generator and one-step timestamping in
dpaa-eth.
- Add support for various auth offloads in WiFi APs, e.g. SAE (WPA3)
offload.
- Add Lynx PHY/PCS MDIO module, and convert various drivers which have
this HW to use it. Convert mvpp2 to split PCS.
- Support Marvell Prestera 98DX3255 24-port switch ASICs, as well as
7-port Mediatek MT7531 IP.
- Add initial support for QCA6390 and IPQ6018 in ath11k WiFi driver,
and wcn3680 support in wcn36xx.
- Improve performance for packets which don't require much offloads on
recent Mellanox NICs by 20% by making multiple packets share a
descriptor entry.
- Move chelsio inline crypto drivers (for TLS and IPsec) from the
crypto subtree to drivers/net. Move MDIO drivers out of the phy
directory.
- Clean up a lot of W=1 warnings, reportedly the actively developed
subsections of networking drivers should now build W=1 warning free.
- Make sure drivers don't use in_interrupt() to dynamically adapt their
code. Convert tasklets to use new tasklet_setup API (sadly this
conversion is not yet complete).
* tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (2583 commits)
Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"
net, sockmap: Don't call bpf_prog_put() on NULL pointer
bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo
bpf, sockmap: Add locking annotations to iterator
netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statements
net: fix pos incrementment in ipv6_route_seq_next
net/smc: fix invalid return code in smcd_new_buf_create()
net/smc: fix valid DMBE buffer sizes
net/smc: fix use-after-free of delayed events
bpfilter: Fix build error with CONFIG_BPFILTER_UMH
cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcr
net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info
bpf: Fix register equivalence tracking.
rxrpc: Fix loss of final ack on shutdown
rxrpc: Fix bundle counting for exclusive connections
netfilter: restore NF_INET_NUMHOOKS
ibmveth: Identify ingress large send packets.
ibmveth: Switch order of ibmveth_helper calls.
cxgb4: handle 4-tuple PEDIT to NAT mode translation
selftests: Add VRF route leaking tests
...
2020-10-15 18:42:13 -07:00
..
2020-09-30 16:37:39 +02:00
2020-05-22 20:47:21 -07:00
2020-10-12 10:06:39 +02:00
2020-08-24 10:33:08 +02:00
2020-07-24 02:19:08 -07:00
2020-08-03 11:05:26 +02:00
2020-07-31 11:49:08 +02:00
2020-03-04 18:11:44 +01:00
2020-08-12 10:57:59 -07:00
2020-09-20 19:01:34 -07:00
2019-06-19 17:09:55 +02:00
2020-08-05 11:43:47 -07:00
2020-04-19 16:56:21 +01:00
2020-10-15 18:42:13 -07:00
2020-09-14 10:54:42 +02:00
2020-05-13 13:59:13 +02:00
2019-06-05 17:37:07 +02:00
2019-08-11 10:48:28 +02:00
2020-10-15 09:46:23 -07:00
2020-07-08 22:31:51 -07:00
2020-08-12 10:57:59 -07:00
2019-12-11 09:12:38 +01:00
2019-11-12 11:43:29 -05:00
2020-08-07 12:58:11 -07:00
2020-08-27 06:55:50 -07:00
2020-10-15 09:46:23 -07:00
2020-06-05 14:05:57 -07:00
2020-10-12 15:37:45 -07:00
2020-09-07 09:16:31 +02:00
2020-08-07 08:54:16 +02:00
2020-06-25 22:25:13 -07:00
2020-09-09 11:21:19 -07:00
2020-03-15 15:20:16 +01:00
2020-03-15 15:20:16 +01:00
2020-06-25 00:50:31 +02:00
2020-06-25 00:50:31 +02:00
2020-08-27 06:55:50 -07:00
2020-09-28 14:53:45 +01:00
2020-09-16 17:38:02 +05:30
2020-03-31 22:08:54 +02:00
2020-10-15 18:42:13 -07:00
2020-07-29 22:33:10 +02:00
2020-09-22 16:45:34 -07:00
2020-07-16 15:35:21 +02:00
2020-09-21 17:43:47 +01:00
2020-07-28 17:11:02 -07:00
2020-06-16 14:19:57 +02:00
2020-05-07 11:04:38 -07:00
2019-10-16 10:39:00 +02:00
2020-10-14 14:32:52 -07:00
2020-10-14 12:08:34 -07:00
2020-09-23 15:29:29 +05:30
2020-08-28 12:08:08 +02:00
2019-06-05 17:37:09 +02:00
2020-09-11 14:39:15 +10:00
2020-03-16 22:08:34 -04:00
2020-10-08 09:28:22 +02:00
2020-07-15 20:34:02 -07:00
2019-06-19 17:09:55 +02:00
2020-07-28 15:51:31 +01:00
2020-10-14 11:42:04 -07:00
2020-09-12 10:45:56 -07:00
2020-03-28 13:19:05 -05:00
2019-12-04 13:32:45 +10:00
2019-12-25 20:47:19 -07:00
2020-01-24 21:03:53 +01:00
2020-01-14 15:16:50 +01:00
2020-09-17 19:21:16 +02:00
2019-05-30 11:29:55 -07:00
2019-06-19 17:09:07 +02:00
2020-10-08 17:17:27 +02:00
2019-10-14 10:55:14 +01:00
2020-08-03 19:30:59 -07:00
2020-09-24 16:44:44 -07:00
2019-06-05 17:37:17 +02:00
2020-07-19 18:16:40 -07:00
2020-02-24 16:12:28 +01:00
2020-06-11 08:03:24 +02:00
2020-06-25 08:23:22 -07:00
2020-06-11 08:03:24 +02:00
2020-01-15 22:55:36 -05:00
2020-07-21 11:12:31 -04:00
2020-07-08 17:20:46 -06:00
2020-09-24 13:43:39 -06:00
2020-07-20 10:27:11 +01:00
2020-05-24 20:48:11 +02:00
2020-07-21 08:24:52 -05:00
2020-06-29 09:09:08 -06:00
2020-08-10 12:16:51 -07:00
2020-03-05 13:23:25 -08:00
2020-06-04 19:06:25 -07:00
2020-07-08 10:48:35 -07:00
2020-10-13 12:12:44 -07:00
2020-07-08 17:05:53 -06:00
2020-10-05 10:47:43 -06:00
2020-09-03 15:20:47 -06:00
2020-10-13 13:04:41 -07:00
2020-02-25 08:40:07 -07:00
2020-03-03 17:38:42 -05:00
2020-08-25 15:00:04 -07:00
2020-08-25 15:00:04 -07:00
2020-08-25 15:00:04 -07:00
2020-10-02 14:59:25 -07:00
2020-08-24 14:35:00 -07:00
2020-07-17 20:18:16 -07:00
2020-10-11 10:21:04 -07:00
2020-07-24 15:41:54 -07:00
2020-09-21 17:16:17 -07:00
2020-06-11 15:14:53 +02:00
2020-09-21 15:00:40 -07:00
2020-10-02 15:00:49 -07:00
2020-08-12 10:57:59 -07:00
2020-06-24 09:16:02 -06:00
2019-09-05 10:15:16 +02:00
2019-12-04 19:44:12 -08:00
2020-09-02 20:59:40 -06:00
2019-06-19 17:09:55 +02:00
2020-06-09 09:39:16 -07:00
2020-08-19 11:04:23 +02:00
2020-07-19 20:14:42 +02:00
2020-06-15 23:08:31 -05:00
2019-08-09 09:17:05 -07:00
2020-07-08 16:20:01 -06:00
2019-06-19 17:09:08 +02:00
2020-07-09 16:28:44 -07:00
2020-07-07 13:34:11 -07:00
2020-08-03 15:07:18 -07:00
2020-01-07 11:31:47 +01:00
2019-06-19 17:09:55 +02:00
2020-03-21 15:23:56 +01:00
2020-09-01 09:19:43 +02:00
2019-06-19 17:09:55 +02:00
2019-07-16 19:23:23 -07:00
2020-10-13 18:38:34 -07:00
2020-10-12 16:44:57 -07:00
2020-08-27 09:53:06 +02:00
2020-08-29 09:29:32 +02:00
2020-10-13 18:38:26 -07:00
2020-10-13 18:38:26 -07:00
2020-10-13 18:38:26 -07:00
2020-03-21 16:00:24 +01:00
2020-05-05 09:23:25 -06:00
2019-07-21 13:31:14 -07:00
2020-06-24 17:08:33 +02:00
2020-08-18 13:45:20 +02:00
2020-08-18 13:45:20 +02:00
2020-03-21 15:23:53 +01:00
2019-09-04 13:38:26 +02:00
2020-06-11 15:14:36 +02:00
2020-07-24 13:56:23 +02:00
2020-09-30 11:50:35 -07:00
2020-04-27 02:06:53 -04:00
2020-09-28 19:47:41 +02:00
2019-10-18 19:47:49 +01:00
2020-09-17 10:19:52 +03:00
2020-05-19 12:55:29 +02:00
2019-06-05 17:36:37 +02:00
2020-04-18 15:44:55 -05:00
2020-06-17 17:28:08 +02:00
2019-06-19 17:09:55 +02:00
2020-10-08 17:17:27 +02:00
2020-10-01 16:13:54 +02:00
2019-09-03 09:36:36 +02:00
2020-09-23 14:10:31 +02:00
2020-03-20 13:06:18 +01:00
2020-04-03 11:32:13 -04:00
2020-10-13 15:58:10 -07:00
2020-06-09 09:39:13 -07:00
2019-06-19 17:09:06 +02:00
2019-06-19 17:09:06 +02:00
2019-09-23 11:21:04 -07:00
2020-07-16 21:49:09 +10:00
2019-05-30 11:29:53 -07:00
2020-06-24 09:16:02 -06:00
2020-10-14 12:23:00 -07:00
2020-09-23 21:29:49 -07:00
2020-02-28 12:08:37 -08:00
2020-09-15 13:51:08 +02:00
2020-07-10 13:54:00 -07:00
2020-09-24 21:56:24 +02:00
2020-08-12 10:57:59 -07:00
2020-09-22 11:27:48 +02:00
2019-06-05 17:37:05 +02:00
2020-07-30 19:26:10 +02:00
2020-09-29 17:50:10 +09:00
2020-09-29 17:50:10 +09:00
2020-06-01 16:44:06 -07:00
2020-10-07 18:08:41 -04:00
2020-10-15 14:43:29 -07:00
2020-04-18 15:44:54 -05:00
2019-10-09 19:33:43 -07:00
2020-03-09 11:12:19 +01:00
2020-04-18 15:44:54 -05:00
2019-05-30 11:29:21 -07:00
2019-05-30 11:29:21 -07:00
2019-06-19 17:09:55 +02:00
2020-06-05 14:59:41 -04:00
2020-09-02 14:39:44 +02:00
2020-10-06 07:07:06 +02:00
2020-09-25 06:12:25 +02:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2020-07-21 09:42:19 +02:00
2019-12-11 11:13:33 +05:30
2019-06-24 10:23:16 +02:00
2020-10-07 11:09:20 +02:00
2020-10-06 07:07:05 +02:00
2020-07-29 16:14:25 +02:00
2020-09-03 12:21:03 +05:30
2020-07-24 14:33:39 +02:00
2019-12-03 11:20:37 +01:00
2019-06-27 23:02:12 +01:00
2020-02-27 12:15:24 +01:00
2020-09-04 17:21:56 +02:00
2020-08-06 16:13:13 +02:00
2020-06-16 19:25:20 +02:00
2019-06-05 17:36:37 +02:00
2020-09-10 18:19:16 +02:00
2020-10-12 13:38:31 +02:00
2020-05-29 10:23:24 -06:00
2020-03-16 17:19:48 +00:00
2020-07-27 14:29:22 -04:00
2020-07-27 14:29:23 -04:00
2020-06-04 19:06:25 -07:00
2020-04-18 15:44:54 -05:00
2020-06-24 17:16:42 +02:00
2020-10-12 10:51:02 -07:00
2020-07-24 15:03:42 +02:00
2020-03-22 23:06:34 +01:00
2019-10-17 16:23:25 +02:00
2019-08-07 13:52:43 +01:00
2020-05-04 11:19:58 -07:00
2020-06-05 13:17:05 -07:00
2020-10-06 06:16:01 -07:00
2020-02-03 17:27:38 -07:00
2020-01-29 15:45:47 -07:00
2020-10-13 18:38:26 -07:00
2020-08-12 10:57:59 -07:00
2019-10-17 16:44:36 +02:00
2020-03-19 07:41:01 +01:00
2020-03-25 08:16:13 +09:00
2020-03-22 21:16:28 -07:00
2020-01-03 09:42:52 +01:00
2020-07-27 23:24:00 +02:00
2019-06-14 14:21:07 -06:00
2020-08-12 20:42:08 +02:00
2019-06-12 20:30:39 +02:00
2020-01-18 09:19:18 -05:00
2020-06-17 00:07:38 +02:00
2019-06-19 17:09:55 +02:00
2020-06-03 23:16:55 -04:00
2020-07-13 11:03:45 -07:00
2020-09-23 13:11:11 -07:00
2019-07-26 14:51:57 +10:00
2019-06-05 17:36:37 +02:00
2020-10-05 13:37:04 +02:00
2019-06-24 09:16:47 +10:00
2020-10-15 10:46:16 -07:00
2020-07-17 13:12:44 -04:00
2020-08-12 10:57:57 -07:00
2020-07-14 14:45:41 +02:00
2020-09-16 19:12:27 -04:00
2019-07-16 22:52:37 -04:00
2020-07-29 16:14:27 +02:00
2020-10-15 10:01:51 -07:00
2020-06-15 23:08:31 -05:00
2020-05-05 09:22:20 -06:00
2020-09-28 14:44:51 -07:00
2019-06-19 17:09:11 +02:00
2019-05-30 11:26:41 -07:00
2019-07-03 18:52:20 +02:00
2020-07-27 23:25:50 +02:00
2020-07-27 23:24:00 +02:00
2020-07-21 16:02:41 -07:00
2020-05-19 15:51:18 +02:00
2020-10-08 15:29:06 -04:00
2020-03-06 11:06:15 +01:00
2020-05-15 16:34:52 +02:00
2019-06-19 17:09:55 +02:00
2020-04-18 15:44:54 -05:00
2020-08-12 10:57:59 -07:00
2020-09-23 10:43:18 -06:00
2020-10-15 14:43:29 -07:00
2020-02-10 12:58:36 +01:00
2019-08-27 19:02:59 +02:00
2020-07-10 12:00:01 +02:00
2020-07-20 17:00:02 -07:00
2019-05-30 11:29:53 -07:00
2020-06-24 15:45:51 +10:00
2019-06-05 17:37:06 +02:00
2019-06-05 17:37:06 +02:00
2020-09-30 22:44:26 +02:00
2020-08-14 12:52:34 +02:00
2019-06-05 17:36:38 +02:00
2020-08-12 10:57:57 -07:00
2020-07-10 16:24:28 -03:00
2020-08-28 15:12:38 +02:00
2019-06-22 21:21:04 +02:00
2020-08-06 16:13:13 +02:00
2020-10-13 18:38:32 -07:00
2020-04-02 09:35:32 -07:00
2020-10-02 13:16:33 +02:00
2020-08-06 17:54:04 +02:00
2019-07-15 11:03:02 -03:00
2020-09-23 09:42:39 -07:00
2019-06-29 21:08:14 -07:00
2020-09-28 08:55:13 +00:00
2020-09-09 10:22:40 +02:00
2020-05-15 11:23:49 +02:00
2020-05-29 12:53:04 +02:00
2020-08-13 18:41:00 -07:00
2019-06-19 17:09:55 +02:00
2020-07-24 17:12:41 -07:00
2020-06-19 13:41:59 -07:00
2020-09-10 09:32:31 -06:00
2020-05-19 12:54:05 +02:00
2020-05-28 10:31:09 +02:00
2020-09-28 15:07:41 +02:00
2019-05-30 11:26:41 -07:00
2020-09-23 13:24:34 -07:00
2020-01-08 12:52:33 -08:00
2019-10-24 14:53:49 -07:00
2019-07-30 14:42:13 -07:00
2019-07-26 14:20:06 -07:00
2019-07-08 19:25:19 -07:00
2020-05-11 13:19:00 -07:00
2020-08-19 14:02:49 -07:00
2020-07-07 15:48:38 -07:00
2020-05-20 20:31:27 -04:00
2020-04-18 15:44:55 -05:00
2020-10-05 13:37:03 +02:00
2019-06-26 13:19:46 -07:00
2020-06-23 15:11:19 -07:00
2020-09-03 15:17:28 -07:00
2019-06-02 18:08:36 -07:00
2020-08-04 21:02:38 -04:00
2019-08-28 11:50:33 +02:00
2019-07-04 22:01:59 -04:00
2020-07-30 08:22:33 +02:00
2019-06-19 17:09:55 +02:00
2019-10-04 12:31:46 -07:00
2020-07-24 13:56:23 +02:00
2020-08-24 15:09:58 -07:00
2019-06-05 17:37:17 +02:00
2020-07-27 14:17:36 +02:00
2019-07-25 13:03:18 +02:00
2020-10-14 12:08:34 -07:00
2019-06-26 14:08:11 +02:00
2019-05-30 11:26:41 -07:00
2020-09-17 19:21:16 +02:00
2020-09-18 09:13:40 +03:00
2020-09-08 16:28:49 +03:00
2020-07-30 11:16:01 -07:00
2019-09-25 17:51:39 -07:00
2020-09-30 20:32:33 -06:00
2020-08-14 19:56:57 -07:00
2020-08-14 19:56:57 -07:00
2020-07-24 12:42:42 -07:00
2020-09-04 11:16:09 +02:00
2020-02-19 11:21:41 -08:00
2019-10-15 13:34:25 +02:00
2020-03-12 07:07:38 -06:00
2020-09-28 08:51:08 -07:00
2020-10-14 12:08:34 -07:00
2020-09-25 16:30:06 +02:00
2020-06-07 10:59:32 -07:00
2019-07-23 09:51:00 +02:00
2019-06-05 17:37:17 +02:00
2020-06-08 11:05:56 -07:00
2019-10-22 14:42:34 -05:00
2020-09-16 08:54:53 -05:00
2020-08-31 13:08:10 -07:00
2020-05-18 10:30:21 +01:00
2020-06-28 17:01:20 +02:00
2020-10-06 11:28:03 +01:00
2019-06-19 17:09:55 +02:00
2020-07-27 08:55:04 +01:00
2020-07-04 10:02:06 +02:00
2020-10-12 11:40:41 -07:00
2020-08-26 12:41:56 +02:00
2020-07-04 10:02:06 +02:00
2020-10-08 18:00:08 +02:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-07-08 14:01:43 +02:00
2020-08-21 11:03:38 -07:00
2020-08-23 17:36:59 -05:00
2020-03-21 15:23:58 +01:00
2019-10-21 09:16:46 -04:00
2019-06-14 19:31:47 -07:00
2020-06-19 14:17:05 -06:00
2020-07-08 15:59:57 -07:00
2019-07-12 11:05:42 -07:00
2020-10-13 18:38:32 -07:00
2020-05-12 13:28:33 +09:00
2019-12-04 19:44:14 -08:00
2020-08-24 15:09:32 -07:00
2020-04-13 17:18:14 -07:00
2020-06-02 15:15:46 +01:00
2020-10-05 13:37:04 +02:00
2019-11-21 07:33:24 +01:00
2020-09-04 12:46:06 +01:00
2020-10-13 15:58:10 -07:00
2019-12-11 09:12:38 +01:00
2020-03-16 15:53:47 -04:00
2020-07-29 23:47:53 +10:00
2020-03-29 12:40:41 +01:00
2020-05-19 15:42:22 +01:00
2020-05-14 09:46:54 -06:00
2020-02-12 12:05:46 +01:00
2020-07-09 20:12:19 -07:00
2020-10-11 10:31:11 -07:00
2019-06-19 17:09:08 +02:00
2019-06-05 17:37:06 +02:00
2020-05-30 10:34:03 -07:00
2020-04-20 15:45:22 -06:00
2020-07-23 10:33:12 +02:00
2020-10-12 14:21:15 -07:00
2019-06-05 17:37:16 +02:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2020-09-04 09:25:20 -07:00
2020-06-11 13:25:53 -07:00
2020-08-06 16:13:13 +02:00
2020-08-21 14:04:14 +01:00
2020-07-29 16:14:29 +02:00
2020-07-09 13:29:42 -04:00
2020-04-27 02:07:40 -04:00
2019-08-05 21:52:53 +02:00
2019-11-03 17:38:36 +01:00
2020-07-22 14:41:29 +02:00
2019-05-30 11:29:22 -07:00
2019-12-21 20:09:54 +01:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:17 +02:00
2019-06-19 17:09:55 +02:00
2020-08-12 10:57:59 -07:00
2020-07-22 14:42:07 +02:00
2020-09-02 11:31:23 -06:00
2019-11-26 13:35:25 -07:00
2020-07-28 19:29:22 -06:00
2019-06-19 17:09:55 +02:00
2019-11-14 11:36:53 +08:00
2020-07-01 07:27:24 -06:00
2020-03-31 17:29:33 -07:00
2020-05-08 18:18:11 +01:00
2020-04-18 17:43:09 +02:00
2020-07-20 17:59:43 -07:00
2020-04-18 15:44:55 -05:00
2020-01-10 14:00:57 -08:00
2020-08-02 20:39:44 -07:00
2020-05-08 00:12:42 +02:00
2019-06-05 17:37:06 +02:00
2020-05-28 10:31:09 +02:00
2020-05-28 10:31:09 +02:00
2020-10-09 08:53:08 +02:00
2020-10-09 08:55:17 +02:00
2020-09-05 12:14:30 -07:00
2019-11-05 08:45:46 +08:00
2020-05-19 15:47:38 +01:00
2020-10-07 09:23:39 +02:00
2020-10-05 13:37:03 +02:00
2019-07-16 19:23:24 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-06-22 16:28:34 -07:00
2020-08-07 21:27:37 -07:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:17 +02:00
2019-06-19 17:09:55 +02:00
2020-09-23 18:02:49 -07:00
2019-08-09 22:52:10 +10:00
2020-10-13 18:38:35 -07:00
2020-10-13 18:38:30 -07:00
2020-10-13 18:38:27 -07:00
2020-04-07 10:43:40 -07:00
2020-08-12 10:57:56 -07:00
2019-11-07 15:45:00 +01:00
2020-10-13 18:38:28 -07:00
2020-09-28 12:16:13 +02:00
2020-10-02 11:33:47 +02:00
2020-07-23 09:35:36 +02:00
2020-09-11 17:41:55 -07:00
2020-08-12 10:58:02 -07:00
2019-12-25 19:51:33 -08:00
2020-03-15 17:10:14 -07:00
2020-03-06 11:56:59 +01:00
2020-08-28 12:37:42 +02:00
2019-05-30 11:26:41 -07:00
2020-08-14 19:56:56 -07:00
2019-09-25 17:51:40 -07:00
2020-10-12 10:40:34 -07:00
2019-06-19 17:09:55 +02:00
2020-10-13 18:38:32 -07:00
2020-09-04 12:46:07 +01:00
2020-10-13 18:38:31 -07:00
2020-08-26 12:41:53 +02:00
2020-08-07 11:33:21 -07:00
2020-10-13 18:38:33 -07:00
2020-05-13 11:41:22 +02:00
2020-07-23 09:12:15 +02:00
2019-08-06 13:41:04 -04:00
2020-09-01 09:58:04 +02:00
2020-05-19 11:42:16 +01:00
2020-08-18 14:14:25 +02:00
2020-03-24 13:42:44 +01:00
2020-06-09 15:40:50 -07:00
2019-08-14 15:30:35 +02:00
2020-06-02 10:59:07 -07:00
2020-09-25 17:48:54 +10:00
2020-07-24 15:41:54 -07:00
2019-10-04 11:10:56 -07:00
2020-07-24 15:41:54 -07:00
2020-03-24 07:57:08 -06:00
2020-09-16 16:52:37 +02:00
2019-10-23 17:23:44 +02:00
2020-08-06 16:13:13 +02:00
2019-07-03 19:28:40 +02:00
2020-03-13 21:08:19 -04:00
2019-11-14 19:06:47 -08:00
2020-10-05 18:40:01 -07:00
2020-09-10 13:30:22 -07:00
2020-10-13 17:33:48 -07:00
2019-09-13 12:35:33 +02:00
2020-03-18 16:35:48 -07:00
2020-08-13 04:16:15 +02:00
2020-07-24 15:41:54 -07:00
2020-10-09 20:22:32 -07:00
2020-07-15 07:45:25 -07:00
2020-08-15 08:26:55 -07:00
2020-07-13 17:52:45 -04:00
2020-07-13 17:52:46 -04:00
2020-04-01 13:37:57 -04:00
2020-09-18 09:25:33 -04:00
2020-09-22 13:58:40 +02:00
2019-05-30 11:26:41 -07:00
2020-04-27 02:07:40 -04:00
2020-09-26 10:33:57 -07:00
2020-10-02 18:51:57 +02:00
2020-07-21 10:50:36 +01:00
2020-09-01 09:58:03 +02:00
2020-05-09 13:57:12 +02:00
2020-06-05 20:02:08 -04:00
2020-10-13 18:38:27 -07:00
2020-07-29 07:45:20 +02:00
2020-05-09 16:18:33 -06:00
2020-07-29 07:45:21 +02:00
2020-07-29 17:12:08 +02:00
2020-07-29 17:12:08 +02:00
2020-09-10 10:43:13 -05:00
2020-07-28 22:49:52 +02:00
2020-02-12 12:57:59 -08:00
2020-07-28 15:51:32 +01:00
2020-02-10 12:58:36 +01:00
2020-07-01 10:49:02 +02:00
2020-07-28 15:51:32 +01:00
2020-07-28 15:51:32 +01:00
2020-09-24 19:49:36 -07:00
2019-11-04 11:21:25 -08:00
2019-11-21 07:49:29 -06:00
2020-05-12 22:45:39 +02:00
2020-09-05 13:09:03 -07:00
2020-09-25 17:48:54 +10:00
2019-12-17 08:06:51 -08:00
2019-08-09 19:56:05 +02:00
2019-07-10 23:08:44 -05:00
2020-10-13 18:38:35 -07:00
2019-06-05 17:30:29 +02:00
2020-10-12 15:19:07 -07:00
2020-07-23 17:34:18 +10:00
2020-06-02 10:59:09 -07:00
2019-10-14 15:04:00 -07:00
2020-09-25 18:01:48 -04:00
2020-04-07 10:43:39 -07:00
2020-07-16 12:32:25 -07:00
2020-10-13 18:38:31 -07:00
2020-01-31 10:30:39 -08:00
2020-08-07 11:33:29 -07:00
2020-10-14 12:23:00 -07:00
2020-02-04 03:05:25 +00:00
2020-04-23 17:05:39 +02:00
2020-05-15 13:51:28 -07:00
2020-05-27 05:21:23 -06:00
2019-05-30 11:29:19 -07:00
2019-08-28 15:25:53 -05:00
2020-08-12 12:09:36 -07:00
2020-06-04 12:59:16 -05:00
2020-07-24 09:50:41 -05:00
2020-05-07 09:29:43 +01:00
2020-05-22 12:35:07 +01:00
2020-04-02 17:57:10 +01:00
2019-08-16 08:41:26 -05:00
2020-08-07 18:48:15 -07:00
2020-08-31 12:52:33 -07:00
2019-06-19 17:09:55 +02:00
2020-09-11 09:30:01 +03:00
2020-08-07 11:33:26 -07:00
2020-01-31 11:15:59 -08:00
2020-10-06 07:29:36 -06:00
2020-09-16 16:26:56 +02:00
2019-07-04 08:05:52 -07:00
2020-09-10 11:19:34 +02:00
2019-06-24 19:19:23 +02:00
2019-07-16 19:23:25 -07:00
2020-10-12 10:00:51 -07:00
2019-06-05 17:37:07 +02:00
2019-09-05 11:54:14 +02:00
2019-12-09 10:36:44 -08:00
2020-09-23 18:02:49 -07:00
2020-08-31 12:52:33 -07:00
2020-04-22 10:51:21 -05:00
2020-06-04 13:54:34 -07:00
2020-10-01 19:14:36 -07:00
2019-05-30 11:29:52 -07:00
2020-04-28 17:44:33 +02:00
2020-07-28 17:07:06 -07:00
2019-06-05 17:37:07 +02:00
2019-06-05 17:37:16 +02:00
2020-10-02 19:15:16 +02:00
2020-08-04 12:44:53 +02:00
2020-02-14 10:37:27 +01:00
2020-08-04 12:39:28 +02:00
2019-10-29 14:45:54 -05:00
2020-09-28 16:38:11 +02:00
2020-01-23 13:15:09 -08:00
2020-04-22 11:36:11 +02:00
2020-08-12 10:57:59 -07:00
2020-04-18 15:44:55 -05:00
2019-12-30 20:19:27 -08:00
2020-08-06 16:50:59 +02:00
2020-07-31 14:33:56 +02:00
2020-09-10 19:27:59 +02:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-08-03 23:24:26 -07:00
2020-05-19 15:51:17 +02:00
2020-09-14 09:45:34 -07:00
2020-10-12 13:01:37 +02:00
2020-07-25 20:16:32 -07:00
2020-05-09 13:57:12 +02:00
2019-06-15 12:25:49 +02:00
2020-10-14 16:09:32 -07:00
2020-09-22 17:50:32 +02:00
2020-06-15 14:10:03 +02:00
2020-03-20 13:06:19 +01:00
2020-06-15 17:38:53 +10:00
2020-01-04 13:49:51 +08:00
2020-05-31 19:49:00 -07:00
2020-05-30 10:34:03 -07:00
2020-05-31 19:49:00 -07:00
2020-05-30 10:34:03 -07:00
2020-06-02 10:59:10 -07:00
2020-09-27 13:29:49 -07:00
2020-05-15 13:48:59 -07:00
2020-07-21 10:50:37 +01:00
2020-03-18 15:05:57 +00:00
2020-06-17 20:42:11 +02:00
2020-08-26 20:15:34 +01:00
2020-09-14 15:45:25 +02:00
2020-09-30 09:12:03 +02:00
2019-11-11 11:06:27 +01:00
2020-09-17 13:00:46 -04:00
2020-05-28 10:31:09 +02:00
2019-06-05 17:37:17 +02:00
2020-02-07 14:48:37 -05:00
2020-08-03 23:24:26 -07:00
2020-10-13 18:38:28 -07:00
2020-04-14 15:58:08 +02:00
2020-07-27 17:46:24 +09:00
2020-07-27 17:46:24 +09:00
2020-04-21 10:29:19 -06:00
2020-09-10 11:19:29 +02:00
2020-04-21 10:29:19 -06:00
2020-01-24 10:24:31 -08:00
2019-08-09 11:01:08 -07:00
2019-10-30 08:32:07 -07:00
2020-06-29 11:58:11 -07:00
2020-08-03 14:39:35 -07:00
2020-09-23 19:32:09 -07:00
2020-04-27 11:03:51 -07:00
2020-06-29 11:59:26 -07:00
2020-06-29 11:59:26 -07:00
2020-06-29 11:59:25 -07:00
2020-05-20 03:39:40 -04:00
2020-08-26 12:42:02 +02:00
2020-10-05 18:35:30 +01:00
2020-07-27 14:31:13 -04:00
2020-04-20 15:45:22 -06:00
2020-08-04 20:16:37 -07:00
2020-08-18 17:06:15 +02:00
2019-12-05 11:43:31 -08:00
2019-12-05 11:43:31 -08:00
2019-10-29 10:47:14 +00:00
2020-07-28 17:09:49 -07:00
2020-06-30 17:18:56 -04:00
2020-04-18 15:44:56 -05:00
2020-06-09 09:39:14 -07:00
2020-07-21 14:07:51 -07:00
2019-06-05 17:37:17 +02:00
2019-09-16 11:43:38 -05:00
2020-04-18 15:44:56 -05:00
2020-07-16 13:35:25 +02:00
2020-07-22 13:39:31 +02:00
2019-06-19 17:09:07 +02:00
2019-10-09 12:46:10 +02:00
2020-03-21 16:00:24 +01:00
2020-07-16 23:19:51 +02:00
2019-11-13 12:50:40 -07:00
2020-07-06 16:07:25 +02:00
2020-07-20 11:50:47 +01:00
2020-10-13 18:38:32 -07:00
2020-09-01 14:18:28 +02:00
2020-07-13 09:40:21 +01:00
2020-04-14 09:31:49 +01:00
2020-05-18 17:47:48 +01:00
2020-06-15 23:08:32 -05:00
2020-08-04 21:00:11 -07:00
2020-10-05 13:37:03 +02:00
2019-11-04 07:11:31 -07:00
2020-08-18 13:45:20 +02:00
2019-06-05 17:37:17 +02:00
2019-11-14 13:15:12 -05:00
2020-06-04 19:06:26 -07:00
2020-10-07 18:14:14 +02:00
2019-05-30 11:26:41 -07:00
2019-06-05 17:36:37 +02:00
2020-07-29 17:14:38 +02:00
2020-09-16 13:22:44 +02:00
2019-06-19 17:09:55 +02:00
2020-06-11 15:19:17 +02:00
2019-12-11 11:53:41 -08:00
2019-06-19 17:09:55 +02:00
2020-08-07 11:33:24 -07:00
2019-09-24 15:54:11 -07:00
2020-08-23 17:36:59 -05:00
2019-07-09 09:07:00 -07:00
2019-07-09 11:35:38 -07:00
2020-10-15 18:42:13 -07:00
2020-10-11 18:09:44 -07:00
2020-08-07 11:33:25 -07:00
2020-10-13 18:38:27 -07:00
2020-08-07 11:33:25 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:19 -07:00
2020-06-28 17:01:20 +02:00
2020-06-28 17:01:20 +02:00
2020-09-30 11:50:35 -07:00
2020-06-30 09:34:23 -04:00
2020-08-10 12:06:44 -07:00
2019-11-14 13:15:11 -05:00
2019-10-09 12:46:10 +02:00
2020-06-17 18:33:13 +02:00
2020-06-17 18:33:13 +02:00
2020-05-17 14:10:07 -06:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2020-04-07 10:43:43 -07:00
2020-09-19 13:13:39 -07:00
2020-03-18 09:50:20 +00:00
2020-09-18 14:24:16 +01:00
2020-05-14 16:44:24 +02:00
2020-09-01 09:58:06 +02:00
2020-10-02 21:18:25 +02:00
2020-09-28 18:43:57 -07:00
2019-06-05 17:37:16 +02:00
2020-01-17 10:19:21 +01:00
2020-09-30 10:50:30 +02:00
2020-10-06 11:18:04 +02:00
2020-09-23 10:43:19 -06:00
2020-01-31 10:30:40 -08:00
2020-04-30 20:14:41 +02:00
2020-10-13 18:38:30 -07:00
2020-10-13 18:38:30 -07:00
2020-04-07 10:43:41 -07:00
2020-09-10 09:41:30 -04:00
2020-01-15 11:00:39 -06:00
2020-01-06 13:33:14 -08:00
2019-10-10 14:35:32 +02:00
2020-09-25 14:23:27 +02:00
2019-06-05 17:37:16 +02:00
2020-08-14 19:56:56 -07:00
2020-10-02 12:02:30 +02:00
2020-05-15 14:53:19 +02:00
2019-09-17 20:03:49 -06:00
2020-06-30 12:18:08 -06:00
2020-07-27 14:11:22 +02:00
2019-06-19 17:09:55 +02:00
2020-09-10 13:15:40 -07:00
2020-05-25 23:15:03 +02:00
2020-07-07 15:55:21 +02:00
2019-12-04 19:44:14 -08:00
2020-03-21 17:48:13 +01:00
2020-06-22 19:58:06 +03:00
2020-04-18 15:44:56 -05:00
2019-12-09 12:32:59 -08:00
2020-06-15 23:08:32 -05:00
2019-05-30 11:29:19 -07:00
2019-05-30 11:29:19 -07:00
2020-03-30 18:51:47 -07:00
2020-03-21 15:23:58 +01:00
2020-07-08 11:14:22 +02:00
2020-08-06 16:13:13 +02:00
2019-08-23 02:12:11 +02:00
2020-02-21 11:22:15 -08:00
2020-08-23 10:38:24 +02:00
2020-09-24 22:12:18 +02:00
2019-08-02 14:45:14 +10:00
2019-08-28 11:50:43 +02:00
2020-03-30 14:59:53 -07:00
2020-04-02 09:35:26 -07:00
2020-06-29 12:01:44 -07:00
2020-07-24 08:16:01 +03:00
2020-07-24 09:26:23 +03:00
2020-03-19 17:48:36 -04:00
2019-11-14 13:15:12 -05:00
2020-10-05 12:43:53 +02:00
2019-12-10 22:29:58 -05:00
2019-07-16 19:23:24 -07:00
2020-10-15 15:51:28 -07:00
2020-09-08 14:10:59 +02:00
2020-01-15 22:55:37 -05:00
2020-05-04 09:16:37 -07:00
2020-07-29 16:14:18 +02:00
2020-06-04 15:50:42 -07:00
2020-09-17 19:21:16 +02:00
2020-10-06 11:18:04 +02:00
2019-06-19 17:09:55 +02:00
2020-03-18 12:34:10 +01:00
2020-10-12 16:35:51 -07:00
2020-07-04 09:35:36 -05:00
2019-06-19 23:45:09 -04:00
2020-01-31 10:30:39 -08:00
2020-02-19 11:08:52 +01:00
2020-09-25 16:33:58 +02:00
2020-02-23 19:24:51 +01:00
2020-01-14 12:20:48 +01:00
2020-04-07 10:43:39 -07:00
2020-07-07 11:58:59 -05:00
2020-07-20 15:04:32 +02:00
2020-07-10 13:45:32 +02:00
2020-08-05 19:00:23 -04:00
2019-08-05 18:40:18 -04:00
2020-04-25 20:18:53 -07:00
2020-05-13 12:42:46 -05:00
2020-05-28 15:53:29 -06:00
2020-08-01 11:28:17 +02:00
2020-04-01 12:06:26 -04:00
2020-09-08 13:33:11 +02:00
2019-06-05 17:30:27 +02:00
2020-08-06 16:13:13 +02:00
2020-08-05 11:08:41 -04:00
2020-09-10 10:05:58 +02:00
2020-08-18 10:01:44 +02:00
2020-05-28 16:31:30 -07:00
2020-08-05 09:30:19 -04:00
2020-04-27 10:18:01 -07:00
2020-08-18 10:01:44 +02:00
2020-09-04 09:31:54 -07:00
2020-06-26 00:27:38 -07:00
2019-07-12 11:05:43 -07:00
2020-10-02 09:13:41 -07:00
2019-11-14 18:12:18 -08:00
2020-07-10 14:55:25 +02:00
2020-06-02 02:45:13 -04:00
2020-06-24 17:08:31 +02:00
2019-10-29 10:01:16 +01:00
2019-06-19 17:09:55 +02:00
2020-10-05 13:21:49 +02:00
2020-09-17 10:26:41 -07:00
2020-10-01 09:40:35 -04:00
2020-08-05 18:43:02 +02:00
2020-08-12 10:57:59 -07:00
2019-06-05 17:37:07 +02:00
2019-07-14 16:51:47 -07:00
2020-06-01 11:02:28 -04:00
2020-06-05 16:19:28 -07:00
2020-08-06 16:13:13 +02:00
2020-06-08 11:05:56 -07:00
2020-08-09 13:58:04 -07:00
2020-08-12 10:57:59 -07:00
2020-08-12 10:57:59 -07:00
2020-08-12 10:57:59 -07:00
2020-03-09 11:12:19 +01:00
2019-09-24 15:54:12 -07:00
2020-06-02 10:59:10 -07:00