summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-830/+961
2020-08-05ipv6: add ipv6_dev_find()Xin Long-0/+39
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+7
2020-08-03seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi-0/+17
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-8/+4
2020-08-03ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot-12/+12
2020-08-03ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-12/+27
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+10
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal-4/+1
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki-1/+1
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang-5/+13
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+93
2020-07-29netfilter: ip6tables: Remove redundant null checksGaurav Singh-8/+4
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez-4/+8
2020-07-28ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang-4/+4
2020-07-28net: remove sockptr_advanceChristoph Hellwig-9/+10
2020-07-28xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca-0/+1
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song-2/+6
2020-07-25udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki-3/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-15/+17
2020-07-24icmp6: support rfc 4884Willem de Bruijn-0/+28
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-16/+14
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig-2/+2
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig-1/+2
2020-07-24net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig-33/+33
2020-07-24net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig-75/+75
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig-8/+10
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig-143/+166
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig-9/+11
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig-13/+14
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig-3/+3
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig-1/+2
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-30/+140
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin-1/+1
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima-6/+9
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song-1/+6
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert-1/+5
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig-229/+51
2020-07-19net/ipv6: factor out mcast join/leave setsockopt helpersChristoph Hellwig-50/+53
2020-07-19net/ipv6: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig-76/+83
2020-07-19net/ipv6: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig-65/+74
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig-2/+1
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig-3/+2
2020-07-19netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig-66/+21
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig-16/+2
2020-07-17udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki-9/+51
2020-07-17udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki-11/+26
2020-07-17inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki-0/+35