summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-21net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend
2019-08-27net: fix skb use after free in netpollFeng Sun
2019-08-24sock: fix potential memory leak in proto_register()zhanglin
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet
2019-08-09sock: make cookie generation global instead of per netnsDaniel Borkmann
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-16skbuff: fix compilation warnings in skb_dump()Qian Cai
2019-07-15bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev
2019-07-15bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey
2019-07-09devlink: Introduce PCI VF port flavour and port attributeParav Pandit
2019-07-09devlink: Introduce PCI PF port flavour and port attributeParav Pandit
2019-07-09devlink: Return physical port fields only for applicable port flavoursParav Pandit
2019-07-09devlink: Refactor physical port attributesParav Pandit
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley