summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-13/+13
* This main goals of this project are:qingli2008-12-151-10/+11
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+4
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+8
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+19
* - Fix amd64 local privilege escalation. [08:07]simon2008-09-031-0/+9
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-54/+55
* When copying in and out current ICMPv6 filters on a raw IPv6 socket,rwatson2008-07-291-6/+14
* Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can'trwatson2008-07-291-11/+2
* Move inpcb lock higher to protect some nonbinding fields reading.mav2008-07-281-2/+4
* According to in_pcb.h protocol binding information has double locking.mav2008-07-271-10/+7
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+6
* In ICMPv6, read lock rather than write lock the inpcb on receive.rwatson2008-04-211-4/+4
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-4/+4
* un-__P()obrien2008-01-081-9/+9
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-65/+32
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-3/+3
OpenPOWER on IntegriCloud