summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon2019-12-181-4/+4
* page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-12-182-123/+120
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-181-2/+2
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-181-2/+4
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-181-3/+1
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-181-2/+3
* inet: protect against too small mtu values.Eric Dumazet2019-12-181-1/+2
* net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-12-042-5/+5
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-291-1/+22
* devlink: Add method for time-stamp on reporter's dumpAya Levin2019-11-201-0/+6
* mlxsw: core: Enable devlink reload only on probeJiri Pirko2019-11-201-1/+1
* devlink: disallow reload operation during device cleanupJiri Pirko2019-11-201-1/+38
* bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc2019-11-121-1/+6
* net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-121-5/+15
* net/flow_dissector: switch to siphashEric Dumazet2019-11-101-22/+16
* keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-11-101-0/+1
* net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-11-101-1/+1
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-102-2/+2
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-11-101-1/+3
* net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov2019-11-101-1/+1
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-11-103-16/+17
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-101-2/+2
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-291-8/+11
* net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-291-1/+1
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-211-2/+13
* net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-211-6/+10
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-121-0/+2
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-071-0/+19
* net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-051-0/+3
* net: fix skb use after free in netpollFeng Sun2019-08-271-3/+3
* sock: fix potential memory leak in proto_register()zhanglin2019-08-241-10/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-232-5/+5
|\
| * bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-08-241-4/+4
| * flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-08-241-1/+1
* | tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-08-191-7/+9
|/
* sock: make cookie generation global instead of per netnsDaniel Borkmann2019-08-091-1/+2
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-5/+14
* net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2019-08-051-5/+10
* net: fix ifindex collision during namespace removalJiri Pirko2019-07-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-253-10/+19
|\
| * bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-07-231-3/+3
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-2/+2
| * bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-07-221-0/+3
| * bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-07-221-0/+2
| * bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-07-221-5/+9
* | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-3/+3
* | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-4/+5
* | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-191-6/+3