summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-17/+52
2021-04-09net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-6/+26
2021-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-468/+50
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal2-37/+46
2021-04-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski1-1/+1
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo1-25/+23
2021-04-03mptcp: add mptcp reset option supportFlorian Westphal1-1/+13
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+7
2021-04-02net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia1-4/+1
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+1
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2-0/+6
2021-04-01ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-04-01ipv6: convert elligible sysctls to u8Eric Dumazet2-26/+24
2021-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-7/+20
2021-04-01ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-31udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni1-1/+2
2021-03-31udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+1
2021-03-31netfilter: nf_log_ipv6: merge with nf_log_syslogFlorian Westphal3-431/+4
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler2-0/+8
2021-03-30sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-03-30ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-30ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-03-29xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert1-1/+10
2021-03-29sit: use minkernel test robot1-1/+1
2021-03-29ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang1-1/+1
2021-03-29ipv6: route.c: A spello fixBhaskar Chowdhury1-1/+1
2021-03-29ipv6: addrconf.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-27mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-116/+193
2021-03-27mld: add new workqueues for process mld eventsTaehee Yoo2-85/+199
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo4-179/+130
2021-03-27mld: convert ip6_sf_list to RCUTaehee Yoo1-74/+126
2021-03-27mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo1-30/+22
2021-03-27mld: get rid of inet6_dev->mc_lockTaehee Yoo1-9/+0
2021-03-27mld: convert from timer to delayed workTaehee Yoo1-61/+79
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-46/+23
2021-03-22esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long1-2/+4
2021-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-8/+8
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski2-10/+5
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson1-7/+7
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson1-1/+1
2021-03-12seg6: ignore routing header with segments left equal to 0Julien Massonneau1-7/+4
2021-03-12seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-2/+3
2021-03-10net: ipv6: route.c:fix indentationShubhankar Kuranagatti1-13/+13
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang1-1/+1
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-27/+9
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-26/+22
2021-03-05cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-9/+5
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2-2/+2
2021-03-03vti6: fix ipv4 pmtu check to honor ip header dfEyal Birger1-2/+4