| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | net: annotate data-races around sk->sk_dst_pending_confirm | Eric Dumazet | 2023-10-01 | 1 | -1/+1 |
| * | | | | | | | | net: lockless implementation of SO_TXREHASH | Eric Dumazet | 2023-10-01 | 1 | -13/+10 |
| * | | | | | | | | net: implement lockless SO_MAX_PACING_RATE | Eric Dumazet | 2023-10-01 | 1 | -19/+21 |
| * | | | | | | | | net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO... | Eric Dumazet | 2023-10-01 | 1 | -24/+20 |
| * | | | | | | | | net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt() | Eric Dumazet | 2023-10-01 | 1 | -6/+5 |
| * | | | | | | | | net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC | Eric Dumazet | 2023-10-01 | 1 | -11/+9 |
| * | | | | | | | | net: implement lockless SO_PRIORITY | Eric Dumazet | 2023-10-01 | 1 | -11/+12 |
| * | | | | | | | | pktgen: Introducing 'SHARED' flag for testing with non-shared skb | Liang Chen | 2023-09-28 | 1 | -10/+54 |
| * | | | | | | | | pktgen: Automate flag enumeration for unknown flag handling | Liang Chen | 2023-09-28 | 1 | -16/+22 |
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-09-21 | 2 | -4/+4 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2023-09-17 | 2 | -3/+13 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | bpf: expose information about supported xdp metadata kfunc | Stanislav Fomichev | 2023-09-15 | 2 | -3/+13 |
| | * | | | | | | | bpf: make it easier to add new metadata kfunc | Stanislav Fomichev | 2023-09-15 | 1 | -2/+2 |
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | netdev: expose DPLL pin handle for netdevice | Jiri Pirko | 2023-09-17 | 2 | -0/+58 |
| * | | | | | | | net: add truesize debug checks in skb_{add|coalesce}_rx_frag() | Eric Dumazet | 2023-09-16 | 1 | -0/+4 |
| * | | | | | | | net: use indirect call helpers for sk->sk_prot->release_cb() | Eric Dumazet | 2023-09-16 | 1 | -2/+5 |
| * | | | | | | | ipv6: lockless IPV6_MULTICAST_LOOP implementation | Eric Dumazet | 2023-09-15 | 1 | -2/+2 |
| * | | | | | | | net: call prot->release_cb() when processing backlog | Eric Dumazet | 2023-09-12 | 1 | -0/+3 |
| * | | | | | | | tcp: no longer release socket ownership in tcp_release_cb() | Eric Dumazet | 2023-09-12 | 1 | -3/+0 |
| * | | | | | | | net: dst: remove unnecessary input parameter in dst_alloc and dst_init | Zhengchao Shao | 2023-09-12 | 1 | -5/+5 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-10-30 | 2 | -1/+114 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | iov_iter, net: Move hash_and_copy_to_iter() to net/ | David Howells | 2023-10-09 | 1 | -0/+19 |
| * | | | | | | iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together | David Howells | 2023-10-09 | 2 | -7/+18 |
| * | | | | | | iov_iter, net: Fold in csum_and_memcpy() | David Howells | 2023-10-09 | 2 | -2/+4 |
| * | | | | | | iov_iter, net: Move csum_and_copy_to/from_iter() to net/ | David Howells | 2023-10-09 | 2 | -1/+82 |
| |/ / / / / |
|
* | | | | / | neighbour: fix various data-races | Eric Dumazet | 2023-10-21 | 1 | -32/+35 |
| |_|_|_|/
|/| | | | |
|
* | | | | | net: move altnames together with the netdevice | Jakub Kicinski | 2023-10-19 | 1 | -4/+9 |
* | | | | | net: avoid UAF on deleted altname | Jakub Kicinski | 2023-10-19 | 1 | -1/+6 |
* | | | | | net: check for altname conflicts when changing netdev's netns | Jakub Kicinski | 2023-10-19 | 2 | -1/+11 |
* | | | | | net: fix ifname in netlink ntf during netns move | Jakub Kicinski | 2023-10-19 | 1 | -13/+31 |
* | | | | | net: pktgen: Fix interface flags printing | Gavrilov Ilia | 2023-10-18 | 1 | -7/+7 |
* | | | | | netlink: Correct offload_xstats size | Christoph Paasch | 2023-10-17 | 1 | -3/+1 |
* | | | | | tcp: allow again tcp_disconnect() when threads are waiting | Paolo Abeni | 2023-10-14 | 1 | -5/+7 |
| |_|_|/
|/| | | |
|
* | | | | net: refine debug info in skb_checksum_help() | Eric Dumazet | 2023-10-10 | 1 | -2/+6 |
| |_|/
|/| | |
|
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-10-04 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets | Jakub Sitnicki | 2023-09-29 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | neighbour: fix data-races around n->output | Eric Dumazet | 2023-10-01 | 1 | -5/+5 |
* | | | net: fix possible store tearing in neigh_periodic_work() | Eric Dumazet | 2023-10-01 | 1 | -1/+3 |
|/ / |
|
* | | net: core: Use the bitmap API to allocate bitmaps | Andy Shevchenko | 2023-09-16 | 1 | -3/+3 |
* | | net/core: Fix ETH_P_1588 flow dissector | Sasha Neftin | 2023-09-15 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2023-09-08 | 5 | -57/+75 |
|\ |
|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-09-07 | 1 | -4/+8 |
| |\ |
|
| | * | bpf, sockmap: Fix skb refcnt race after locking changes | John Fastabend | 2023-09-04 | 1 | -4/+8 |
| * | | net/ipv6: SKB symmetric hash should incorporate transport ports | Quan Tian | 2023-09-06 | 1 | -2/+1 |
| * | | af_unix: Fix data race around sk->sk_err. | Kuniyuki Iwashima | 2023-09-04 | 1 | -1/+1 |
| * | | af_unix: Fix data-races around sk->sk_shutdown. | Kuniyuki Iwashima | 2023-09-04 | 1 | -2/+2 |
| * | | net: deal with integer overflows in kmalloc_reserve() | Eric Dumazet | 2023-09-04 | 1 | -2/+8 |
| |/ |
|
| * | skbuff: skb_segment, Call zero copy functions before using skbuff frags | Mohamed Khalfella | 2023-09-01 | 1 | -14/+20 |
| * | net: annotate data-races around sk->sk_bind_phc | Eric Dumazet | 2023-09-01 | 1 | -2/+2 |
| * | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 2023-09-01 | 2 | -6/+8 |