summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2020-05-23ip6_tunnel: add MPLS transmit supportVadim Fedorenko1-2/+6
2020-05-23ip6_tunnel: simplify transmit pathVadim Fedorenko1-103/+79
2020-05-23nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-0/+5
2020-05-22net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2-2/+2
2020-05-21handle the group_source_req options directlyAl Viro1-2/+21
2020-05-21ipv6: take handling of group_source_req options into a helperAl Viro1-29/+36
2020-05-21ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro1-0/+28
2020-05-21ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-21ip6_mc_msfilter(): pass the address list separatelyAl Viro2-4/+5
2020-05-21get rid of compat_mc_getsockopt()Al Viro1-3/+38
2020-05-21ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2-11/+17
2020-05-21compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro1-1/+9
2020-05-20ipv6: use ->ndo_tunnel_ctl in addrconf_set_dstaddrChristoph Hellwig1-7/+2
2020-05-20ipv6: streamline addrconf_set_dstaddrChristoph Hellwig1-49/+38
2020-05-20ipv6: stub out even more of addrconf_set_dstaddr if SIT is disabledChristoph Hellwig1-2/+3
2020-05-20sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34
2020-05-20sit: refactor ipip6_tunnel_ioctlChristoph Hellwig1-158/+210
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann1-3/+6
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov1-1/+1
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2-0/+54
2020-05-19ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2-34/+26
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel1-3/+20
2020-05-16ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik1-1/+2
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+6
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-12/+112
2020-05-14esp6: calculate transport_header correctly when sel.family != AF_INET6Xin Long1-12/+15
2020-05-13ipv6: set msg_control_is_user in do_ipv6_getsockoptChristoph Hellwig1-0/+1
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2-5/+5
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-1/+1
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-9/+9
2020-05-13netlabel: cope with NULL catmapPaolo Abeni1-1/+2
2020-05-10net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2-2/+100
2020-05-09ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet1-1/+1
2020-05-09net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet1-0/+3
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev1-5/+7
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev1-5/+5
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-5/+5
2020-05-08Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+33
2020-05-07seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam1-2/+8
2020-05-07ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont1-52/+39
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal2-33/+2
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal2-59/+0
2020-05-06xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal1-19/+2
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal2-1/+2
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal3-30/+16
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-26/+18
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern1-0/+25
2020-04-29ila: remove unused inline function ila_addr_is_ilaYueHaibing1-5/+0