| Commit message (Expand) | Author | Age | Files | Lines |
* | In ip_forward(), when calculating the MTU in effect for an IPSEC transport | bms | 2004-06-16 | 1 | -0/+2 |
* | In ip_forward(), set m->m_pkthdr.len correctly such that the mbuf chain | bms | 2004-06-16 | 1 | -0/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -0/+6 |
* | Provide the sysctl net.inet.ip.process_options to control the processing | andre | 2004-05-06 | 1 | -0/+13 |
* | Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier. | darrenr | 2004-05-02 | 1 | -1/+1 |
* | Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg | darrenr | 2004-05-02 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it. | rwatson | 2004-03-28 | 1 | -2/+0 |
* | Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT() | rwatson | 2004-03-01 | 1 | -2/+2 |
* | Remove unneeded {} originally used to hold local variables for dummynet | rwatson | 2004-02-28 | 1 | -2/+0 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 1 | -115/+52 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -60/+122 |
* | 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 | 1 | -118/+56 |
* | Introduce the SO_BINTIME option which takes a high-resolution timestamp | phk | 2004-01-31 | 1 | -8/+19 |
* | Make sure all uses of stack allocated struct route's are properly | andre | 2003-11-26 | 1 | -2/+2 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -8/+8 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -2/+2 |
* | Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but | green | 2003-11-17 | 1 | -0/+2 |
* | Make ipstealth global as we need it in ip_fastforward too. | andre | 2003-11-15 | 1 | -1/+1 |
* | Remove the global one-level rtcache variable and associated | andre | 2003-11-14 | 1 | -201/+90 |
* | Introduce ip_fastforward and remove ip_flow. | andre | 2003-11-14 | 1 | -8/+29 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+3 |
* | Fix locking of the ip forwarding cache. We were holding a reference | sam | 2003-11-07 | 1 | -11/+21 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -1/+1 |
* | Remove comment about desire for eventual explicit labeling of ICMP | rwatson | 2003-11-03 | 1 | -4/+0 |
* | add ECN support in layer-3. | ume | 2003-10-29 | 1 | -0/+17 |
* | pfil hooks can modify packet contents so check if the destination | sam | 2003-10-16 | 1 | -1/+11 |
* | purge extraneous ';'s | sam | 2003-10-15 | 1 | -3/+3 |
* | Lock ip forwarding route cache. While we're at it, remove the global | sam | 2003-10-14 | 1 | -30/+91 |
* | remove dangling ';'s` that were harmless | sam | 2003-10-14 | 1 | -2/+2 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 1 | -23/+18 |
* | lock ip fragment queues | sam | 2003-09-05 | 1 | -0/+18 |
* | add IPSEC_FILTERGIF suport for FAST_IPSEC | sam | 2003-07-22 | 1 | -0/+7 |
* | Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error); | silby | 2003-06-17 | 1 | -1/+1 |
* | When setting fragment queue pointers to NULL, or comparing them with | rwatson | 2003-06-06 | 1 | -3/+3 |
* | Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-data | rwatson | 2003-05-06 | 1 | -5/+2 |
* | IP_RECVTTL socket option. | mdodd | 2003-04-29 | 1 | -0/+6 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -14/+0 |
* | Sync constant define with NetBSD. | mdodd | 2003-04-02 | 1 | -1/+1 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -0/+14 |
* | Modify the mac_init_ipq() MAC Framework entry point to accept an | rwatson | 2003-03-26 | 1 | -1/+4 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -21/+2 |
* | Fix a condition so that ip reassembly queues are emptied immediately | silby | 2003-02-26 | 1 | -1/+1 |
* | style(9): join lines. | maxim | 2003-02-25 | 1 | -4/+2 |
* | Ip reassembly queue structure has ipq_nfrags now. Count a number of | maxim | 2003-02-25 | 1 | -7/+15 |
* | Add a new config option IPSEC_FILTERGIF to control whether or not | sam | 2003-02-23 | 1 | -0/+7 |
* | Add the ability to limit the number of IP fragments allowed per packet, | silby | 2003-02-22 | 1 | -4/+28 |