| Commit message (Expand) | Author | Age | Files | Lines |
* | arpcom untangling: | luigi | 2004-04-24 | 1 | -4/+3 |
* | replace Bcmp() with the same bcmp() used in the rest of the file. | luigi | 2004-04-18 | 1 | -2/+2 |
* | + rename and document an unused field in struct arpcom (field is still | luigi | 2004-04-18 | 1 | -1/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | + arpresolve(): remove an unused argument | luigi | 2004-04-04 | 1 | -1/+1 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -0/+3 |
* | Handle AF_ARP in *_output() | mdodd | 2004-03-14 | 1 | -0/+27 |
* | Const-poison ethernet and FDDI broadcast address constants, as they | rwatson | 2004-03-09 | 1 | -1/+1 |
* | Two minor follow-ups on the MT_TAG removal: | mlaier | 2004-03-02 | 1 | -3/+0 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 1 | -14/+4 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -2/+15 |
* | Return EACCES rather than ENOBUFS if ipfw blocks a packet on the | dwmalone | 2004-02-15 | 1 | -1/+1 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 1 | -15/+2 |
* | Introduce ip_fastforward and remove ip_flow. | andre | 2003-11-14 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -3/+2 |
* | Merge from p4 (noticed these changes with DES' if_ethersubr.c changes caused | imp | 2003-10-23 | 1 | -3/+3 |
* | Clean up whitespace, remove "register" keyword, ANSIfy. | des | 2003-10-23 | 1 | -25/+17 |
* | Comment spelling fix. | rwatson | 2003-10-12 | 1 | -1/+1 |
* | Introduce error checking for calls to M_PREPEND(): | rwatson | 2003-08-29 | 1 | -1/+3 |
* | use ETHER_IS_MULTICAST instead of explicit check | sam | 2003-08-19 | 1 | -1/+1 |
* | Move the MAC entry point to label ethernet-sourced mbufs with a MAC label | rwatson | 2003-07-13 | 1 | -4/+8 |
* | 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 |