| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 1 | -3/+6 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Implement UDP control block support. | Bjoern A. Zeeb | 2009-05-23 | 1 | -25/+30 |
| * | Limit scope of acquisition of INP_RLOCK for multicast input filter | Bruce M Simpson | 2009-05-01 | 1 | -5/+5 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -6/+34 |
| * | Commit file omitted in r190962: | Robert Watson | 2009-04-12 | 1 | -10/+10 |
| * | Don't bother null-checking the thread pointer before the prison checks | Jamie Gritton | 2009-02-05 | 1 | -27/+22 |
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -10/+6 |
| * | Addresses Roberts comments on comments. Also adds | Randall Stewart | 2009-01-06 | 1 | -7/+3 |
| * | Add the ability of an alternate transport protocol | Randall Stewart | 2009-01-06 | 1 | -2/+44 |
| * | Another step assimilating IPv[46] PCB code: | Bjoern A. Zeeb | 2008-12-17 | 1 | -1/+1 |
| * | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -9/+9 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+3 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -0/+14 |
| * | Merge in6_pcbfree() into in_pcbfree() which after the previous | Bjoern A. Zeeb | 2008-11-27 | 1 | -1/+1 |
| * | Remove in6_pcbdetach() as it is exactly the same function | Bjoern A. Zeeb | 2008-11-26 | 1 | -1/+1 |
| * | When disconnecting a UDPv6 socket, acquire the socket lock around the | Robert Watson | 2008-10-12 | 1 | -1/+2 |
| * | Cache so_cred as inp_cred in the inpcb. | Bjoern A. Zeeb | 2008-10-04 | 1 | -1/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+17 |
| * | When invoking the udp_send() from udp6_send() due to use of a v6-mapped | Robert Watson | 2008-09-22 | 1 | -3/+13 |
| * | In UDPv6, reduce scope of global udbinfo lock during append to last | Robert Watson | 2008-08-31 | 1 | -3/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -50/+51 |
| * | Change the parameters to in6_selectsrc(): | Bjoern A. Zeeb | 2008-07-08 | 1 | -2/+2 |
| * | Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4. | Robert Watson | 2008-07-08 | 1 | -0/+2 |
| * | Drop read lock on udbinfo earlier during delivery to the last matching | Robert Watson | 2008-07-07 | 1 | -1/+1 |
| * | Employ read locks on UDP inpcbs, rather than write locks, when | Robert Watson | 2008-05-29 | 1 | -11/+12 |
| * | Acquire a read lock, rather than a write lock, on a UDPv6 inpcb when | Robert Watson | 2008-04-22 | 1 | -9/+9 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -25/+25 |
| * | Replace the last susers calls in netinet6/ with privilege checks. | Bjoern A. Zeeb | 2008-01-24 | 1 | -6/+1 |
| * | un-__P() | David E. O'Brien | 2008-01-08 | 1 | -1/+1 |
| * | Clean up VCS Ids. | David E. O'Brien | 2007-12-10 | 1 | -4/+6 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
| * | Continue UDP/UDPv6 synchronization project: | Robert Watson | 2007-09-08 | 1 | -61/+55 |
| * | Continue effort to improve parity between UDPv4 and UDPv6: add a missing | Robert Watson | 2007-07-27 | 1 | -6/+10 |
| * | Continue effort to align UDPv4 and UDPv6 implementations by merging | Robert Watson | 2007-07-23 | 1 | -0/+226 |
| * | Attempt to improve feature parity between UDPv4 and UDPv6 by merging | Robert Watson | 2007-07-19 | 1 | -2/+34 |
| * | General style, white space, and comment cleanup; move to ANSI C | Robert Watson | 2007-07-09 | 1 | -93/+64 |
| * | Space cleanup | Xin LI | 2007-07-05 | 1 | -2/+2 |
| * | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -7/+2 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -4/+4 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -9/+2 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+4 |
| * | Rename two identically named log_in_vain variables: tcp_input.c's static | Robert Watson | 2007-02-20 | 1 | -1/+1 |
| * | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -4/+6 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+3 |
| * | All multicast listeners on a port should get one copy of the packet. This | John Hay | 2006-09-07 | 1 | -3/+3 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -4/+46 |
| * | Fix race conditions on enumerating pcb lists by moving the initialization | Stephan Uphoff | 2006-07-18 | 1 | -2/+1 |
| * | In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error and | Bjoern A. Zeeb | 2006-05-20 | 1 | -2/+4 |
| * | Break out socket access control and delivery logic from udp6_input() | Robert Watson | 2006-05-01 | 1 | -96/+55 |