aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/icmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-31ipv6: coding style: comparison for equality with NULLGravatar Ian Morris 1-7/+6
2015-01-14ipv6:icmp:remove unnecessary bracketsGravatar zhuyj 1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Gravatar Ian Morris 1-1/+2
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathGravatar Rick Jones 1-2/+10
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedGravatar Joe Perches 1-8/+7
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cGravatar Kenjiro Nakayama 1-1/+0
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.Gravatar David S. Miller 1-2/+2
2014-09-23icmp: add a global rate limitationGravatar Eric Dumazet 1-8/+12
2014-08-24ipv6: White-space cleansing : Line LayoutsGravatar Ian Morris 1-5/+5
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSGravatar Duan Jiong 1-5/+8
2014-05-13net: add a sysctl to reflect the fwmark on repliesGravatar Lorenzo Colitti 1-0/+6
2014-05-08icmp6: Call skb_checksum_validateGravatar Tom Herbert 1-16/+5
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Gravatar Lorenzo Colitti 1-12/+2
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhGravatar Hannes Frederic Sowa 1-1/+1
2014-02-09ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelGravatar FX Le Bail 1-1/+1
2014-01-21ipv6: enable anycast addresses as source addresses in ICMPv6 error messagesGravatar FX Le Bail 1-1/+2
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6Gravatar FX Le Bail 1-1/+1
2014-01-14ipv6: copy traffic class from ping request to replyGravatar Hannes Frederic Sowa 1-1/+4
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyGravatar FX Le Bail 1-1/+3
2014-01-01ipv6: namespace cleanupsGravatar stephen hemminger 1-3/+5
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+9
2013-09-05ipv6:introduce function to find route for redirectGravatar Duan Jiong 1-1/+1
2013-09-03ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOGravatar Jiri Bohac 1-1/+9
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Gravatar Simon Horman 1-1/+1
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Gravatar Lorenzo Colitti 1-5/+14
2013-04-29net: Add MIB counters for checksum errorsGravatar Eric Dumazet 1-1/+3
2013-04-29ipv6: Kill ipv6 dependency of icmpv6_send().Gravatar Pravin B Shelar 1-15/+20
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idGravatar Hannes Frederic Sowa 1-1/+1
2013-01-18ipv6: Add an error handler for icmp6Gravatar Steffen Klassert 1-0/+12
2012-11-18net: Enable some sysctls that are safe for the userns rootGravatar Eric W. Biederman 1-6/+1
2012-11-18net: Don't export sysctls to unprivileged usersGravatar Eric W. Biederman 1-1/+6
2012-11-01ipv6: use IS_ENABLED()Gravatar Amerigo Wang 1-1/+1
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().Gravatar David S. Miller 1-1/+1
2012-07-10inet: Minimize use of cached route inetpeer.Gravatar David S. Miller 1-1/+3
2012-06-19inet: Sanitize inet{,6} protocol demux.Gravatar David S. Miller 1-5/+2
2012-06-15ipv6: Handle PMTU in ICMP error handlers.Gravatar David S. Miller 1-5/+1
2012-06-08inet: Create and use rt{,6}_get_peer_create().Gravatar David S. Miller 1-3/+3
2012-05-19ipv6: bool/const conversions phase2Gravatar Eric Dumazet 1-7/+7
2012-05-16net: ipv6: Standardize prefixes for message loggingGravatar Joe Perches 1-4/+4
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2012-04-02net/ipv6/icmp.c: Checkpatch cleanupsGravatar Eldad Zack 1-3/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Gravatar Erich E. Hoover 1-0/+4
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Gravatar Jesse Gross 1-2/+5
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-9/+9
2011-10-13net: more accurate skb truesizeGravatar Eric Dumazet 1-2/+1
2011-08-01ipv6: some RCU conversionsGravatar Eric Dumazet 1-15/+10
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-4/+4
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.Gravatar David S. Miller 1-5/+5