summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-08net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2-3/+3
2020-04-01bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend1-4/+8
2020-03-18devlink: validate length of region addr/lenJakub Kicinski1-0/+2
2020-03-18devlink: validate length of param valuesJakub Kicinski1-12/+19
2020-03-18net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-03-18cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni1-20/+2
2020-03-05net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
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