summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring1-0/+2
2026-06-05ipv6: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet1-1/+0
2026-06-04ipv6: use READ_ONCE() for bindv6only default in inet6_create()Runyu Xiao1-1/+1
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+1
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera1-6/+0
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera1-40/+0
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera1-11/+2
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-7/+1
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima1-7/+2
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima1-22/+1
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+0
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski1-8/+0
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet1-8/+3
2026-02-21Convert 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-18ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet1-1/+1
2026-02-10ipv6: 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-29/+26
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet1-2/+2
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-3/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-29ipv6: 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-23net: annotate races around sk->sk_uidEric Dumazet1-1/+1
2025-04-17ovpn: implement TCP transportAntonio Quartulli1-0/+1
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima1-1/+0
2024-10-15net: 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-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-02-21udp: 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-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-4/+5
2023-10-09bpf: 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-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-3/+0