| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only | bz | 2011-04-30 | 1 | -0/+6 |
* | Remove a check in udp6_send() that prevented v4-mapped v6 addresses from | bz | 2011-04-09 | 1 | -13/+0 |
* | After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP | bz | 2011-04-09 | 1 | -13/+11 |
* | Push a possible "unbind" in some situation from in6_pcbsetport() to | bz | 2011-03-12 | 1 | -1/+4 |
* | Add flowtable support to IPv6 | kmacy | 2010-05-09 | 1 | -0/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -19/+0 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 1 | -3/+6 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Implement UDP control block support. | bz | 2009-05-23 | 1 | -25/+30 |
* | Limit scope of acquisition of INP_RLOCK for multicast input filter | bms | 2009-05-01 | 1 | -5/+5 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -6/+34 |
* | Commit file omitted in r190962: | rwatson | 2009-04-12 | 1 | -10/+10 |
* | 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 |