summaryrefslogtreecommitdiff
path: root/net/ipv6/icmp.c
AgeCommit message (Expand)Author
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-04-20ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar
2023-02-20ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet
2023-02-13ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet
2023-02-13ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet
2023-02-01ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge
2022-07-13icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima
2022-04-13net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler
2021-04-13icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet
2020-04-07net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard
2020-03-12inet: Use fallthrough;Joe Perches
2019-11-03net: icmp6: provide input address for traceroute6Francesco Ruggeri
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-03ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang
2019-02-24ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry