summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet2022-06-291-2/+2
* net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-06-281-1/+0
* ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-06-281-5/+3
* ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-06-272-5/+8
* erspan: do not assume transport header is always setEric Dumazet2022-06-201-5/+10
* net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-091-0/+1
* ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-3/+3
* net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-081-1/+0
* net: ping6: Fix ping -6 with interface nameAya Levin2022-06-011-4/+4
* net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S2022-05-312-20/+28
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2522-149/+282
|\
| * tcp_ipv6: set the drop_reason in the right placeJakub Kicinski2022-05-201-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-191-2/+1
| |\
| | * netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi2022-05-161-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+6
| |\ \
| * | | net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong2022-05-161-0/+1
| * | | ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-05-162-4/+4
| * | | net: annotate races around sk->sk_bound_dev_ifEric Dumazet2022-05-162-8/+9
| * | | ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li2022-05-161-2/+20
| * | | ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet2022-05-161-2/+30
| * | | ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet2022-05-161-1/+23
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-05-161-2/+2
| |\ \
| | * | netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell2022-05-131-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-05-131-6/+0
| |\ \ \
| | * | | xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky2022-05-061-6/+0
| * | | | net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-3/+2
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-6/+6
| |\ \ \
| * | | | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-4/+4
| * | | | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-2/+1
| * | | | net: sysctl: use shared sysctl macroTonghao Zhang2022-05-031-2/+1
| * | | | ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-05-021-1/+2
| * | | | ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-21/+13
| * | | | ipv6: refactor ip6_finish_output2()Pavel Begunkov2022-04-301-11/+13
| * | | | ipv6: help __ip6_finish_output() inliningPavel Begunkov2022-04-301-1/+0
| * | | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-282-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-283-11/+18
| |\ \ \ \
| * | | | | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-1/+0
| * | | | | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
| * | | | | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-223-5/+5
| * | | | | net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S2022-04-221-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-223-13/+17
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S2022-04-172-1/+29
| * | | | | ipv6: fix NULL deref in ip6_rcv_core()Eric Dumazet2022-04-151-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-1/+1
| |\ \ \ \ \
| * | | | | | net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong2022-04-131-4/+12
| * | | | | | net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong2022-04-131-8/+16
| * | | | | | net: ipv6: add skb drop reasons to TLV parseMenglong Dong2022-04-131-12/+24
| * | | | | | net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong2022-04-131-8/+1
| * | | | | | net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong2022-04-131-3/+4
| * | | | | | net: ip: add skb drop reasons to ip forwardingMenglong Dong2022-04-131-3/+6