summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-08-07bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-5/+45
2020-07-31udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima1-0/+1
2020-07-31rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-07-31net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang1-1/+1
2020-07-31dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-3/+7
2020-07-16bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-1/+1
2020-07-16bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend1-1/+9
2020-07-16bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend1-7/+6
2020-06-30net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3
2020-06-30net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-24net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-24sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner1-1/+1
2020-06-24bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-24net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-24bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki1-2/+21
2020-06-24bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki1-0/+1
2020-06-22bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-3/+40
2020-06-22bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend1-21/+34
2020-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-05-27flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki1-5/+21
2020-05-20bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend1-1/+1
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-14neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-05-14devlink: fix return value after hitting end in region readJakub Kicinski1-0/+5
2020-05-10cgroup, netclassid: remove double cond_reschedJiri Slaby1-3/+1
2020-05-02net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet1-3/+11
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