summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-211-2/+3
* inet: protect against too small mtu values.Eric Dumazet2019-12-211-1/+2
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-12-051-1/+1
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-12-051-4/+9
* net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2019-12-051-1/+2
* sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2019-12-011-0/+1
* net: do not abort bulk send on BQL statusEric Dumazet2019-12-011-1/+1
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-12-011-1/+22
* net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2019-11-241-0/+14
* rtnetlink: move type calculation out of loopChristian Brauner2019-11-201-1/+1
* net/flow_dissector: switch to siphashEric Dumazet2019-11-101-22/+16
* 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
* 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: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-09-211-4/+4
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-211-2/+13
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-191-0/+19
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-191-0/+2
* net: fix skb use after free in netpollFeng Sun2019-09-101-3/+3
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-281-1/+1
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-281-0/+2
* bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-07-141-0/+1
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-3/+17
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+2
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-07-031-3/+0
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-111-2/+10
* Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-111-3/+3
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-111-0/+11
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-111-1/+8
* ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-111-1/+4
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-3/+3
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-041-1/+1
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-05-311-2/+8
* rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-251-6/+10
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-161-3/+3
* net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-271-1/+9
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-272-4/+18
* net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-04-171-1/+3
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-171-0/+1
* net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-171-1/+1
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-171-16/+30