summaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-1/+1
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-2/+2
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-0/+5
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-0/+5
* | ipv6: Constify the sk parameter of several helper functions.Guillaume Nault2023-07-141-4/+2
* | icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima2023-07-081-1/+4
|/
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-201-2/+13
* ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet2023-02-201-5/+8
* ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2023-02-131-1/+1
* ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet2023-02-131-8/+17
* ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong2023-02-011-4/+1
* icmp: Add counters for rate limitsJamie Bainbridge2023-01-261-0/+4
* icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-131-1/+1
* net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong2022-04-131-3/+4
* net: icmp: add skb drop reasons to icmp protocolMenglong Dong2022-04-111-9/+15
* ipv6: do not use per netns icmp socketsEric Dumazet2022-01-251-52/+10
* icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-041-1/+5
* ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2021-06-281-3/+18
* icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler2021-04-131-0/+4
* ipv6: convert elligible sysctls to u8Eric Dumazet2021-03-311-6/+6
* mld: add new workqueues for process mld eventsTaehee Yoo2021-03-261-2/+2
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-231-9/+9
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-3/+3
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-3/+3
* | IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2020-10-311-1/+7
|/
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-2/+5
|\
| * ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2020-10-141-2/+5
* | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-2/+2
|\
| * ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-011-2/+2
* | ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2020-06-191-2/+3
|/
* net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard2020-04-071-1/+20
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* net: icmp6: provide input address for traceroute6Francesco Ruggeri2019-11-031-5/+17
* ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-6/+11
|\
| * vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-121-6/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet2019-06-031-2/+2
|/
* ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-181-9/+22
* ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra2019-03-201-2/+14
* ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra2019-03-191-0/+12
* ipv6: icmp: use percpu allocationKefeng Wang2019-02-241-6/+5
* ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang2019-02-241-14/+11
* ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-041-2/+6
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-1/+3
* ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2018-08-131-3/+13
* ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann2018-08-051-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-2/+3
|\