summaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+6
* mptcp: do not inherit inet proto opsFlorian Westphal2020-01-251-0/+3
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet2019-10-011-0/+5
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+13
* ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-031-1/+0
* | net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-0/+19
* | net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-0/+25
|/
* ipv6: factor out protocol delivery helperPaolo Abeni2018-11-071-0/+2
* net/ipv6: Make ipv6_route_table_template staticDavid Ahern2018-10-101-2/+0
* net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefinedVincent Bernat2018-08-011-7/+7
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-0/+7