aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/raw_ip6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-1/+1
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-2/+2
* Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it isBruce M Simpson2007-02-241-3/+1
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.Bruce M Simpson2007-02-241-4/+18
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-3/+21
* Fix race conditions on enumerating pcb lists by moving the initializationStephan Uphoff2006-07-181-2/+1
* Use suser_cred() instead of a direct comparison of cr_uid with 0 inRobert Watson2006-06-251-1/+1