| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused argument. | pjd | 2004-03-27 | 6 | -8/+6 |
* | Validate IPv6 socket options more carefully to avoid a panic. | ume | 2004-03-26 | 1 | -0/+1 |
* | Remove unused function. | pjd | 2004-03-25 | 2 | -11/+0 |
* | Untangle IP multicast routing interaction with delayed payload checksums. | ru | 2004-03-25 | 1 | -13/+3 |
* | Lock down global variables in if_gre: | rwatson | 2004-03-22 | 1 | -1/+12 |
* | - Fix indentation lost by 'diff -b'. | mdodd | 2004-03-21 | 1 | -5/+4 |
* | Remove interface type specific code from arprequest(), and in_arpinput(). | mdodd | 2004-03-21 | 1 | -111/+19 |
* | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 14 | -5317/+5233 |
* | De-register. | mdodd | 2004-03-14 | 1 | -22/+22 |
* | Lock down IP-layer encapsulation library: | rwatson | 2004-03-10 | 1 | -51/+35 |
* | Scrub unused variable zeroin_addr. | rwatson | 2004-03-10 | 2 | -3/+0 |
* | To comply with the spec, do not copy the TOS from the outer IP | hsu | 2004-03-08 | 1 | -6/+6 |
* | Include <sys/types.h> for autoconf/automake detection. | hsu | 2004-03-08 | 1 | -0/+2 |
* | Add some missing DUMMYNET_UNLOCK() in config_pipe(). | mlaier | 2004-03-03 | 1 | -2/+7 |
* | Two minor follow-ups on the MT_TAG removal: | mlaier | 2004-03-02 | 1 | -3/+2 |
* | Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT() | rwatson | 2004-03-01 | 1 | -2/+2 |
* | fix -O0 compilation without INET6. | ume | 2004-03-01 | 2 | -4/+24 |
* | Remove unneeded {} originally used to hold local variables for dummynet | rwatson | 2004-02-28 | 1 | -2/+0 |
* | Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These | rwatson | 2004-02-28 | 5 | -23/+7 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+5 |
* | Tweak existing header and other build infrastructure to be able to build | mlaier | 2004-02-26 | 4 | -4/+32 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 4 | -4/+13 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 14 | -403/+461 |
* | Fixed namespace pollution in rev.1.74. Implementation of the syncache | bde | 2004-02-25 | 1 | -1/+4 |
* | Don't use the negatively-opaque type uma_zone_t or be chummy with | bde | 2004-02-25 | 1 | -3/+1 |
* | Relax a KASSERT condition to allow for a valid corner case where | hsu | 2004-02-25 | 2 | -4/+10 |
* | Convert the tcp segment reassembly queue to UMA and limit the maximum | andre | 2004-02-24 | 5 | -25/+174 |
* | Fixed ucred structure leak. | pjd | 2004-02-19 | 2 | -0/+4 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 14 | -457/+400 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 4 | -48/+22 |
* | Shorten the name of the socket option used to enable TCP-MD5 packet | bms | 2004-02-16 | 2 | -3/+3 |
* | don't update outgoing ifp, if ipsec tunnel mode encapsulation | ume | 2004-02-16 | 1 | -3/+5 |
* | Spell types consistently throughout this file. Do not use the __packed ... | bms | 2004-02-16 | 1 | -4/+4 |
* | Final brucification pass. Spell types consistently (u_int). Remove bogus | bms | 2004-02-14 | 3 | -3/+3 |
* | Do not expose ip_dn_find_rule inline function to userland and unbreak world. | mlaier | 2004-02-13 | 1 | -1/+1 |
* | Do not check receive interface when pfil(9) hook changed address. | mlaier | 2004-02-13 | 1 | -1/+1 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 14 | -396/+453 |
* | Brucification. | bms | 2004-02-13 | 8 | -38/+43 |
* | supported IPV6_RECVPATHMTU socket option. | ume | 2004-02-13 | 2 | -4/+4 |
* | Update the prototype for tcpsignature_apply() to reflect the spelling of | bms | 2004-02-12 | 3 | -5/+5 |
* | style(9) pass; whitespace and comments. | bms | 2004-02-12 | 3 | -40/+48 |
* | Remove an unnecessary initialization that crept in from the code which | bms | 2004-02-12 | 2 | -4/+2 |
* | Fix a typo; left out preprocessor conditional for sigoff variable, which | bms | 2004-02-11 | 1 | -0/+2 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 11 | -2/+397 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 6 | -21/+8 |
* | Add sysctl net.inet.icmp.reply_src to specify the interface name | andre | 2004-02-02 | 1 | -0/+19 |
* | More verbose description of the source ip address selection for ICMP replies. | andre | 2004-02-02 | 1 | -5/+16 |
* | Introduce the SO_BINTIME option which takes a high-resolution timestamp | phk | 2004-01-31 | 2 | -9/+20 |
* | Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again. | sobomax | 2004-01-30 | 1 | -1/+1 |
* | Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls. | ru | 2004-01-27 | 2 | -2/+2 |