| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+3 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -5/+5 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -8/+50 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -20/+17 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -1/+1 |
* | check pointer against NULL | kmacy | 2008-12-16 | 1 | -2/+3 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | MFp4: | bz | 2008-11-29 | 1 | -26/+20 |
* | Fix a scope problem in the multiple routing table code that stopped the | julian | 2008-11-19 | 1 | -1/+7 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+4 |
* | Add cr_canseeinpcb() doing checks using the cached socket | bz | 2008-10-17 | 1 | -1/+1 |
* | Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.c | bz | 2008-10-04 | 1 | -1/+0 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 1 | -11/+12 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+15 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -4/+4 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -54/+55 |
* | Some style and assertion fixes to the previous commits hinted by rwatson. | mav | 2008-07-28 | 1 | -3/+9 |
* | According to in_pcb.h protocol binding information has double locking. | mav | 2008-07-26 | 1 | -24/+22 |
* | Add hash table lookup for a fully connected raw sockets. | mav | 2008-07-26 | 1 | -9/+80 |
* | Eliminate use of the global ripsrc which was being used to pass address | rwatson | 2008-07-18 | 1 | -7/+10 |
* | Rename raw_append() to rip_append(): the raw_ prefix is generally used | rwatson | 2008-07-05 | 1 | -3/+3 |
* | Improve approximation of style(9) in raw socket code. | rwatson | 2008-07-05 | 1 | -62/+75 |
* | Consistently check IPFW and DUMMYNET privileges in the configuration | rwatson | 2008-05-22 | 1 | -19/+0 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | With IPv4 raw sockets, read lock rather than write lock the inpcb when | rwatson | 2008-04-21 | 1 | -15/+15 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -31/+31 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -4/+4 |
* | Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9) | rwatson | 2007-07-02 | 1 | -1/+1 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -10/+2 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -7/+2 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -2/+2 |
* | Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), which | rwatson | 2007-05-11 | 1 | -25/+2 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -2/+5 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -4/+5 |
* | Increase default size of raw IP send and receive buffers to the same as | bms | 2007-03-20 | 1 | -8/+2 |
* | Summer of Code 2005: improve libalias - part 2 of 2 | piso | 2006-12-29 | 1 | -0/+4 |
* | Some whitespace nits and remove a few casts. | jhb | 2006-12-29 | 1 | -1/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -10/+23 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Check inp_flags instead of inp_vflag for INP_ONESBCAST flag. | andre | 2006-09-06 | 1 | -1/+1 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -15/+34 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -4/+14 |
* | o In udp|rip_disconnect() acquire a socket lock before the socket | maxim | 2006-05-21 | 1 | -1/+3 |
* | o In rip_disconnect() do not call rip_abort(), just mark a socket | maxim | 2006-05-15 | 1 | -1/+11 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | ps | 2006-04-21 | 1 | -0/+9 |