summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-091-1/+2
* net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-071-1/+9
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-032-19/+17
* genetlink: remove genl_bindSean Tranchetti2020-07-011-8/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-303-6/+10
|\
| * bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-1/+1
| * bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-1/+4
| * flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-1/+2
| * xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+3
* | net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+3
* | genetlink: get rid of family->attrbufCong Wang2020-06-291-2/+0
* | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-251-3/+5
* | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-1/+0
* | GUE: Fix a typoAiden Leong2020-06-221-1/+1
|/
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-1/+3
* flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-1/+3
* flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-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-151-4/+45
* | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-151-1/+10
* | 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