summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-08-19net: refactor bind_bucket fastreuse into helperTim Froidcoeur
2020-08-19tcp: correct read of TFO keys on big endian systemsJason Baron
2020-08-19Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas
2020-08-19Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt
2020-08-19ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu
2020-07-21xfrm: Fix crash when the hold queue is used.Steffen Klassert
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-07net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-01genetlink: remove genl_bindSean Tranchetti
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig
2020-06-29genetlink: get rid of family->attrbufCong Wang
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-22GUE: Fix a typoAiden Leong
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern
2020-06-09net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2020-06-08Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam
2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi