summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-134-27/+36
|\
| * vxlan: Remove access to nexthop group structDavid Ahern2020-06-101-0/+11
| * nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-1/+16
| * net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso2020-06-091-24/+0
| * dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-091-0/+6
| * Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-06-081-2/+3
| |\
| | * cfg80211: fix management registrations deadlockJohannes Berg2020-06-051-2/+3
* | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-4/+3
|\ \ \ | |/ / |/| |
| * | net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig2020-06-081-4/+3
* | | inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni2020-06-041-1/+0
| |/ |/|
* | seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0357-509/+1881
|\ \
| * | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-011-0/+1
| * | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-011-0/+6
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-012-1/+20
| * | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
| * | xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi2020-06-011-0/+10
| * | net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-1/+1
| * | bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-0/+9
| * | xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+5
| * | bridge: mrp: Add support for role MRAHoratiu Vultur2020-06-011-0/+1
| * | bridge: mrp: Set the priority of MRP instanceHoratiu Vultur2020-06-011-0/+1
| * | devlink: Add ACL control packet trapsIdo Schimmel2020-06-011-0/+12
| * | devlink: Add layer 3 control packet trapsIdo Schimmel2020-06-011-0/+126
| * | devlink: Add layer 2 control packet trapsIdo Schimmel2020-06-011-0/+48
| * | devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel2020-06-011-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-06-012-2/+11
| |\ \
| | * | netfilter: nf_tables: delete devices from flowtablePablo Neira Ayuso2020-05-271-0/+1
| | * | netfilter: nf_tables: add devices to existing flowtablePablo Neira Ayuso2020-05-271-0/+6
| | * | netfilter: ctnetlink: add kernel side filtering for dumpRomain Bellan2020-05-271-2/+4
| * | | net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-011-9/+0
| * | | net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso2020-06-011-0/+19
| * | | netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso2020-06-011-0/+2
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-06-012-5/+21
| |\ \ \
| | * | | Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-05-201-2/+18
| | * | | Bluetooth: L2CAP: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-181-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-314-16/+101
| |\ \ \ \
| * \ \ \ \ Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/sc...David S. Miller2020-05-312-33/+150
| |\ \ \ \ \
| | * | | | | cfg80211: support bigger kek/kck key lengthNathan Errera2020-05-311-3/+9
| | * | | | | mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer2020-05-311-0/+20
| | * | | | | mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg2020-05-311-1/+3
| | * | | | | cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg2020-05-311-0/+3
| | * | | | | cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan2020-05-311-0/+2
| | * | | | | cfg80211: add a helper to identify 6 GHz PSCsJohannes Berg2020-05-311-0/+15
| | * | | | | nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam2020-05-271-12/+17
| | * | | | | nl80211: add ability to report TX status for control port TXMarkus Theil2020-05-271-1/+19
| | * | | | | mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-271-5/+5
| | * | | | | cfg80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-271-4/+4
| | * | | | | cfg80211: add KHz variants of frame RX APIThomas Pedersen2020-05-271-5/+49
| | * | | | | cfg80211: add support for TID specific AMSDU configurationSergey Matyukevich2020-05-271-1/+3