summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-074-11/+15
|\
| * seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-044-11/+15
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+1
|\ \ | |/ |/|
| * proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0328-771/+1581
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-011-1/+1
| |\ \
| | * | net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-1/+1
| * | | crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-011-0/+1
| * | | ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-011-6/+7
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-12/+25
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-2911-160/+580
| |\ \ \
| | * | | xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-33/+2
| | * | | xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-59/+0
| | * | | xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal2020-05-061-19/+2
| | * | | xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal2020-05-062-1/+2
| | * | | xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2020-05-063-30/+16
| | * | | xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-283-1/+200
| | * | | xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-288-36/+375
| * | | | ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2020-05-281-58/+1
| * | | | ipv6: add ip6_sock_set_v6onlyChristoph Hellwig2020-05-281-4/+1
| * | | | net: add sock_bindtoindexChristoph Hellwig2020-05-281-3/+1
| * | | | tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2020-05-281-0/+9
| * | | | tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2020-05-251-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-3/+4
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-3/+6
| |\ \ \ \ \
| | * | | | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-3/+6
| * | | | | | ip6_tunnel: add generic MPLS receive supportVadim Fedorenko2020-05-221-0/+59
| * | | | | | tunnel6: support for IPPROTO_MPLSVadim Fedorenko2020-05-221-4/+83
| * | | | | | ip6_tunnel: add MPLS transmit supportVadim Fedorenko2020-05-221-2/+6
| * | | | | | ip6_tunnel: simplify transmit pathVadim Fedorenko2020-05-221-103/+79
| * | | | | | nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-0/+5
| * | | | | | handle the group_source_req options directlyAl Viro2020-05-201-2/+21
| * | | | | | ipv6: take handling of group_source_req options into a helperAl Viro2020-05-201-29/+36
| * | | | | | ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2020-05-201-0/+28
| * | | | | | ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
| * | | | | | ip6_mc_msfilter(): pass the address list separatelyAl Viro2020-05-202-4/+5
| * | | | | | get rid of compat_mc_getsockopt()Al Viro2020-05-201-3/+38
| * | | | | | ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-202-11/+17
| * | | | | | compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2020-05-201-1/+9
| * | | | | | ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig2020-05-191-7/+2
| * | | | | | ipv6: streamline addrconf_set_dstaddrChristoph Hellwig2020-05-191-49/+38
| * | | | | | ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig2020-05-191-2/+3
| * | | | | | sit: impement ->ndo_tunnel_ctlChristoph Hellwig2020-05-191-39/+34
| * | | | | | sit: refactor ipip6_tunnel_ioctlChristoph Hellwig2020-05-191-158/+210
| * | | | | | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-182-0/+54
| * | | | | | ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2020-05-182-34/+26
| * | | | | | netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-161-3/+20
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-3/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-143-12/+112
| |\ \ \ \ \ \
| | * | | | | | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-132-5/+5