summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2022-06-20erspan: do not assume transport header is always setEric Dumazet1-5/+10
2022-06-09net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-3/+3
2022-06-08net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada1-1/+0
2022-06-01net: ping6: Fix ping -6 with interface nameAya Levin1-4/+4
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S2-20/+28
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds22-149/+282
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2022-05-20tcp_ipv6: set the drop_reason in the right placeJakub Kicinski1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-2/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-2/+0
2022-05-16netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi1-2/+1
2022-05-16net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong1-0/+1
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2-4/+4
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet2-8/+9
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-2/+20
2022-05-16ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet1-2/+30
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet1-1/+23
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller1-2/+2
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-6/+0
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell1-2/+2
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet1-0/+6
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau1-3/+2
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky1-6/+0
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+6
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau1-2/+2
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin1-4/+4
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-2/+1
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang1-2/+1
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye1-21/+13
2022-04-30mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet1-4/+4
2022-04-30ipv6: refactor ip6_finish_output2()Pavel Begunkov1-11/+13
2022-04-30ipv6: help __ip6_finish_output() inliningPavel Begunkov1-1/+0
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2-2/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+18
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-1/+0
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet1-1/+2
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-3/+4
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye1-6/+5
2022-04-25netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi1-2/+8
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima3-5/+5
2022-04-22net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S1-1/+1
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-13/+17
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S2-1/+29
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-5/+6
2022-04-15ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet1-1/+1
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye1-3/+6