summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi2020-08-031-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-034-8/+4
|\
| * netfilter: ip6tables: Remove redundant null checksGaurav Singh2020-07-294-8/+4
* | ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot2020-08-031-12/+12
* | ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot2020-08-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-024-12/+27
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-311-3/+10
| |\ \
| | * | xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca2020-07-281-0/+1
| | * | xfrm: esp6: fix encapsulation header offset computationSabrina Dubroca2020-07-071-3/+9
| * | | ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-07-302-5/+13
| * | | ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang2020-07-281-4/+4
* | | | tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-4/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-303-1/+93
|\ \ \ \
| * | | | xfrm: Make the policy hold queue work with VTI.Steffen Klassert2020-07-211-1/+5
| * | | | ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long2020-07-171-4/+4
| * | | | ip6_vti: not register vti_ipv6_handler twiceXin Long2020-07-141-3/+10
| * | | | ipcomp: assign if_id to child tunnel from parent tunnelXin Long2020-07-091-0/+1
| * | | | ip6_vti: support IP6IP tunnel processingXin Long2020-07-091-2/+8
| * | | | ip6_vti: support IP6IP6 tunnel processing with .cb_handlerXin Long2020-07-091-0/+33
| * | | | tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long2020-07-091-0/+41
* | | | | fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-281-4/+8
* | | | | net: remove sockptr_advanceChristoph Hellwig2020-07-282-9/+10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-15/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-211-1/+1
| * | | | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-211-6/+9
| * | | | ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-131-5/+6
* | | | | icmp6: support rfc 4884Willem de Bruijn2020-07-242-0/+28
* | | | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-244-16/+14
* | | | | net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-2/+2
* | | | | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-241-1/+2
* | | | | net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig2020-07-241-33/+33
* | | | | net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig2020-07-241-75/+75
* | | | | net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-242-8/+10
* | | | | net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig2020-07-241-143/+166
* | | | | net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-242-9/+11
* | | | | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-242-13/+14
* | | | | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-3/+3
* | | | | net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-241-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-223-30/+140
|\ \ \ \ \
| * | | | | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+6
| * | | | | udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-9/+51
| * | | | | udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-11/+26
| * | | | | inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+35
| * | | | | inet6: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-171-9/+22
| | |_|_|/ | |/| | |
* | | | | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-196-229/+51
* | | | | net/ipv6: factor out mcast join/leave setsockopt helpersChristoph Hellwig2020-07-191-50/+53
* | | | | net/ipv6: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig2020-07-191-76/+83
* | | | | net/ipv6: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig2020-07-191-65/+74
* | | | | netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-2/+1
* | | | | netfilter: remove the compat_{get,set} methodsChristoph Hellwig2020-07-191-3/+2