summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub...David S. Miller2020-03-202-4/+37
|\
| * cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entriesVeerendranath Jakkam2020-03-201-0/+13
| * nl80211: pass HE operation element to the driverShaul Triebitz2020-03-201-1/+3
| * nl80211/cfg80211: add support for non EDCA based ranging measurementAvraham Stern2020-03-201-2/+14
| * mac80211: update documentation about tx powerQiujun Huang2020-03-201-0/+5
| * mac80211: handle no-preauth flag for control portMarkus Theil2020-03-201-0/+1
| * cfg80211: fix documentation formatJohannes Berg2020-03-201-1/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-03-198-33/+172
|\ \
| * | Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi2020-03-111-0/+11
| * | Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi2020-03-111-0/+1
| * | Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-112-7/+20
| * | Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-111-0/+23
| * | Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2020-03-081-0/+1
| * | Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-081-0/+4
| * | Bluetooth: L2CAP: Add definitions for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-081-0/+39
| * | Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-083-2/+19
| * | 6lowpan: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
| * | Bluetooth: Support querying for WBS support through MGMTAlain Michaud2020-02-282-1/+11
| * | Bluetooth: Fixing a few comment typos in the quirk definitions.Alain Michaud2020-02-281-2/+2
| * | Bluetooth: Remove adv set for directed advertisingSathish Narsimman2020-02-281-0/+2
| * | Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-284-23/+23
| * | Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz2020-02-191-1/+0
| * | Bluetooth: Add BT_PHY socket optionLuiz Augusto von Dentz2020-02-142-0/+19
* | | net: tc_skbedit: Make the skbedit priority offloadablePetr Machata2020-03-192-0/+19
* | | net: tc_skbedit: Factor a helper out of is_tcf_skbedit_{mark, ptype}()Petr Machata2020-03-191-14/+10
* | | net: sched: Do not assume RTNL is held in tunnel key action helpersIdo Schimmel2020-03-191-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-175-23/+34
|\ \ \
| * | | netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso2020-03-151-0/+12
| * | | netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso2020-03-151-2/+0
| * | | netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2020-03-151-0/+4
| * | | nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio2020-03-151-0/+1
| * | | netfilter: flowtable: add tunnel match offload supportwenxu2020-03-151-0/+6
| * | | netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-153-5/+5
| * | | netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-152-10/+6
| * | | netfilter: nf_tables: make sets built-inFlorian Westphal2020-03-151-6/+0
* | | | net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2020-03-171-1/+9
* | | | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-26/+23
| |_|/ |/| |
* | | macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower2020-03-161-0/+3
* | | macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower2020-03-161-3/+42
|/ /
* | net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-142-0/+6
* | net: sched: Allow extending set of supported RED flagsPetr Machata2020-03-141-0/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-133-9/+22
|\ \
| * | bpf: Add sockmap hooks for UDP socketsLorenz Bauer2020-03-091-0/+5
| * | bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-6/+9
| * | bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer2020-03-091-2/+2
| * | bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-091-1/+0
| * | bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-091-0/+6
* | | Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/l...David S. Miller2020-03-131-1/+1
|\ \ \
| * | | cfg802154: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+1
|\ \ \ \