summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-12-18xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-18net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-12-18inet: protect against too small mtu values.Eric Dumazet
2019-12-04net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2019-11-29net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-11-20devlink: Add method for time-stamp on reporter's dumpAya Levin
2019-11-20mlxsw: core: Enable devlink reload only on probeJiri Pirko
2019-11-20devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-12bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
2019-11-12net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10keys: Fix memory leak in copy_net_nsTakeshi Misawa
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-11-10net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-29net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
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