| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't bother null-checking the thread pointer before the prison checks | jamie | 2009-02-05 | 1 | -27/+22 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -10/+6 |
* | Addresses Roberts comments on comments. Also adds | rrs | 2009-01-06 | 1 | -7/+3 |
* | Add the ability of an alternate transport protocol | rrs | 2009-01-06 | 1 | -2/+44 |
* | Another step assimilating IPv[46] PCB code: | bz | 2008-12-17 | 1 | -1/+1 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -9/+9 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+14 |
* | Merge in6_pcbfree() into in_pcbfree() which after the previous | bz | 2008-11-27 | 1 | -1/+1 |
* | Remove in6_pcbdetach() as it is exactly the same function | bz | 2008-11-26 | 1 | -1/+1 |
* | When disconnecting a UDPv6 socket, acquire the socket lock around the | rwatson | 2008-10-12 | 1 | -1/+2 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+17 |
* | When invoking the udp_send() from udp6_send() due to use of a v6-mapped | rwatson | 2008-09-22 | 1 | -3/+13 |
* | In UDPv6, reduce scope of global udbinfo lock during append to last | rwatson | 2008-08-31 | 1 | -3/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -50/+51 |
* | Change the parameters to in6_selectsrc(): | bz | 2008-07-08 | 1 | -2/+2 |
* | Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4. | rwatson | 2008-07-08 | 1 | -0/+2 |
* | Drop read lock on udbinfo earlier during delivery to the last matching | rwatson | 2008-07-07 | 1 | -1/+1 |
* | Employ read locks on UDP inpcbs, rather than write locks, when | rwatson | 2008-05-29 | 1 | -11/+12 |
* | Acquire a read lock, rather than a write lock, on a UDPv6 inpcb when | rwatson | 2008-04-22 | 1 | -9/+9 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -25/+25 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 1 | -6/+1 |
* | un-__P() | obrien | 2008-01-08 | 1 | -1/+1 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -4/+6 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Continue UDP/UDPv6 synchronization project: | rwatson | 2007-09-08 | 1 | -61/+55 |
* | Continue effort to improve parity between UDPv4 and UDPv6: add a missing | rwatson | 2007-07-27 | 1 | -6/+10 |
* | Continue effort to align UDPv4 and UDPv6 implementations by merging | rwatson | 2007-07-23 | 1 | -0/+226 |
* | Attempt to improve feature parity between UDPv4 and UDPv6 by merging | rwatson | 2007-07-19 | 1 | -2/+34 |
* | General style, white space, and comment cleanup; move to ANSI C | rwatson | 2007-07-09 | 1 | -93/+64 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -2/+2 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -7/+2 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -4/+4 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -9/+2 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+4 |
* | Rename two identically named log_in_vain variables: tcp_input.c's static | rwatson | 2007-02-20 | 1 | -1/+1 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -4/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | All multicast listeners on a port should get one copy of the packet. This | jhay | 2006-09-07 | 1 | -3/+3 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -4/+46 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -2/+1 |
* | In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error and | bz | 2006-05-20 | 1 | -2/+4 |
* | Break out socket access control and delivery logic from udp6_input() | rwatson | 2006-05-01 | 1 | -96/+55 |
* | Add comment to udp6_input() that locking is missing from multicast | rwatson | 2006-04-12 | 1 | -1/+8 |
* | Add udbinfo locking in udp6_input() to protect lookups of the inpcb | rwatson | 2006-04-12 | 1 | -2/+8 |
* | Add missing locking to udp6_getcred(), remove spl use. | rwatson | 2006-04-12 | 1 | -24/+21 |
* | Fix assertion description: !=, not ==. | rwatson | 2006-04-09 | 1 | -1/+1 |
* | Update in_pcb-derived basic socket types following changes to | rwatson | 2006-04-01 | 1 | -48/+18 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -4/+3 |