summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-04-16net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-04-16net-sysfs: Fix reference count leakJouni Hogander
2020-04-16net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-04-12net: neigh: use long type to store jiffies deltaEric Dumazet
2020-04-12net: bpf: Don't leak time wait and request socketsLorenz Bauer
2020-04-12net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki
2020-04-12bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend
2020-04-12bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend
2020-04-12bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend
2020-04-12bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-04-12net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-04-12net: core: limit nested device depthTaehee Yoo
2020-03-30bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend
2020-03-20bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer
2020-03-20net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-03-20net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-03-20net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2020-03-20net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2020-02-24neighbour: remove neigh_cleanup() methodEric Dumazet
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-01-31net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2020-01-19net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2020-01-19net: sockmap: use bitmap for copy infoJakub Kicinski
2020-01-09net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-12-29bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
2019-12-29net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-12-16net/flow_dissector: switch to siphashEric Dumazet
2019-12-16net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-12-16net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-12-16net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-12-16netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-09-21bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-09-21flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
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-19net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend
2019-09-19net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-09-10net: fix skb use after free in netpollFeng Sun
2019-09-06tcp: make sure EPOLLOUT wont be missedEric Dumazet
2019-08-29bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend
2019-08-29bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend
2019-08-29bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-25bpf: fix access to skb_shared_info->gso_segsEric Dumazet