Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | cgroup: fix cgroup_sk_alloc() for sk_clone_lock() | Cong Wang | 1 | -1/+1 |
2020-07-22 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen | 1 | -3/+7 |
2020-07-16 | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() | Kees Cook | 1 | -1/+1 |
2020-07-16 | bpf, sockmap: RCU dereferenced psock may be used outside RCU block | John Fastabend | 1 | -1/+9 |
2020-07-16 | bpf, sockmap: RCU splat with redirect and strparser error or TLS | John Fastabend | 1 | -7/+6 |
2020-06-30 | net: increment xmit_recursion level in dev_direct_xmit() | Eric Dumazet | 2 | -1/+3 |
2020-06-30 | net: fix memleak in register_netdevice() | Yang Yingliang | 1 | -0/+7 |
2020-06-30 | net: Do not clear the sock TX queue in sk_set_socket() | Tariq Toukan | 1 | -0/+2 |
2020-06-24 | net: core: device_rename: Use rwsem instead of a seqcount | Ahmed S. Darwish | 1 | -22/+18 |
2020-06-24 | sched/rt, net: Use CONFIG_PREEMPTION.patch | Thomas Gleixner | 1 | -1/+1 |
2020-06-24 | bpf: Fix memlock accounting for sock_hash | Andrey Ignatov | 1 | -0/+4 |
2020-06-24 | net/filter: Permit reading NET in load_bytes_relative when MAC not set | YiFei Zhu | 1 | -7/+9 |
2020-06-24 | bpf, sockhash: Synchronize delete from bucket list on map free | Jakub Sitnicki | 1 | -2/+21 |
2020-06-24 | bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free | Jakub Sitnicki | 1 | -0/+1 |
2020-06-22 | bpf: Fix running sk_skb program types with ktls | John Fastabend | 1 | -3/+40 |
2020-06-22 | bpf: Refactor sockmap redirect code so its easy to reuse | John Fastabend | 1 | -21/+34 |
2020-06-03 | __netif_receive_skb_core: pass skb by reference | Boris Sukholitko | 1 | -5/+15 |
2020-05-27 | flow_dissector: Drop BPF flow dissector prog ref on netns cleanup | Jakub Sitnicki | 1 | -5/+21 |
2020-05-20 | bpf, sockmap: msg_pop_data can incorrecty set an sge length | John Fastabend | 1 | -1/+1 |
2020-05-20 | netprio_cgroup: Fix unlimited memory leak of v2 cgroups | Zefan Li | 1 | -0/+2 |
2020-05-20 | net: fix a potential recursive NETDEV_FEAT_CHANGE | Cong Wang | 1 | -1/+3 |
2020-05-20 | drop_monitor: work around gcc-10 stringop-overflow warning | Arnd Bergmann | 1 | -4/+7 |
2020-05-14 | neigh: send protocol value in neighbor create notification | Roman Mashak | 1 | -3/+3 |
2020-05-14 | devlink: fix return value after hitting end in region read | Jakub Kicinski | 1 | -0/+5 |
2020-05-10 | cgroup, netclassid: remove double cond_resched | Jiri Slaby | 1 | -3/+1 |
2020-05-02 | net: use indirect call wrappers for skb_copy_datagram_iter() | Eric Dumazet | 1 | -3/+11 |
2020-04-21 | net: revert default NAPI poll timeout to 2 jiffies | Konstantin Khlebnikov | 1 | -1/+2 |
2020-04-08 | net: Fix Tx hash bound checking | Amritha Nambiar | 1 | -0/+2 |
2020-04-01 | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build | Pablo Neira Ayuso | 2 | -3/+3 |
2020-04-01 | bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free | John Fastabend | 1 | -4/+8 |
2020-03-18 | devlink: validate length of region addr/len | Jakub Kicinski | 1 | -0/+2 |
2020-03-18 | devlink: validate length of param values | Jakub Kicinski | 1 | -12/+19 |
2020-03-18 | net: memcg: late association of sock to memcg | Shakeel Butt | 1 | -1/+4 |
2020-03-18 | cgroup, netclassid: periodically release file_lock on classid updating | Dmitry Yakunin | 1 | -10/+37 |
2020-03-05 | net: export netdev_next_lower_dev_rcu() | Taehee Yoo | 1 | -3/+3 |
2020-03-05 | Revert "net: dev: introduce support for sch BYPASS for lockless qdisc" | Paolo Abeni | 1 | -20/+2 |
2020-03-05 | net: fib_rules: Correctly set table field when table number exceeds 8 bits | Jethro Beekman | 1 | -1/+1 |
2020-02-24 | bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map | Li RongQing | 1 | -1/+1 |
2020-02-24 | bpf, sockhash: Synchronize_rcu before free'ing map | Jakub Sitnicki | 1 | -0/+3 |
2020-02-24 | core: Don't skip generic XDP program execution for cloned SKBs | Toke Høiland-Jørgensen | 1 | -2/+2 |
2020-02-15 | bpf, sockmap: Check update requirements after locking | Lorenz Bauer | 1 | -6/+10 |
2020-02-15 | bpf: Improve bucket_log calculation logic | Martin KaFai Lau | 1 | -2/+3 |
2020-02-15 | bpf, sockhash: Synchronize_rcu before free'ing map | Jakub Sitnicki | 1 | -0/+4 |
2020-02-15 | bpf, sockmap: Don't sleep while holding RCU lock on tear-down | Jakub Sitnicki | 1 | -4/+4 |
2020-02-11 | drop_monitor: Do not cancel uninitialized work item | Ido Schimmel | 1 | -1/+3 |
2020-02-11 | devlink: report 0 after hitting end in region read | Jacob Keller | 1 | -0/+6 |
2020-02-06 | flow_dissector: Fix to use new variables for port ranges in bpf hook | Yoshiki Komachi | 1 | -2/+9 |
2020-02-06 | net: Fix skb->csum update in inet_proto_csum_replace16(). | Praveen Chaudhary | 1 | -3/+17 |
2020-01-29 | net, sk_msg: Don't check if sock is locked when tearing down psock | Jakub Sitnicki | 1 | -2/+0 |
2020-01-29 | net: Fix packet reordering caused by GRO and listified RX cooperation | Maxim Mikityanskiy | 1 | -31/+33 |