aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* udp: add local "peek offset enabled" flagPaolo Abeni2024-02-211-1/+1
* ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-231-0/+3
* Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski2023-10-301-0/+1
|\
| * xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-061-0/+1
* | bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-4/+5
* | bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-091-0/+1
|/
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-151-1/+2
* ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-1/+1
* inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* net: factor out inet{,6}_bind_sk helpersPaolo Abeni2023-08-141-3/+7
* ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-2/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-3/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-1/+1
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-081-0/+1
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-201-0/+1
* net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-10/+0
* txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-081-0/+1
* net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-211-2/+2
* inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima2022-10-241-7/+1
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-0/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-121-1/+7
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-121-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-2/+2
|\
| * ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel2022-09-201-2/+2
* | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-021-0/+1
* | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau2022-08-181-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-151-1/+1
* | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-1/+2
* | raw: convert raw sockets to RCUEric Dumazet2022-06-191-0/+3
|/
* ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+2
* ipv6: annotate some data-races around sk->sk_protEric Dumazet2022-02-181-6/+18
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+1
|\
| * net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-221-0/+1
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-5/+2
|/
* inet: remove races in inet{6}_getname()Eric Dumazet2021-10-271-10/+11
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-3/+3
* ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-211-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-021-0/+1
|\
| * udp: Implement ->read_sock() for sockmapCong Wang2021-04-011-0/+1
* | ipv6: add ipv6_dev_find to stubsAndreas Roeseler2021-03-301-0/+1