aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-14ipv6:icmp:remove unnecessary bracketszhuyj1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-1/+2
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones1-2/+10
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-8/+7
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama1-1/+0
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller1-2/+2
2014-09-23icmp: add a global rate limitationEric Dumazet1-8/+12
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-5/+5
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-5/+8
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti1-0/+6
2014-05-08icmp6: Call skb_checksum_validateTom Herbert1-16/+5
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti1-12/+2
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa1-1/+1
2014-02-09ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail1-1/+1
2014-01-21ipv6: enable anycast addresses as source addresses in ICMPv6 error messagesFX Le Bail1-1/+2
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail1-1/+1
2014-01-14ipv6: copy traffic class from ping request to replyHannes Frederic Sowa1-1/+4
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail1-1/+3
2014-01-01ipv6: namespace cleanupsstephen hemminger1-3/+5
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong1-1/+1
2013-09-03ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-1/+9
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-1/+1
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti1-5/+14
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-1/+3
2013-04-29ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar1-15/+20
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa1-1/+1
2013-01-18ipv6: Add an error handler for icmp6Steffen Klassert1-0/+12
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman1-6/+1
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-1/+6
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-1/+1
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller1-1/+1
2012-07-10inet: Minimize use of cached route inetpeer.David S. Miller1-1/+3
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller1-5/+2
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-5/+1
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller1-3/+3
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-7/+7
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-4/+4
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-02net/ipv6/icmp.c: Checkpatch cleanupsEldad Zack1-3/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover1-0/+4
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-2/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-9/+9
2011-10-13net: more accurate skb truesizeEric Dumazet1-2/+1
2011-08-01ipv6: some RCU conversionsEric Dumazet1-15/+10
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-5/+5
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-55/+55