summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-19ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet1-1/+1
2026-02-11ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet1-2/+2
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet1-30/+27
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet1-2/+2
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-3/+3
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-30ipv6: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet1-1/+1
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet1-1/+1
2025-06-24net: annotate races around sk->sk_uidEric Dumazet1-1/+1
2025-04-17ovpn: implement TCP transportAntonio Quartulli1-0/+1
2025-04-12net: Unexport shared functions for DCCP.Kuniyuki Iwashima1-1/+0
2024-10-16net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin1-12/+10
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy1-0/+1
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger1-0/+1
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni1-1/+1
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2023-10-31Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-4/+5
2023-10-10bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+1
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert1-0/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-1/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet1-1/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-1/+1
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-1/+1
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni1-3/+7
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-2/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-3/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-1/+1
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+1
2023-04-21ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar1-0/+1
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet1-1/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-10/+0
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang1-0/+1
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-2/+2
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima1-7/+1
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-0/+1
2022-10-13tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-1/+7
2022-10-13udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+6
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel1-2/+2