| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT() | Robert Watson | 2004-03-01 | 1 | -2/+2 |
| * | Remove unneeded {} originally used to hold local variables for dummynet | Robert Watson | 2004-02-28 | 1 | -2/+0 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -115/+52 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -60/+122 |
| * | Do not check receive interface when pfil(9) hook changed address. | Max Laier | 2004-02-13 | 1 | -1/+1 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -118/+56 |
| * | Introduce the SO_BINTIME option which takes a high-resolution timestamp | Poul-Henning Kamp | 2004-01-31 | 1 | -7/+18 |
| * | Make sure all uses of stack allocated struct route's are properly | Andre Oppermann | 2003-11-26 | 1 | -2/+2 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -8/+8 |
| * | Remove RTF_PRCLONING from routing table and adjust users of it | Andre Oppermann | 2003-11-20 | 1 | -2/+2 |
| * | Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but | Brian Feldman | 2003-11-17 | 1 | -0/+2 |
| * | Make ipstealth global as we need it in ip_fastforward too. | Andre Oppermann | 2003-11-15 | 1 | -1/+1 |
| * | Remove the global one-level rtcache variable and associated | Andre Oppermann | 2003-11-14 | 1 | -198/+87 |
| * | Introduce ip_fastforward and remove ip_flow. | Andre Oppermann | 2003-11-14 | 1 | -8/+29 |
| * | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | Sam Leffler | 2003-11-08 | 1 | -1/+1 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+3 |
| * | Fix locking of the ip forwarding cache. We were holding a reference | Sam Leffler | 2003-11-07 | 1 | -11/+21 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -1/+1 |
| * | Remove comment about desire for eventual explicit labeling of ICMP | Robert Watson | 2003-11-03 | 1 | -4/+0 |
| * | add ECN support in layer-3. | Hajimu UMEMOTO | 2003-10-29 | 1 | -0/+17 |
| * | pfil hooks can modify packet contents so check if the destination | Sam Leffler | 2003-10-16 | 1 | -1/+11 |
| * | purge extraneous ';'s | Sam Leffler | 2003-10-15 | 1 | -3/+3 |
| * | Lock ip forwarding route cache. While we're at it, remove the global | Sam Leffler | 2003-10-14 | 1 | -30/+91 |
| * | remove dangling ';'s` that were harmless | Sam Leffler | 2003-10-14 | 1 | -2/+2 |
| * | o update PFIL_HOOKS support to current API used by netbsd | Sam Leffler | 2003-09-23 | 1 | -23/+18 |
| * | lock ip fragment queues | Sam Leffler | 2003-09-05 | 1 | -0/+18 |
| * | add IPSEC_FILTERGIF suport for FAST_IPSEC | Sam Leffler | 2003-07-22 | 1 | -0/+7 |
| * | Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error); | Mike Silbersack | 2003-06-17 | 1 | -1/+1 |
| * | When setting fragment queue pointers to NULL, or comparing them with | Robert Watson | 2003-06-06 | 1 | -3/+3 |
| * | Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-data | Robert Watson | 2003-05-06 | 1 | -5/+2 |
| * | IP_RECVTTL socket option. | Matthew N. Dodd | 2003-04-29 | 1 | -0/+6 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
| * | Back out support for RFC3514. | Matthew N. Dodd | 2003-04-02 | 1 | -14/+0 |
| * | Sync constant define with NetBSD. | Matthew N. Dodd | 2003-04-02 | 1 | -1/+1 |
| * | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | Matthew N. Dodd | 2003-04-01 | 1 | -0/+14 |
| * | Modify the mac_init_ipq() MAC Framework entry point to accept an | Robert Watson | 2003-03-26 | 1 | -1/+4 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -21/+2 |
| * | Fix a condition so that ip reassembly queues are emptied immediately | Mike Silbersack | 2003-02-26 | 1 | -1/+1 |
| * | style(9): join lines. | Maxim Konovalov | 2003-02-25 | 1 | -4/+2 |
| * | Ip reassembly queue structure has ipq_nfrags now. Count a number of | Maxim Konovalov | 2003-02-25 | 1 | -7/+15 |
| * | Add a new config option IPSEC_FILTERGIF to control whether or not | Sam Leffler | 2003-02-23 | 1 | -0/+7 |
| * | Add the ability to limit the number of IP fragments allowed per packet, | Mike Silbersack | 2003-02-22 | 1 | -4/+28 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
| * | Move a comment and optimize the frag timeout code a slight bit. | Mike Silbersack | 2003-02-01 | 1 | -3/+3 |
| * | A few fixes to rev 1.221 | Mike Silbersack | 2003-01-28 | 1 | -9/+17 |
| * | Merge the best parts of maxfragpackets and maxnipq together. (Both | Mike Silbersack | 2003-01-26 | 1 | -13/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -1/+10 |
| * | Move fw_one_pass from ip_fw2.c to ip_input.c so that neither | Luigi Rizzo | 2002-11-20 | 1 | -0/+1 |
| * | Add a sysctl to control the generation of source quench packets, | Mike Silbersack | 2002-11-19 | 1 | -2/+20 |