summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-097-17/+52
|\
| * net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum2021-04-081-3/+5
| * ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-6/+26
| * net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2021-04-051-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-03-314-7/+20
| |\
| | * xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert2021-03-291-1/+10
| | * esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2021-03-221-2/+4
| | * xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-032-2/+2
| | * vti6: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-03-031-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-065-468/+50
|\ \ \
| * | | netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal2021-04-062-37/+46
| * | | netfilter: nf_log_ipv6: merge with nf_log_syslogFlorian Westphal2021-03-313-431/+4
* | | | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo2021-04-051-25/+23
* | | | mptcp: add mptcp reset option supportFlorian Westphal2021-04-021-1/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-023-0/+7
|\ \ \ \
| * | | | udp: Implement ->read_sock() for sockmapCong Wang2021-04-011-0/+1
| * | | | sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-012-0/+6
* | | | | net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia2021-04-011-4/+1
* | | | | ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-03-314-6/+0
* | | | | ipv6: convert elligible sysctls to u8Eric Dumazet2021-03-312-26/+24
* | | | | ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-311-1/+1
* | | | | udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni2021-03-301-1/+2
* | | | | udp: fixup csum for GSO receive slow pathPaolo Abeni2021-03-301-0/+1
| |/ / / |/| | |
* | | | ipv6: add ipv6_dev_find to stubsAndreas Roeseler2021-03-302-0/+8
* | | | sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-3/+1
* | | | ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-1/+1
* | | | ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-2/+2
* | | | sit: use minkernel test robot2021-03-281-1/+1
* | | | ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang2021-03-281-1/+1
* | | | ipv6: route.c: A spello fixBhaskar Chowdhury2021-03-281-1/+1
* | | | ipv6: addrconf.c: Fix a typoBhaskar Chowdhury2021-03-281-1/+1
* | | | mld: add mc_lock for protecting per-interface mld dataTaehee Yoo2021-03-261-116/+193
* | | | mld: add new workqueues for process mld eventsTaehee Yoo2021-03-262-85/+199
* | | | mld: convert ifmcaddr6 to RCUTaehee Yoo2021-03-264-179/+130
* | | | mld: convert ip6_sf_list to RCUTaehee Yoo2021-03-261-74/+126
* | | | mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo2021-03-261-30/+22
* | | | mld: get rid of inet6_dev->mc_lockTaehee Yoo2021-03-261-9/+0
* | | | mld: convert from timer to delayed workTaehee Yoo2021-03-261-61/+79
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-255-46/+23
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-181-8/+8
| |\ \
| | * | Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-7/+7
| | * | Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-151-1/+1
| * | | ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-182-10/+5
| |/ /
| * | ipv6: fix suspecious RCU usage warningWei Wang2021-03-101-1/+1
| * | net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-27/+9
* | | seg6: ignore routing header with segments left equal to 0Julien Massonneau2021-03-111-7/+4
* | | seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau2021-03-111-2/+3
* | | net: ipv6: route.c:fix indentationShubhankar Kuranagatti2021-03-101-13/+13
|/ /
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-095-26/+22
|\ \
| * | cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-041-9/+5