summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2019-12-31net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2019-12-18xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon2-123/+120
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-2/+2
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-2/+4
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi1-9/+28
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley1-23/+22
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+1
2019-12-18net: dsa: fix flow dissection on Tx pathAlexander Lobakin1-2/+3
2019-12-18inet: protect against too small mtu values.Eric Dumazet1-1/+2
2019-12-04net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2-5/+5
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+6
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault3-16/+17
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo2-25/+6
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-24net: core: add generic lockdep keysTaehee Yoo2-84/+44
2019-10-24net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-23net/flow_dissector: switch to siphashEric Dumazet1-22/+16
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-8/+11
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti1-1/+1
2019-10-14bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc1-1/+6
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2-2/+2
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet3-4/+6
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2-2/+2
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-1/+1
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam1-3/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8