summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing1-1/+1
2020-02-24bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+3
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-15bpf, sockmap: Check update requirements after lockingLorenz Bauer1-6/+10
2020-02-15bpf: Improve bucket_log calculation logicMartin KaFai Lau1-2/+3
2020-02-15bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+4
2020-02-15bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki1-4/+4
2020-02-11drop_monitor: Do not cancel uninitialized work itemIdo Schimmel1-1/+3
2020-02-11devlink: report 0 after hitting end in region readJacob Keller1-0/+6
2020-02-06flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi1-2/+9
2020-02-06net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary1-3/+17
2020-01-29net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki1-2/+0
2020-01-29net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-31/+33
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