summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
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-14udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima1-7/+2
2026-03-14ipv6: 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-12ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski1-8/+0
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet1-8/+3
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