summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun2020-12-081-6/+1
* seg6: add VRF support for SRv6 End.DT6 behaviorAndrea Mayer2020-12-041-0/+76
* seg6: add support for the SRv6 End.DT4 behaviorAndrea Mayer2020-12-041-0/+287
* seg6: add callbacks for customizing the creation/destruction of a behaviorAndrea Mayer2020-12-041-0/+49
* seg6: add support for optional attributes in SRv6 behaviorsAndrea Mayer2020-12-041-14/+106
* seg6: improve management of behavior attributesAndrea Mayer2020-12-041-10/+70
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-3/+13
|\ \
| * | net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-021-3/+13
* | | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-031-2/+7
* | | net/ipv6: propagate user pointer annotationLukas Bulwahn2020-12-011-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-14/+38
|\| |
| * | ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-11-251-9/+17
| * | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-241-2/+7
| * | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-1/+12
| * | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-201-3/+3
* | | IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-191-0/+4
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-195-23/+30
|\| |
| * | ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-192-31/+2
| * | ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-181-1/+2
| * | ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-162-20/+44
| * | ipv6: Fix error path to cancel the meseageZhang Qilong2020-11-131-2/+6
| * | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+7
* | | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-141-1/+0
| |/ |/|
* | ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn2020-11-141-5/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-123-6/+23
|\|
| * net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-2/+15
| * net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-101-2/+8
| * IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-091-2/+0
* | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-101-1/+1
* | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-092-4/+4
* | vti: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* | ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit2020-11-091-31/+1
* | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-092-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-066-10/+47
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-041-2/+2
| |\
| | * xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-312-4/+4
| |\ \
| | * | netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-302-4/+4
| * | | IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2020-10-312-2/+39
| * | | ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin2020-10-301-2/+2
| |/ /
* | | nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel2020-11-061-5/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-11-041-2/+137
|\ \ \
| * | | netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso2020-11-011-2/+3
| * | | netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2020-10-311-0/+134
| |/ /
* | | net: ipv6: For kerneldoc warnings with W=1Xin Long2020-11-023-8/+9
* | | udp6: move the mss check after udp gso tunnel processingXin Long2020-10-301-4/+4
* | | udp: check udp sock encap_type in __udp_lib_errXin Long2020-10-301-1/+1
* | | ipv6: mcast: make annotations for ip6_mc_msfget() consistentLukas Bulwahn2020-10-301-1/+1