nft_set_pipapo: Introduce AVX2-based lookup implementation
[platform/kernel/linux-rpi.git] / net /
2020-03-15 Stefano Brivionft_set_pipapo: Introduce AVX2-based lookup implementation
2020-03-15 Stefano Brivionft_set_pipapo: Prepare for vectorised implementation...
2020-03-15 Stefano Brivionft_set_pipapo: Prepare for vectorised implementation...
2020-03-15 Stefano Brivionft_set_pipapo: Add support for 8-bit lookup groups...
2020-03-15 Stefano Brivionft_set_pipapo: Generalise group size for buckets
2020-03-15 wenxunetfilter: flowtable: add tunnel encap/decap action...
2020-03-15 wenxunetfilter: flowtable: add tunnel match offload support
2020-03-15 wenxunetfilter: flowtable: add indr block setup support
2020-03-15 wenxunetfilter: flowtable: add nf_flow_table_block_offload_i...
2020-03-15 Dan Carpenternetfilter: xt_IDLETIMER: clean up some indenting
2020-03-15 Jeremy Sowdennetfilter: bitwise: use more descriptive variable-names.
2020-03-15 Gustavo A. R. Silvanetfilter: Replace zero-length array with flexible...
2020-03-15 Chen Wandunnetfilter: nft_set_pipapo: make the symbol 'nft_pipapo_...
2020-03-15 Li RongQingnetfilter: cleanup unused macro
2020-03-15 Florian Westphalnetfilter: nf_tables: make all set structs const
2020-03-15 Florian Westphalnetfilter: nf_tables: make sets built-in
2020-03-15 Xin Longnetfilter: nft_tunnel: add support for geneve opts
2020-03-15 Manoj Basapathinetfilter: xtables: Add snapshot of hardidletimer target
2020-03-15 Paul Blakeynetfilter: flowtable: Use nf_flow_offload_tuple for...
2020-03-15 David S. MillerMerge branch 'mptcp-simplify-mptcp_accept'
2020-03-15 Paolo Abenimptcp: drop unneeded checks
2020-03-15 Paolo Abenimptcp: create msk early
2020-03-15 Hoang Letipc: add NULL pointer check to prevent kernel oops
2020-03-15 Hoang Letipc: simplify trivial boolean return
2020-03-15 David S. MillerMerge branch 'RED-Introduce-an-ECN-tail-dropping-mode'
2020-03-15 Petr Machatanet: sched: RED: Introduce an ECN nodrop mode
2020-03-15 Petr Machatanet: sched: Allow extending set of supported RED flags
2020-03-14 David S. MillerMerge tag 'mlx5-updates-2020-03-13' of git://git./linux...
2020-03-14 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-03-13 Alexei StarovoitovMerge branch 'generalize-bpf-ksym'
2020-03-13 Björn Töpelbpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DI...
2020-03-13 David S. MillerMerge tag 'ieee802154-for-davem-2020-03-13' of git...
2020-03-13 Colin Ian Kingethtool: fix spelling mistake "exceeeds" -> "exceeds"
2020-03-13 David S. MillerMerge git://git./linux/kernel/git/netdev/net
2020-03-13 Linus TorvaldsMerge tag 'drm-fixes-2020-03-13' of git://anongit.freed...
2020-03-13 Eelco Chaudronbpf: Add bpf_xdp_output() helper
2020-03-12 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-03-12 Joe Perchesinet: Use fallthrough;
2020-03-12 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-03-12 David S. MillerMerge branch 'ethtool-netlink-interface-part-3'
2020-03-12 Michal Kubecekethtool: add CHANNELS_NTF notification
2020-03-12 Michal Kubecekethtool: set device channel counts with CHANNELS_SET...
2020-03-12 Michal Kubecekethtool: provide channel counts with CHANNELS_GET request
2020-03-12 Michal Kubecekethtool: add RINGS_NTF notification
2020-03-12 Michal Kubecekethtool: set device ring sizes with RINGS_SET request
2020-03-12 Michal Kubecekethtool: provide ring sizes with RINGS_GET request
2020-03-12 Michal Kubecekethtool: add PRIVFLAGS_NTF notification
2020-03-12 Michal Kubecekethtool: set device private flags with PRIVFLAGS_SET...
2020-03-12 Michal Kubecekethtool: provide private flags with PRIVFLAGS_GET request
2020-03-12 Michal Kubecekethtool: add FEATURES_NTF notification
2020-03-12 Michal Kubecekethtool: set netdev features with FEATURES_SET request
2020-03-12 Michal Kubecekethtool: add ethnl_parse_bitset() helper
2020-03-12 Michal Kubecekethtool: provide netdev features with FEATURES_GET...
2020-03-12 Michal Kubecekethtool: update mapping of features to legacy ioctl...
2020-03-12 Michal Kubecekethtool: rename ethnl_parse_header() to ethnl_parse_hea...
2020-03-12 David S. MillerMerge branch 'Introduce-connection-tracking-offload'
2020-03-12 Paul Blakeyflow_offload: Add flow_match_ct to get rule ct match
2020-03-12 Paul Blakeynet/sched: act_ct: Enable hardware offload of flow...
2020-03-12 Paul Blakeynet/sched: act_ct: Support refreshing the flow table...
2020-03-12 Paul Blakeynet/sched: act_ct: Support restoring conntrack info...
2020-03-12 Paul Blakeynet/sched: act_ct: Instantiate flow table entry actions
2020-03-12 Paul Blakeynetfilter: flowtable: Add API for registering to flow...
2020-03-12 David S. MillerMerge branch 'ct-offload' of git://git./linux/kernel...
2020-03-12 David S. MillerMerge branch 'bind_addr_zero'
2020-03-12 Kuniyuki Iwashimatcp: Forbid to bind more than one sockets haveing SO_RE...
2020-03-12 Kuniyuki Iwashimatcp: bind(0) remove the SO_REUSEADDR restriction when...
2020-03-12 Kuniyuki Iwashimatcp: Remove unnecessary conditions in inet_csk_bind_con...
2020-03-12 Vinicius Costa Gomestaprio: Fix sending packets without dequeueing them
2020-03-12 Julian WiedmannRevert "net: sched: make newly activated qdiscs visible"
2020-03-12 Linus TorvaldsMerge tag 'for-linus-5.6-2' of git://github.com/cminyar...
2020-03-12 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-03-12 Davide Carattinet: mptcp: don't hang before sending 'MP capable with...
2020-03-12 Eric Dumazetnet: memcg: fix lockdep splat in inet_csk_accept()
2020-03-12 Paolo Lungaroniseg6: fix SRv6 L2 tunnels to use IANA-assigned protocol...
2020-03-12 Andrew Lunnnet: dsa: Don't instantiate phylink for CPU/DSA ports...
2020-03-12 Jules Irengenet: Add missing annotation for *netlink_seq_start()
2020-03-12 Jules Irengetcp: Add missing annotation for tcp_child_process()
2020-03-12 Jules Irengeraw: Add missing annotations to raw_seq_start() and...
2020-03-12 Julian Wiedmannnet: sched: make newly activated qdiscs visible
2020-03-12 Willem de Bruijnnet/packet: tpacket_rcv: do not increment ring index...
2020-03-12 Amol Grovernet: caif: Add lockdep expression to RCU traversal...
2020-03-11 David S. MillerMerge tag 'mac80211-for-net-2020-03-11' of git://git...
2020-03-11 Linus TorvaldsMerge tag 'trace-v5.6-rc4' of git://git./linux/kernel...
2020-03-11 Linus TorvaldsMerge tag 'mips_fixes_5.6.1' of git://git./linux/kernel...
2020-03-11 Linus TorvaldsMerge tag 'pinctrl-v5.6-2' of git://git./linux/kernel...
2020-03-11 Nicolas Cavallarimac80211: Do not send mesh HWMP PREQ if HWMP is disabled
2020-03-11 Jakub Kicinskinl80211: add missing attribute validation for channel...
2020-03-11 Jakub Kicinskinl80211: add missing attribute validation for beacon...
2020-03-11 Jakub Kicinskinl80211: add missing attribute validation for critical...
2020-03-10 David S. MillerMerge branch '100GbE' of git://git./linux/kernel/git...
2020-03-10 Lukas Wunnerpktgen: Allow on loopback device
2020-03-10 Karsten Graulnet/smc: cancel event worker during device removal
2020-03-10 Hangbin Liuipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
2020-03-10 Shakeel Buttnet: memcg: late association of sock to memcg
2020-03-10 Linus TorvaldsMerge branch 'for-5.6-fixes' of git://git./linux/kernel...
2020-03-10 Linus TorvaldsMerge branch 'for-5.6-fixes' of git://git./linux/kernel...
2020-03-10 Jani NikulaMerge tag 'gvt-fixes-2020-03-10' of https://github...
2020-03-10 David S. MillerMerge tag 'mlx5-updates-2020-03-09' of git://git./linux...
2020-03-10 David S. MillerMerge branch 'mptcp-don-t-auto-adjust-rcvbuf-size-if...
2020-03-10 Florian Westphalmptcp: don't grow mptcp socket receive buffer when...
next