summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
2020-01-26net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2020-01-26net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2020-01-23devlink: Wait longer before warning about unset port typeIdo Schimmel1-1/+1
2020-01-23net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang1-12/+0
2020-01-23net: bpf: Don't leak time wait and request socketsLorenz Bauer1-5/+4
2020-01-23bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend1-0/+1
2020-01-23bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend1-5/+5
2020-01-23bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend2-1/+8
2020-01-17bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend1-5/+8
2020-01-12bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer1-0/+1
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-1/+1
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet1-2/+2
2020-01-09net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
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-05net: 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-21net-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-12devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-10devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-06net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-02net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-30net: 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-27Merge 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-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault3-16/+17
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo2-25/+6
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-25net: core: add generic lockdep keysTaehee Yoo2-84/+44
2019-10-25net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-25keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-24net/flow_dissector: switch to siphashEric Dumazet1-22/+16
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-8/+11