| Age | Commit message (Expand) | Author |
| 2022-02-01 | net-procfs: show net devices bound packet types | Jianguo Wu |
| 2022-02-01 | net: fix information leakage in /proc/net/ptype | Congyu Liu |
| 2022-01-27 | net: fix sock_timestamping_bind_phc() to release device | Miroslav Lichvar |
| 2022-01-27 | devlink: Remove misleading internal_flags from health reporter dump | Leon Romanovsky |
| 2022-01-27 | netns: add schedule point in ops_exit_list() | Eric Dumazet |
| 2022-01-27 | xdp: check prog type before updating BPF link | Toke Høiland-Jørgensen |
| 2022-01-27 | bpf: Do not WARN in bpf_warn_invalid_xdp_action() | Paolo Abeni |
| 2022-01-27 | net-sysfs: update the queue counts in the unregistration path | Antoine Tenart |
| 2022-01-27 | net/sched: flow_dissector: Fix matching on zone id for invalid conns | Paul Blakey |
| 2022-01-27 | bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). | Kuniyuki Iwashima |
| 2022-01-27 | bpf, sockmap: Fix double bpf_prog_put on error case in map_link | John Fastabend |
| 2022-01-11 | lwtunnel: Validate RTA_ENCAP_TYPE attribute length | David Ahern |
| 2022-01-05 | net/sched: Extend qdisc control block with tc control block | Paul Blakey |
| 2021-12-22 | net: Fix double 0x prefix print in SKB dump | Gal Pressman |
| 2021-12-14 | net, neigh: clear whole pneigh_entry at alloc time | Eric Dumazet |
| 2021-12-14 | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap | John Fastabend |
| 2021-12-14 | devlink: fix netns refcount leak in devlink_nl_cmd_reload() | Eric Dumazet |
| 2021-12-14 | bpf, sockmap: Attach map progs to psock early for feature probes | John Fastabend |
| 2021-12-08 | net: annotate data-races on txq->xmit_lock_owner | Eric Dumazet |
| 2021-12-08 | wireguard: device: reset peer src endpoint when netns exits | Jason A. Donenfeld |
| 2021-12-08 | ipv6: fix memory leak in fib6_rule_suppress | msizanoen1 |
| 2021-11-25 | net: add and use skb_unclone_keeptruesize() helper | Eric Dumazet |
| 2021-11-25 | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs | Dmitrii Banshchikov |
| 2021-11-25 | sock: fix /proc/net/sockstat underflow in sk_clone_lock() | Tetsuo Handa |
| 2021-11-18 | net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE | Daniel Borkmann |
| 2021-11-18 | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg | Jussi Maki |
| 2021-11-18 | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding | John Fastabend |
| 2021-11-18 | skmsg: Lose offset info in sk_psock_skb_ingress | Liu Jian |
| 2021-11-18 | net: stream: don't purge sk_error_queue in sk_stream_kill_queues() | Jakub Kicinski |
| 2021-11-18 | net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE | Daniel Borkmann |
| 2021-11-18 | net: net_namespace: Fix undefined member in key_remove_domain() | Yajun Deng |
| 2021-11-18 | net-sysfs: try not to restart the syscall if it will fail eventually | Antoine Tenart |
| 2021-11-18 | net: sched: update default qdisc visibility after Tx queue cnt changes | Jakub Kicinski |
| 2021-10-26 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
| 2021-10-26 | skmsg: Extract and reuse sk_msg_is_readable() | Cong Wang |
| 2021-10-26 | net: multicast: calculate csum of looped-back and forwarded packets | Cyril Strejc |
| 2021-10-25 | net-sysfs: initialize uid and gid before calling net_ns_get_ownership | Xin Long |
| 2021-10-25 | net: Prevent infinite while loop in skb_tx_hash() | Michael Chan |
| 2021-10-22 | bpf: Prevent increasing bpf_jit_limit above max | Lorenz Bauer |
| 2021-10-22 | skb_expand_head() adjust skb->truesize incorrectly | Vasily Averin |
| 2021-10-13 | Revert "net: procfs: add seq_puts() statement for dev_mcast" | Vladimir Oltean |
| 2021-10-06 | rtnetlink: fix if_nlmsg_stats_size() under estimation | Eric Dumazet |
| 2021-09-30 | af_unix: fix races in sk_peer_pid and sk_peer_cred accesses | Eric Dumazet |
| 2021-09-30 | net: dev_addr_list: handle first address in __hw_addr_add_ex | Jakub Kicinski |
| 2021-09-30 | net: introduce and use lock_sock_fast_nested() | Paolo Abeni |
| 2021-09-20 | napi: fix race inside napi_enable | Xuan Zhuo |
| 2021-09-19 | net: core: Correct the sock::sk_lock.owned lockdep annotations | Thomas Gleixner |
| 2021-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
| 2021-09-13 | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode | Daniel Borkmann |
| 2021-09-03 | skbuff: clean up inconsistent indenting | Colin Ian King |