summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2020-12-08net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-08ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai1-9/+17
2020-11-24ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+7
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+8
2020-11-18net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-11-18netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2-4/+4
2020-11-18xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long1-2/+2
2020-11-10ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin1-2/+2
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-3/+5
2020-10-29net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-09-22ipv6: route: convert comma to semicolonXu Wang1-1/+1
2020-09-19net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-09ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-09-03ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel1-1/+2
2020-08-21gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-08-19ipv6: some fixes for ipv6_dev_find()Xin Long1-37/+23
2020-08-13netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal1-3/+0
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds35-830/+961
2020-08-05ipv6: add ipv6_dev_find()Xin Long1-0/+39
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-6/+7
2020-08-04seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi1-0/+17
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-8/+4
2020-08-04ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot1-12/+12
2020-08-04ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-12/+27
2020-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+10
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal1-4/+1
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki1-1/+1
2020-07-31ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2-5/+13
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-1/+93
2020-07-29netfilter: ip6tables: Remove redundant null checksGaurav Singh4-8/+4
2020-07-29fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez1-4/+8
2020-07-29ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang1-4/+4
2020-07-28net: remove sockptr_advanceChristoph Hellwig2-9/+10
2020-07-28xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca1-0/+1
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-2/+6
2020-07-26udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki1-3/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-15/+17
2020-07-25icmp6: support rfc 4884Willem de Bruijn2-0/+28
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig4-16/+14
2020-07-25net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig1-2/+2
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-25net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig1-33/+33
2020-07-25net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig1-75/+75
2020-07-25net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2-8/+10
2020-07-25net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig1-143/+166