aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-01genetlink: remove genl_bindSean Tranchetti1-8/+0
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+10
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+3
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki1-1/+1
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-1/+4
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-1/+2
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig1-3/+3
2020-06-29genetlink: get rid of family->attrbufCong Wang1-2/+0
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-06-22GUE: Fix a typoAiden Leong1-1/+1
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-1/+3
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-1/+3
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu1-0/+13
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-4/+45
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-1/+10
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-27/+36
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-0/+11
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+16
2020-06-09net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso1-24/+0
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-0/+6
2020-06-08Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+3
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig1-4/+3
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg1-2/+3
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-1/+0
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam1-1/+1
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-0/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds57-509/+1881
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+4
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki1-0/+1
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-0/+6
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2-1/+20
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-01xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-0/+10
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-0/+9
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur1-0/+1
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur1-0/+1
2020-06-01devlink: Add ACL control packet trapsIdo Schimmel1-0/+12
2020-06-01devlink: Add layer 3 control packet trapsIdo Schimmel1-0/+126
2020-06-01devlink: Add layer 2 control packet trapsIdo Schimmel1-0/+48
2020-06-01devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel1-0/+3
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+11
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso1-9/+0
2020-06-01net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso1-0/+19
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso1-0/+2