summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275392:ae2015-06-021-9/+0
* MFC r275394:ae2014-12-161-2/+0
* MFC r257084:ae2013-11-111-0/+1
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-2/+2
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-2/+7
* Use ICMP6STAT_INC() macro for ICMPv6 errors accounting.ae2013-06-191-17/+17
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-46/+25
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-20/+13
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-19/+19
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-2/+2
* Remove __P.delphij2012-10-221-6/+6
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-4/+0
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+2
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-7/+11
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-5/+5
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-1/+1
* Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding thejhb2011-12-241-1/+2
* In icmp6_redirect_input:glebius2011-11-071-11/+6
* Remove a couple of write-only variables.pluknet2011-11-031-7/+0
* The IPv6 code was influx at the time of r196865 due to the L2/L3qingli2011-10-161-4/+0
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+4
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* Fix mbuf leakages and remove unneccessary duplicate mbuf frees.anchie2010-08-191-13/+7
* MFp4: anchie_soc2009 branch:anchie2010-08-191-14/+111
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-15/+6
* Correct a typo.bz2010-01-061-1/+1
* Explicitly compare to a return code.bz2009-10-141-1/+1
* This patch fixes an address scope violation. Considering theqingli2009-09-051-0/+4
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+6
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-6/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-28/+15
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-7/+8
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-1/+9
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-5/+7
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-19/+21
* Merge final round of MLD changes from p4:bms2009-05-271-20/+25
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-28/+36
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-2/+2
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-3/+2
* Lock interface address lists before iterating over them in nd6.rwatson2009-04-201-0/+5
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-27/+27
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Another step assimilating IPv[46] PCB code:bz2008-12-171-2/+2
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-1/+1
* convert more pointer validation checks to checking against NULLkmacy2008-12-161-2/+2
* make sure redirect doesn't return without dropping the lockkmacy2008-12-161-6/+7
OpenPOWER on IntegriCloud