summaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima2023-12-221-5/+0
* ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-231-6/+0
* ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-191-13/+7
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-3/+1
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-3/+3
* ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-0/+5
* ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet2023-09-121-1/+1
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-0/+2
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-0/+2
* | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-1/+2
* | net: factor out inet{,6}_bind_sk helpersPaolo Abeni2023-08-141-0/+1
* | tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith2023-07-241-6/+2
|/
* ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet2023-02-131-1/+2
* IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-121-0/+33
* net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2022-11-171-1/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-121-0/+1
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-121-0/+1
* bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-021-0/+2
* bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-1/+1
* bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau2022-08-181-0/+2
* ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-2/+2
* net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
* ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet2022-05-161-0/+33
* ipv6: add struct hop_jumbo_hdr definitionEric Dumazet2022-05-161-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-1/+4
|\
| * ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+4
* | ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-071-0/+6
* | net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-041-1/+0
* | ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-271-2/+10
* | udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-271-1/+1
|/
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+2
* ipv6: shrink struct ipcm6_cookieEric Dumazet2021-11-161-1/+1
* ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-251-0/+1
* ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-181-0/+8
* seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau2021-03-111-0/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-241-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig2020-05-281-0/+7
* ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2020-05-281-0/+67
* ipv6: add ip6_sock_set_recverrChristoph Hellwig2020-05-281-0/+7
* ipv6: add ip6_sock_set_v6onlyChristoph Hellwig2020-05-281-0/+11
* ip6_mc_msfilter(): pass the address list separatelyAl Viro2020-05-201-1/+2
* ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-201-1/+1
* ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+2
* net: ipv6: remove unused inline function ip6_set_txhashYueHaibing2020-04-241-1/+0