| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | net/socket: Break down __sys_getsockopt | Breno Leitao | -8/+0 |
| 2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | -30/+68 |
| 2023-10-19 | net: move altnames together with the netdevice | Jakub Kicinski | -4/+9 |
| 2023-10-19 | net: avoid UAF on deleted altname | Jakub Kicinski | -1/+6 |
| 2023-10-19 | net: check for altname conflicts when changing netdev's netns | Jakub Kicinski | -1/+11 |
| 2023-10-19 | net: fix ifname in netlink ntf during netns move | Jakub Kicinski | -13/+31 |
| 2023-10-19 | net: introduce napi_is_scheduled helper | Christian Marangi | -1/+1 |
| 2023-10-18 | net: skb_find_text: Ignore patterns extending past 'to' | Phil Sutter | -1/+2 |
| 2023-10-18 | net: pktgen: Fix interface flags printing | Gavrilov Ilia | -7/+7 |
| 2023-10-17 | net, bpf: Add a warning if NAPI cb missed xdp_do_flush(). | Sebastian Andrzej Siewior | -0/+24 |
| 2023-10-17 | net: gso_test: release each segment individually | Florian Westphal | -5/+9 |
| 2023-10-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | -4/+63 |
| 2023-10-16 | page_pool: fragment API support for 32-bit arch with 64-bit DMA | Yunsheng Lin | -5/+9 |
| 2023-10-16 | netlink: Correct offload_xstats size | Christoph Paasch | -3/+1 |
| 2023-10-16 | cgroup, netclassid: on modifying netclassid in cgroup, only consider the main... | Liansen Zhai | -0/+6 |
| 2023-10-16 | net, sched: Make tc-related drop reason more flexible | Daniel Borkmann | -5/+10 |
| 2023-10-13 | tcp: allow again tcp_disconnect() when threads are waiting | Paolo Abeni | -5/+7 |
| 2023-10-13 | net: Handle bulk delete policy in bridge driver | Amit Cohen | -17/+10 |
| 2023-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | -2/+6 |
| 2023-10-12 | net: gso_test: fix build with gcc-12 and earlier | Florian Westphal | -22/+22 |
| 2023-10-11 | bpf: Implement cgroup sockaddr hooks for unix sockets | Daan De Meyer | -2/+12 |
| 2023-10-11 | bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf | Daan De Meyer | -1/+34 |
| 2023-10-11 | net: expand skb_segment unit test with frag_list coverage | Willem de Bruijn | -0/+92 |
| 2023-10-11 | net: parametrize skb_segment unit test to expand coverage | Willem de Bruijn | -17/+112 |
| 2023-10-11 | net: add skb_segment kunit test | Willem de Bruijn | -0/+88 |
| 2023-10-11 | net/core: Introduce netdev_core_stats_inc() | Yajun Deng | -2/+19 |
| 2023-10-09 | net: refine debug info in skb_checksum_help() | Eric Dumazet | -2/+6 |
| 2023-10-09 | bpf: Derive source IP addr via bpf_*_fib_lookup() | Martynas Pumputis | -1/+17 |
| 2023-10-09 | iov_iter, net: Move hash_and_copy_to_iter() to net/ | David Howells | -0/+19 |
| 2023-10-09 | iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together | David Howells | -7/+18 |
| 2023-10-09 | iov_iter, net: Fold in csum_and_memcpy() | David Howells | -2/+4 |
| 2023-10-09 | iov_iter, net: Move csum_and_copy_to/from_iter() to net/ | David Howells | -1/+82 |
| 2023-10-06 | net: sock_dequeue_err_skb() optimization | Eric Dumazet | -0/+3 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | -6/+12 |
| 2023-10-04 | net: skb_queue_purge_reason() optimizations | Eric Dumazet | -3/+12 |
| 2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher | -2/+1 |
| 2023-10-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | -0/+4 |
| 2023-10-01 | net: annotate data-races around sk->sk_dst_pending_confirm | Eric Dumazet | -1/+1 |
| 2023-10-01 | net: lockless implementation of SO_TXREHASH | Eric Dumazet | -13/+10 |
| 2023-10-01 | net: implement lockless SO_MAX_PACING_RATE | Eric Dumazet | -19/+21 |
| 2023-10-01 | net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO... | Eric Dumazet | -24/+20 |
| 2023-10-01 | net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt() | Eric Dumazet | -6/+5 |
| 2023-10-01 | net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC | Eric Dumazet | -11/+9 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | -11/+12 |
| 2023-10-01 | neighbour: fix data-races around n->output | Eric Dumazet | -5/+5 |
| 2023-10-01 | net: fix possible store tearing in neigh_periodic_work() | Eric Dumazet | -1/+3 |
| 2023-09-29 | bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets | Jakub Sitnicki | -0/+4 |
| 2023-09-28 | pktgen: Introducing 'SHARED' flag for testing with non-shared skb | Liang Chen | -10/+54 |
| 2023-09-28 | pktgen: Automate flag enumeration for unknown flag handling | Liang Chen | -16/+22 |
| 2023-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | -4/+4 |