aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/icmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-55/+55
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-5/+5
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-12/+12
2011-03-02xfrm: Return dst directly from xfrm_lookup()Gravatar David S. Miller 1-19/+18
2011-03-01ipv6: Make icmp route lookup code a bit clearer.Gravatar David S. Miller 1-51/+66
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.Gravatar David S. Miller 1-7/+9
2010-06-09ipv6: fix ICMP6_MIB_OUTERRORSGravatar Eric Dumazet 1-2/+2
2010-04-23IPv6: Add dontfrag argument to relevant functionsGravatar Brian Haley 1-2/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-04-03icmp: Account for ICMP out errorsGravatar Eric Dumazet 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Gravatar Alexey Dobriyan 1-3/+2
2010-02-18ipv6: remove stale MIB definitionsGravatar Alexey Dobriyan 1-5/+0
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-3/+1
2009-09-14net: constify struct inet6_protocolGravatar Alexey Dobriyan 1-2/+2
2009-08-13inet6: Conversion from u8 to intGravatar Gerrit Renker 1-13/+4
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeGravatar Brian Haley 1-6/+6
2009-01-27net: fix xfrm reverse flow lookup for icmp6Gravatar Jiri Pirko 1-2/+2
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-3/+3
2008-11-19include/net net/ - csum_partial - remove unnecessary castsGravatar Joe Perches 1-2/+2
2008-11-03net: '&' reduxGravatar Alexey Dobriyan 1-2/+2
2008-10-29net: replace %p6 with %pI6Gravatar Harvey Harrison 1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Gravatar Harvey Harrison 1-2/+2
2008-10-28net: reduce structures when XFRM=nGravatar Alexey Dobriyan 1-1/+2
2008-10-08ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHGravatar Denis V. Lunev 1-1/+1
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHGravatar Denis V. Lunev 1-2/+2
2008-10-08netns: add net parameter to IP6_INC_STATSGravatar Denis V. Lunev 1-1/+1
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeGravatar Denis V. Lunev 1-11/+12