| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use NULL for pointer comparisons. | andre | 2004-08-11 | 1 | -10/+10 |
* | Make a comment that "ipfw forward" is not SMP and PREEMPTION safe. | andre | 2004-08-09 | 1 | -0/+1 |
* | o Delayed checksums are now calculated in divert_packet() for diverted packets | andre | 2004-08-03 | 1 | -10/+0 |
* | In ip_ctloutput(), acquire the inpcb lock around some of the basic | rwatson | 2004-06-24 | 1 | -5/+10 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -0/+7 |
* | o Calculate a number of bytes to copy (cnt) correctly: | maxim | 2004-05-11 | 1 | -1/+1 |
* | 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 |
* | In an effort to simplify the routing code, try to deprecate rtalloc() | luigi | 2004-04-14 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Fixed a bug in previous revision: compute the payload checksum before | ru | 2004-04-07 | 1 | -8/+8 |
* | Untangle IP multicast routing interaction with delayed payload checksums. | ru | 2004-03-25 | 1 | -13/+3 |
* | Two minor follow-ups on the MT_TAG removal: | mlaier | 2004-03-02 | 1 | -3/+2 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 1 | -51/+48 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -60/+53 |
* | don't update outgoing ifp, if ipsec tunnel mode encapsulation | ume | 2004-02-16 | 1 | -3/+5 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 1 | -53/+60 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+1 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -8/+2 |
* | Do not set the ip_id to zero when DF is set on packet and | andre | 2004-01-08 | 1 | -12/+6 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -16/+9 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -2/+2 |
* | Remove the global one-level rtcache variable and associated | andre | 2003-11-14 | 1 | -17/+8 |
* | Introduce ip_fastforward and remove ip_flow. | andre | 2003-11-14 | 1 | -0/+1 |
* | Do not fragment a packet with hardware assistance if it has the DF | andre | 2003-11-12 | 1 | -1/+2 |
* | assert optional inpcb is passed in locked | sam | 2003-11-08 | 1 | -0/+2 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -3/+10 |
* | Note that when ip_output() is called from ip_forward(), it will already | rwatson | 2003-11-03 | 1 | -0/+2 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -1/+1 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 1 | -19/+8 |
* | Implement MBUF_STRESS_TEST mark II. | silby | 2003-09-01 | 1 | -18/+2 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -0/+12 |
* | 1. Basic PIM kernel support | hsu | 2003-08-07 | 1 | -112/+145 |
* | Minor fix to the MBUF_STRESS_TEST code so that it keeps | silby | 2003-07-19 | 1 | -1/+1 |
* | Don't generate an ip_id for packets with the DF bit set; ip_id is | wollman | 2003-05-31 | 1 | -4/+17 |
* | IP_RECVTTL socket option. | mdodd | 2003-04-29 | 1 | -0/+10 |
* | Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extended | silby | 2003-04-12 | 1 | -3/+3 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -1/+1 |
* | Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage. | des | 2003-04-04 | 1 | -7/+6 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -30/+1 |
* | - Use the correct constant define. | mdodd | 2003-04-02 | 1 | -2/+3 |
* | Sync constant define with NetBSD. | mdodd | 2003-04-02 | 1 | -4/+5 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -1/+28 |
* | Try to make the MBUF_FRAG_TEST code work better. | mux | 2003-03-25 | 1 | -12/+10 |
* | Add the MBUF_FRAG_TEST option. When compiled in, this option | silby | 2003-03-25 | 1 | -0/+30 |
* | Remove unused variables in the IPSEC case. | jlemon | 2003-02-20 | 1 | -1/+0 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | FAST_IPSEC bandaid: act like KAME and ignore ENOENT error codes from | sam | 2003-01-30 | 1 | -0/+9 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |