| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -1/+1 |
| * | Implement UDP control block support. | Bjoern A. Zeeb | 2009-05-23 | 1 | -37/+65 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+3 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+1 |
| * | Update stats in struct udpstat using two new macros, UDPSTAT_ADD() | Robert Watson | 2009-04-12 | 1 | -11/+11 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -1/+1 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -51/+14 |
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -5/+5 |
| * | Addresses Roberts comments on comments. Also adds | Randall Stewart | 2009-01-06 | 1 | -11/+9 |
| * | Add the ability of an alternate transport protocol | Randall Stewart | 2009-01-06 | 1 | -8/+85 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -1/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -5/+9 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -1/+2 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -2/+9 |
| * | Add cr_canseeinpcb() doing checks using the cached socket | Bjoern A. Zeeb | 2008-10-17 | 1 | -3/+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 | -2/+18 |
| * | Another missed V_ instance | Julian Elischer | 2008-08-25 | 1 | -1/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -80/+81 |
| * | Fix a regression introduced in r179289 splitting up ip6_savecontrol() | Bjoern A. Zeeb | 2008-08-16 | 1 | -1/+1 |
| * | Increase UDBHASHSIZE from 16 to 128 items. | Alexander Motin | 2008-07-26 | 1 | -1/+1 |
| * | Document a few sysctls. | Tom Rhodes | 2008-07-20 | 1 | -1/+1 |
| * | Fix error in comment. | Robert Watson | 2008-07-16 | 1 | -3/+3 |
| * | Merge last of a series of rwlock conversion changes to UDP, which | Robert Watson | 2008-07-15 | 1 | -34/+85 |
| * | Slightly rearrange validation of UDP arguments and jail processing in | Robert Watson | 2008-07-10 | 1 | -4/+25 |
| * | Apply the MAC label to an outgoing UDP packet when other inpcb properties are | Robert Watson | 2008-07-10 | 1 | -4/+4 |
| * | Allow udp_notify() to accept read, as well as write, locks on the passed | Robert Watson | 2008-07-07 | 1 | -3/+9 |
| * | Add additional udbinfo and inpcb locking assertions to udp_output(); for | Robert Watson | 2008-07-07 | 1 | -0/+6 |
| * | First step towards parallel transmit in UDP: if neither a specific | Robert Watson | 2008-07-07 | 1 | -5/+12 |
| * | Drop read lock on udbinfo earlier during delivery to the last matching | Robert Watson | 2008-07-07 | 1 | -3/+5 |
| * | Add soreceive_dgram(9), an optimized socket receive function for use by | Robert Watson | 2008-07-02 | 1 | -0/+1 |
| * | In udp_append() and udp_input(), make use of read locking on incpbs | Robert Watson | 2008-06-30 | 1 | -8/+8 |
| * | Employ read locks on UDP inpcbs, rather than write locks, when | Robert Watson | 2008-05-29 | 1 | -13/+18 |
| * | Factor out the v4-only vs. the v6-only inp_flags processing in | Bjoern A. Zeeb | 2008-05-24 | 1 | -8/+3 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -34/+36 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Further UDPv4 cleanup: | Robert Watson | 2007-09-10 | 1 | -17/+17 |
| * | Further cleanup of UDPv4: | Robert Watson | 2007-07-10 | 1 | -98/+95 |
| * | Minor UDPv4 cleanup: capitalize comment, move statistics update after mbuf | Robert Watson | 2007-07-07 | 1 | -3/+3 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -3/+3 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -9/+3 |
| * | Make gcc4.2 happy and zero save_ip for the unlikely (blackhole != 0) | Matt Jacob | 2007-06-17 | 1 | -0/+2 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -49/+70 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | When verifying the IPv4 UDP checksum, don't overwrite the checksum | David Malone | 2007-05-16 | 1 | -5/+7 |
| * | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 1 | -2/+2 |
| * | Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr() | Robert Watson | 2007-05-07 | 1 | -25/+2 |
| * | Minor style tweaks. | Robert Watson | 2007-05-07 | 1 | -17/+22 |