summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2020-03-20Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub...David S. Miller-4/+37
2020-03-20cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entriesVeerendranath Jakkam-0/+13
2020-03-20nl80211: pass HE operation element to the driverShaul Triebitz-1/+3
2020-03-20nl80211/cfg80211: add support for non EDCA based ranging measurementAvraham Stern-2/+14
2020-03-20mac80211: update documentation about tx powerQiujun Huang-0/+5
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil-0/+1
2020-03-20cfg80211: fix documentation formatJohannes Berg-1/+1
2020-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-33/+172
2020-03-19net: tc_skbedit: Make the skbedit priority offloadablePetr Machata-0/+19
2020-03-19net: tc_skbedit: Factor a helper out of is_tcf_skbedit_{mark, ptype}()Petr Machata-14/+10
2020-03-19net: sched: Do not assume RTNL is held in tunnel key action helpersIdo Schimmel-2/+6
2020-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-23/+34
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet-1/+9
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski-26/+23
2020-03-16macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower-0/+3
2020-03-16macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower-3/+42
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso-0/+12
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso-2/+0
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso-0/+4
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio-0/+1
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu-0/+6
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva-5/+5
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal-10/+6
2020-03-15netfilter: nf_tables: make sets built-inFlorian Westphal-6/+0
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata-0/+6
2020-03-14net: sched: Allow extending set of supported RED flagsPetr Machata-0/+33
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-9/+22
2020-03-13Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/l...David S. Miller-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey-0/+6
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey-0/+11
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey-0/+3
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey-0/+8
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey-0/+28
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey-0/+6
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller-0/+16
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima-0/+1
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann-6/+0
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann-0/+6
2020-03-11Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi-0/+11
2020-03-11Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi-0/+1
2020-03-11Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi-7/+20
2020-03-11Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi-0/+23
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko-7/+17
2020-03-10flow_offload: turn hw_stats_type into dedicated enumJiri Pirko-6/+16
2020-03-10flow_offload: fix allowed types checkJiri Pirko-1/+1
2020-03-10flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_ch...Jiri Pirko-5/+6
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer-0/+5
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer-6/+9
2020-03-09bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer-2/+2