aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/raw_ip6.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r211435, r211530: Make `ping6 -I' work withHajimu UMEMOTO2010-08-311-2/+6
* MFC r211301:Bjoern A. Zeeb2010-08-171-0/+1
* MFC r207369:Bjoern A. Zeeb2010-05-061-2/+2
* MFC r207277:Bjoern A. Zeeb2010-05-021-1/+1
* MFC r200473:Bjoern A. Zeeb2009-12-281-1/+1
* MFC r199518:Bruce M Simpson2009-11-201-8/+30
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-26/+7
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-231-15/+12
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-4/+7
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-211-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+1
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-7/+54
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-1/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-11/+7
* For consistency with prison_{local,remote,check}_ipN renameBjoern A. Zeeb2009-01-251-1/+1
* Another step assimilating IPv[46] PCB code:Bjoern A. Zeeb2008-12-171-2/+2
* check pointers against NULLKip Macy2008-12-161-3/+3
* convert more pointer validation checks to checking against NULLKip Macy2008-12-161-2/+2
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-151-15/+15
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+5
* MFp4:Bjoern A. Zeeb2008-11-291-0/+13
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-5/+4
* Remove in6_pcbdetach() as it is exactly the same functionBjoern A. Zeeb2008-11-261-1/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-4/+3
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+16
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-36/+37
* Adopt the slightly weaker consistency locking approach used in IPv4 rawRobert Watson2008-07-301-7/+3
* Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can'tRobert Watson2008-07-291-4/+1
* Move inpcb lock higher to protect some nonbinding fields reading.Alexander Motin2008-07-281-1/+2
* According to in_pcb.h protocol binding information has double locking.Alexander Motin2008-07-271-10/+7
* Change the parameters to in6_selectsrc():Bjoern A. Zeeb2008-07-081-4/+4
* Improve approximation of style(9) in raw socket code.Robert Watson2008-07-051-57/+75
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenRobert Watson2008-04-211-5/+5
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-17/+17
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-241-7/+4
* un-__P()David E. O'Brien2008-01-081-1/+1
* Clean up VCS Ids.David E. O'Brien2007-12-101-2/+3
* Space cleanupXin LI2007-07-051-1/+1
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-10/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-13/+4
* Include priv.h to pick up suser(9) definitions, missed in an earlierRobert Watson2007-06-131-1/+1