| Commit message (Expand) | Author | Age | Files | Lines |
* | fix up socket/ip layer violation... don't assume/know that | jmg | 2004-09-05 | 1 | -1/+2 |
* | When a prison is given the ability to create raw sockets (when the | csjp | 2004-08-21 | 1 | -0/+10 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -6/+6 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -3/+3 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -6/+1 |
* | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | andre | 2004-08-11 | 1 | -1/+1 |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | andre | 2004-08-11 | 1 | -1/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | M_PREPEND() the IP header on to the front of an outgoing raw IP packet | rwatson | 2004-07-20 | 1 | -1/+1 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | rwatson | 2004-06-26 | 1 | -3/+7 |
* | Introduce a new feature to IPFW2: lookup tables. These are useful | ru | 2004-06-09 | 1 | -0/+5 |
* | Move the locking of the pcb into raw_output(). Organize code so | bmilekic | 2004-06-03 | 1 | -10/+14 |
* | Switch to using the inpcb MAC label instead of socket MAC label when | rwatson | 2004-05-04 | 1 | -1/+3 |
* | Assert the inpcb lock on 'last' in udp_append(), since it's always | rwatson | 2004-05-04 | 1 | -0/+2 |
* | o Fix misindentation in the previous commit. | maxim | 2004-05-03 | 1 | -8/+7 |
* | Give jail(8) the feature to allow raw sockets from within a | bmilekic | 2004-04-26 | 1 | -2/+31 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove unused argument. | pjd | 2004-03-27 | 1 | -1/+1 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 1 | -8/+3 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -1/+1 |
* | Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls. | ru | 2004-01-27 | 1 | -1/+1 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -1/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -2/+2 |
* | In rip_abort(), unlock the inpcb if we didn't detach it, or we may | cognet | 2003-11-17 | 1 | -0/+2 |
* | add some missing locking | sam | 2003-11-08 | 1 | -17/+75 |
* | shuffle code so we don't "continue" and miss a needed unlock operation | sam | 2003-09-17 | 1 | -4/+2 |
* | remove warning about use of old divert sockets; this was marked | sam | 2003-09-01 | 1 | -9/+0 |
* | add locking | sam | 2003-09-01 | 1 | -125/+117 |
* | M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the | rwatson | 2003-08-26 | 1 | -0/+2 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -0/+3 |
* | 1. Basic PIM kernel support | hsu | 2003-08-07 | 1 | -0/+8 |
* | Add a comment above rip_ctloutput() documenting that the privilege | rwatson | 2003-07-18 | 1 | -0/+10 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | s/IPSSEC/IPSEC/ | tanimura | 2003-02-11 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix long-standing bug predating FreeBSD where calling connect() twice | hsu | 2003-01-18 | 1 | -1/+3 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 1 | -27/+29 |
* | Cleanup some of the comments, and reformat long lines. | luigi | 2002-11-17 | 1 | -29/+27 |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 1 | -9/+31 |
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | fenner | 2002-10-29 | 1 | -0/+12 |
* | Fix two instances of variant struct definitions in sys/netinet: | phk | 2002-10-20 | 1 | -3/+2 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+20 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -8/+1 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 1 | -2/+2 |
* | Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h which | rwatson | 2002-08-15 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -17/+41 |
* | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 1 | -0/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -2/+23 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -43/+9 |