| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 2024-10-18 | 1 | -0/+5 |
|\ |
|
| * | bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock | Michal Luczaj | 2024-10-17 | 1 | -0/+5 |
* | | net: Fix an unsafe loop on the list | Anastasia Kovaleva | 2024-10-04 | 1 | -0/+2 |
|/ |
|
* | tcp: RX path for devmem TCP | Mina Almasry | 2024-09-11 | 1 | -0/+2 |
* | net: Correct spelling in headers | Simon Horman | 2024-08-26 | 1 | -2/+2 |
* | net/ipv4: Use nested-BH locking for ipv4_tcp_sk. | Sebastian Andrzej Siewior | 2024-06-24 | 1 | -0/+5 |
* | net: use unrcu_pointer() helper | Eric Dumazet | 2024-06-06 | 1 | -1/+1 |
* | net: fix __dst_negative_advice() race | Eric Dumazet | 2024-05-29 | 1 | -10/+3 |
* | net: pass back whether socket was empty post accept | Jens Axboe | 2024-05-13 | 1 | -0/+1 |
* | net: change proto and proto_ops accept type | Jens Axboe | 2024-05-13 | 1 | -3/+9 |
* | net: add <net/proto_memory.h> | Eric Dumazet | 2024-04-30 | 1 | -78/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-04-25 | 1 | -18/+20 |
|\ |
|
| * | net: fix sk_memory_allocated_{add|sub} vs softirqs | Eric Dumazet | 2024-04-23 | 1 | -18/+20 |
* | | net: skbuff: generalize the skb->decrypted bit | Jakub Kicinski | 2024-04-06 | 1 | -3/+1 |
* | | net: add sk_wake_async_rcu() helper | Eric Dumazet | 2024-03-29 | 1 | -0/+6 |
|/ |
|
* | tcp: properly terminate timers for kernel sockets | Eric Dumazet | 2024-03-25 | 1 | -0/+7 |
* | net: introduce include/net/rps.h | Eric Dumazet | 2024-03-07 | 1 | -35/+0 |
* | net: make SK_MEMORY_PCPU_RESERV tunable | Adam Li | 2024-02-28 | 1 | -2/+3 |
* | net: reorganize "struct sock" fields | Eric Dumazet | 2024-02-20 | 1 | -47/+61 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-01-26 | 1 | -25/+0 |
|\ |
|
| * | tcp: Move skb_steal_sock() to request_sock.h | Kuniyuki Iwashima | 2024-01-23 | 1 | -25/+0 |
* | | udp: fix busy polling | Eric Dumazet | 2024-01-21 | 1 | -1/+17 |
|/ |
|
* | net: sock: remove excess structure-member documentation | Jonathan Corbet | 2023-12-29 | 1 | -2/+0 |
* | net: remove SOCK_DEBUG macro | Denis Kirjanov | 2023-12-26 | 1 | -13/+0 |
* | tcp: Remove dead code and fields for bhash2. | Kuniyuki Iwashima | 2023-12-22 | 1 | -4/+0 |
* | tcp: Link sk and twsk to tb2->owners using skc_bind_node. | Kuniyuki Iwashima | 2023-12-22 | 1 | -10/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-12-21 | 1 | -0/+5 |
|\ |
|
| * | bpf: syzkaller found null ptr deref in unix_bpf proto add | John Fastabend | 2023-12-13 | 1 | -0/+5 |
* | | net: Namespace-ify sysctl_optmem_max | Eric Dumazet | 2023-12-15 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux | Linus Torvalds | 2023-11-01 | 1 | -2/+4 |
|\ |
|
| * | net/socket: Break down __sys_getsockopt | Breno Leitao | 2023-10-19 | 1 | -2/+2 |
| * | net/socket: Break down __sys_setsockopt | Breno Leitao | 2023-10-19 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-19 | 1 | -6/+4 |
|\ \ |
|
| * | | tcp: allow again tcp_disconnect() when threads are waiting | Paolo Abeni | 2023-10-13 | 1 | -6/+4 |
| |/ |
|
* | | net: annotate data-races around sk->sk_dst_pending_confirm | Eric Dumazet | 2023-10-01 | 1 | -3/+3 |
* | | net: annotate data-races around sk->sk_tx_queue_mapping | Eric Dumazet | 2023-10-01 | 1 | -4/+16 |
* | | net: constify sk_dst_get() and __sk_dst_get() argument | Eric Dumazet | 2023-10-01 | 1 | -2/+2 |
* | | ipv6: lockless IPV6_MULTICAST_LOOP implementation | Eric Dumazet | 2023-09-15 | 1 | -1/+1 |
* | | net: sock_release_ownership() cleanup | Eric Dumazet | 2023-09-12 | 1 | -5/+4 |
|/ |
|
* | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 2023-09-01 | 1 | -7/+10 |
* | net: annotate data-races around sk->sk_forward_alloc | Eric Dumazet | 2023-09-01 | 1 | -3/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-24 | 1 | -3/+4 |
|\ |
|
| * | sock: annotate data-races around prot->memory_pressure | Eric Dumazet | 2023-08-18 | 1 | -3/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-18 | 1 | -0/+6 |
|\| |
|
| * | sock: Fix misuse of sk_under_memory_pressure() | Abel Wu | 2023-08-17 | 1 | -0/+6 |
* | | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign | Lorenz Bauer | 2023-07-25 | 1 | -2/+5 |
* | | ipv6: remove hard coded limitation on ipv6_pinfo | Eric Dumazet | 2023-07-24 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-06-27 | 1 | -0/+1 |
|\ |
|
| * | netlink: Add __sock_i_ino() for __netlink_diag_dump(). | Kuniyuki Iwashima | 2023-06-27 | 1 | -0/+1 |
* | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2023-06-24 | 1 | -6/+0 |