| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: init the accept_queue's spinlocks in inet6_create | Zhengchao Shao | 2024-01-23 | 1 | -0/+3 |
* | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 2023-10-30 | 1 | -0/+1 |
|\ |
|
| * | xfrm: Support GRO for IPv6 ESP in UDP encapsulation | Steffen Klassert | 2023-10-06 | 1 | -0/+1 |
* | | bpf: Propagate modified uaddrlen from cgroup sockaddr programs | Daan De Meyer | 2023-10-11 | 1 | -4/+5 |
* | | bpf: Derive source IP addr via bpf_*_fib_lookup() | Martynas Pumputis | 2023-10-09 | 1 | -0/+1 |
|/ |
|
* | ipv6: lockless IPV6_FLOWINFO_SEND implementation | Eric Dumazet | 2023-09-15 | 1 | -1/+1 |
* | ipv6: move np->repflow to atomic flags | Eric Dumazet | 2023-09-15 | 1 | -1/+2 |
* | ipv6: lockless IPV6_MULTICAST_ALL implementation | Eric Dumazet | 2023-09-15 | 1 | -1/+1 |
* | ipv6: lockless IPV6_MULTICAST_LOOP implementation | Eric Dumazet | 2023-09-15 | 1 | -1/+1 |
* | inet: move inet->bind_address_no_port to inet->inet_flags | Eric Dumazet | 2023-08-16 | 1 | -1/+1 |
* | inet: move inet->is_icsk to inet->inet_flags | Eric Dumazet | 2023-08-16 | 1 | -1/+1 |
* | inet: move inet->mc_loop to inet->inet_frags | Eric Dumazet | 2023-08-16 | 1 | -1/+1 |
* | inet: move inet->hdrincl to inet->inet_flags | Eric Dumazet | 2023-08-16 | 1 | -1/+1 |
* | net: factor out inet{,6}_bind_sk helpers | Paolo Abeni | 2023-08-14 | 1 | -3/+7 |
* | ipv6: remove hard coded limitation on ipv6_pinfo | Eric Dumazet | 2023-07-24 | 1 | -2/+2 |
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2023-06-24 | 1 | -3/+0 |
* | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 2023-06-15 | 1 | -1/+1 |
* | ipv4, ipv6: Use splice_eof() to flush | David Howells | 2023-06-08 | 1 | -0/+1 |
* | ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6 | Mahesh Bandewar | 2023-04-20 | 1 | -0/+1 |
* | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 2023-03-17 | 1 | -1/+1 |
* | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 2023-02-15 | 1 | -10/+0 |
* | txhash: fix sk->sk_txrehash default | Kevin Yang | 2023-02-08 | 1 | -0/+1 |
* | net: Return errno in sk->sk_prot->get_port(). | Kuniyuki Iwashima | 2022-11-21 | 1 | -2/+2 |
* | inet6: Remove inet6_destroy_sock(). | Kuniyuki Iwashima | 2022-10-24 | 1 | -7/+1 |
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct(). | Kuniyuki Iwashima | 2022-10-24 | 1 | -0/+1 |
* | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). | Kuniyuki Iwashima | 2022-10-12 | 1 | -1/+7 |
* | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM). | Kuniyuki Iwashima | 2022-10-12 | 1 | -0/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-09-22 | 1 | -2/+2 |
|\ |
|
| * | ipv6: Fix crash when IPv6 is administratively disabled | Ido Schimmel | 2022-09-20 | 1 | -2/+2 |
* | | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt() | Martin KaFai Lau | 2022-09-02 | 1 | -0/+1 |
* | | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt() | Martin KaFai Lau | 2022-08-18 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-21 | 1 | -1/+1 |
|\ |
|
| * | ip: Fix data-races around sysctl_ip_no_pmtu_disc. | Kuniyuki Iwashima | 2022-07-15 | 1 | -1/+1 |
* | | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 2022-06-20 | 1 | -1/+2 |
* | | raw: convert raw sockets to RCU | Eric Dumazet | 2022-06-19 | 1 | -0/+3 |
|/ |
|
* | ipv6: Use ipv6_only_sock() helper in condition. | Kuniyuki Iwashima | 2022-04-22 | 1 | -1/+1 |
* | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2022-04-12 | 1 | -3/+2 |
* | ipv6: annotate some data-races around sk->sk_prot | Eric Dumazet | 2022-02-18 | 1 | -6/+18 |
* | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 2022-01-06 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-11-26 | 1 | -0/+1 |
|\ |
|
| * | net: ipv6: add fib6_nh_release_dsts stub | Nikolay Aleksandrov | 2021-11-22 | 1 | -0/+1 |
* | | ipv4/raw: support binding to nonlocal addresses | Riccardo Paolo Bestetti | 2021-11-17 | 1 | -5/+2 |
|/ |
|
* | inet: remove races in inet{6}_getname() | Eric Dumazet | 2021-10-27 | 1 | -10/+11 |
* | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum | Dave Marchevsky | 2021-08-23 | 1 | -3/+3 |
* | ipv6: ioam: Data plane support for Pre-allocated Trace | Justin Iurman | 2021-07-21 | 1 | -0/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-04-02 | 1 | -0/+1 |
|\ |
|
| * | udp: Implement ->read_sock() for sockmap | Cong Wang | 2021-04-01 | 1 | -0/+1 |
* | | ipv6: add ipv6_dev_find to stubs | Andreas Roeseler | 2021-03-30 | 1 | -0/+1 |
* | | mld: convert ifmcaddr6 to RCU | Taehee Yoo | 2021-03-26 | 1 | -1/+1 |
|/ |
|
* | net: remove cmsg restriction from io_uring based send/recvmsg calls | Jens Axboe | 2021-02-23 | 1 | -1/+0 |