aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima1-1/+1
2022-04-13net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong1-3/+4
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong1-9/+15
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet1-52/+10
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn1-1/+5
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler1-3/+18
2021-04-13icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler1-0/+4
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet1-6/+6
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo1-2/+2
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld1-9/+9
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-3/+3
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-3/+3
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu1-1/+7
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+5
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)Mathieu Desnoyers1-2/+5
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-2/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn1-2/+2
2020-06-19ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet1-2/+3
2020-04-07net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard1-1/+20
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2019-11-03net: icmp6: provide input address for traceroute6Francesco Ruggeri1-5/+17
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet1-0/+3
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+11
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra1-6/+11
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-03ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra1-9/+22
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra1-2/+14
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra1-0/+12
2019-02-24ipv6: icmp: use percpu allocationKefeng Wang1-6/+5
2019-02-24ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang1-14/+11
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet1-2/+6
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-1/+3
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry1-3/+13
2018-08-05ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann1-1/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-2/+3
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-5/+2
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn1-5/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern1-1/+1
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-1/+2
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu1-1/+1
2018-02-19net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_opsKirill Tkhai1-0/+1
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-4/+2
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches1-25/+18
2017-10-05net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen1-2/+1