summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-261-3/+5
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-241-1/+0
* GUE: Fix a typoAiden Leong2020-06-231-1/+1
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-201-1/+3
* flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-201-1/+3
* flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-201-0/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-191-0/+1
|\
| * xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-041-0/+1
* | netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-161-4/+45
* | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-161-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-144-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-101-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-091-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-111-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-051-1/+0
| |/ / |/| |
* | | seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-051-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0457-509/+1881
|\ \
| * | bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-021-0/+1
| * | flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-021-0/+6
| * | net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-022-1/+20
| * | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-021-1/+1
| * | xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi2020-06-021-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-06-014-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