| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out rev 1.146 -- it broke the LINT build. | obrien | 2003-05-05 | 1 | -1/+1 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails. | archie | 2003-04-23 | 1 | -1/+2 |
* | Fix a case where the return value from m_copy() was not being checked | archie | 2003-04-23 | 1 | -6/+6 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 1 | -1/+4 |
* | Reduce code differences. | mdodd | 2003-03-15 | 1 | -3/+5 |
* | Add module data and version. | mdodd | 2003-03-15 | 1 | -0/+9 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -90/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -57/+33 |
* | sizeof(struct llc) -> LLC_SNAPFRAMELEN | mdodd | 2003-03-03 | 1 | -10/+10 |
* | De-register. | mdodd | 2003-03-03 | 1 | -8/+8 |
* | Reduce code duplication. This adds the function rt_check() to route.c. | mdodd | 2003-03-02 | 1 | -25/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -8/+8 |
* | remove stray debugging printf | sam | 2003-02-18 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -8/+8 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -2/+2 |
* | Move fw_one_pass from ip_fw2.c to ip_input.c so that neither | luigi | 2002-11-20 | 1 | -1/+1 |
* | o change input packet handling to eliminate the pointer to the struct | sam | 2002-11-14 | 1 | -185/+263 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -2/+1 |
* | FIx misindentation. | phk | 2002-10-16 | 1 | -12/+15 |
* | Unconditionally restore the pointer to the saved Ethernet header after | cjc | 2002-10-14 | 1 | -4/+1 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Add the "Monitor" interface flag. | phk | 2002-09-27 | 1 | -0/+7 |
* | Be a bit more technical: | phk | 2002-09-26 | 1 | -1/+1 |
* | Optimize the way we call BPF a tiny bit: If we chop the ether-header off | phk | 2002-09-18 | 1 | -8/+7 |
* | Fix the GENERIC build. Don't refer to the non-existant fw_one_pass. | obrien | 2002-09-12 | 1 | -1/+1 |
* | Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass. | luigi | 2002-09-12 | 1 | -2/+2 |
* | Fix a silly typo in user-setable promisc mode code. | sobomax | 2002-08-30 | 1 | -1/+1 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 1 | -2/+2 |
* | Extend the interface to ether_input(): a NULL eh pointer means that | luigi | 2002-08-04 | 1 | -12/+26 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+12 |
* | Remove one useless variable. | luigi | 2002-06-30 | 1 | -3/+1 |
* | fix indentation, whitespace and a few comments. | luigi | 2002-06-23 | 1 | -31/+28 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -29/+38 |
* | Add ipfw hooks to ether_demux() and ether_output_frame(). | luigi | 2002-05-13 | 1 | -0/+146 |
* | Fix a couple of incorrect m_free() vs. m_freem() usages and related issues. | luigi | 2002-04-04 | 1 | -1/+8 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Remove useless initialization to 0 of a couple of global variables. | luigi | 2002-02-15 | 1 | -2/+2 |
* | It turns out that when a broadcast packet is looped back, the checksums | jesper | 2002-01-11 | 1 | -0/+13 |
* | minor style fix. | jlemon | 2001-12-14 | 1 | -0/+1 |
* | Moved the updating of if_ibytes from ether_demux() to ether_input() to fix | dg | 2001-12-14 | 1 | -1/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -1/+1 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -7/+7 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -2/+3 |
* | Set if_type and if_addrlen before calling if_attach(), so the values are | jlemon | 2001-10-11 | 1 | -1/+1 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -24/+18 |
* | Remove/comment tokens after #endif (#endif NETATALK) | peter | 2001-09-10 | 1 | -2/+2 |