summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-01-12bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-01-09net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet
2019-12-31net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
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-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley
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-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-14bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel