summaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-201-28/+0
|\
| * ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-28/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-9/+4
|\ \ | |/ |/|
| * ipv6: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
| * ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-0/+2
| * ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-051-8/+1
* | ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-4/+3
* | ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-0/+19
* | net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2018-07-061-0/+2
|/
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-0/+5
* Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-5/+0
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-061-2/+0
|\
| * ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-211-2/+0
* | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-0/+1
* | udp: expose inet cork to udpWillem de Bruijn2018-04-261-0/+1
|/
* net/ipv6: Make __inet6_bind staticDavid Ahern2018-04-171-2/+0
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-0/+2
|\
| * net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-311-0/+2
* | inet: frags: remove some helpersEric Dumazet2018-03-311-7/+0
* | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-15/+1
* | inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-2/+1