summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-12-05net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2-5/+5
2019-11-29net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-20devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-20mlxsw: core: Enable devlink reload only on probeJiri Pirko1-1/+1
2019-11-20devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-12bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc1-1/+6
2019-11-12net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-10net/flow_dissector: switch to siphashEric Dumazet1-22/+16
2019-11-10keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2-2/+2
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-11-10net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault3-16/+17
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-8/+11
2019-10-29net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti1-1/+1
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn1-2/+13
2019-09-21net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-6/+10
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani1-0/+19
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend1-0/+3
2019-08-28net: fix skb use after free in netpollFeng Sun1-3/+3
2019-08-25sock: fix potential memory leak in proto_register()zhanglin1-10/+21
2019-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-5/+5
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich1-4/+4
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki1-1/+1
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-08-09sock: make cookie generation global instead of per netnsDaniel Borkmann1-1/+2
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-5/+14
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer1-5/+10
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-10/+19
2019-07-24bpf: fix access to skb_shared_info->gso_segsEric Dumazet1-3/+3
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-2/+2
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend1-0/+3
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend1-0/+2
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend1-5/+9
2019-07-20net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-3/+3
2019-07-20net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-4/+5
2019-07-20net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso1-6/+3
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-9/+21
2019-07-19tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+1
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce2-29/+25
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-7/+17
2019-07-17skbuff: fix compilation warnings in skb_dump()Qian Cai1-1/+1
2019-07-16bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev1-1/+11
2019-07-16bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev1-6/+6