| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 1 | -9/+4 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -5/+9 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 1 | -9/+5 |
* | correct bridge_version: replace unexpanded RCS keywords by a fixed string | sam | 2003-12-24 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -21/+17 |
* | Correct pfil_run_hooks return handling: if the return value is non-zero | sam | 2003-09-30 | 1 | -5/+3 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 1 | -23/+19 |
* | fix build on 64-bit platforms | sam | 2003-09-17 | 1 | -1/+1 |
* | Minor overhaul and add locking. | sam | 2003-09-17 | 1 | -305/+409 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Do not do an assignment in a truth test (previous commit) or gcc gives a | peter | 2003-02-12 | 1 | -1/+1 |
* | PFIL_HOOKS optimization: check if at least one hook is present before | sam | 2003-02-11 | 1 | -2/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | Oops, I misread the purpose of the NULL check in EH_RESTORE() in | iedowse | 2002-12-27 | 1 | -2/+3 |
* | Fix a bug introduced by revision 1.59 that would cause an immediate | iedowse | 2002-12-27 | 1 | -1/+1 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -10/+22 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -2/+2 |
* | track changes to ethernet input handling to no longer strip the Ethernet header | sam | 2002-11-14 | 1 | -48/+55 |
* | FIx misindentation. | phk | 2002-10-16 | 1 | -10/+10 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | When reusing a pointer as a number, at least cast it | mux | 2002-10-06 | 1 | -1/+1 |
* | Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass. | luigi | 2002-09-12 | 1 | -2/+2 |
* | Remove 0 initializers for global/static variables, so they end up in | luigi | 2002-07-07 | 1 | -4/+4 |
* | Remove trailing whitespaces. | maxim | 2002-07-03 | 1 | -2/+2 |
* | o Strict interface names comparison. The old code assumed "fxp1" == "fxp11". | maxim | 2002-07-03 | 1 | -3/+3 |
* | fix indentation, whitespace and a few comments. | luigi | 2002-06-23 | 1 | -3/+3 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -35/+52 |
* | Cleanup the interface to ip_fw_chk, two of the input arguments | luigi | 2002-05-09 | 1 | -36/+34 |
* | Add hooks for very basic IPFilter support in bridging. Set, | cjc | 2002-03-18 | 1 | -5/+42 |
* | Unbreak bridge.ko. Replace an unresolved symbol with the actions it | cjc | 2002-03-05 | 1 | -1/+3 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -5/+5 |
* | Lots of improvement to the bridging code. | luigi | 2002-02-15 | 1 | -242/+378 |
* | Whitespace change - replace leading spaces with tabs. | luigi | 2001-11-24 | 1 | -6/+6 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -88/+173 |
* | Remove an extra splimp() call. | luigi | 2001-11-01 | 1 | -1/+0 |
* | Fix this so it compiles cleanly for alpha. Tried to do some minimal testing. | mjacob | 2001-10-19 | 1 | -8/+8 |
* | Traverse the list of network interfaces rather than use if_index- if_index is | mjacob | 2001-10-12 | 1 | -3/+1 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -27/+55 |
* | Two main changes here: | luigi | 2001-09-27 | 1 | -2/+2 |
* | Remove unused variable | peter | 2001-06-15 | 1 | -1/+0 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 1 | -67/+60 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Use <sys/queue.h> macro api rather than fondle its implementation detals. | phk | 2001-02-03 | 1 | -6/+6 |
* | MFS: bridge/ipfw/dummynet fixes | luigi | 2001-02-02 | 1 | -170/+115 |
* | Minor cleanups after yesterday's patch. | luigi | 2001-01-26 | 1 | -19/+10 |
* | Bring bridging code in line with the one which works on -STABLE. | luigi | 2001-01-26 | 1 | -49/+97 |
* | Assorted bugfixes: | luigi | 2001-01-22 | 1 | -14/+23 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -14/+2 |
* | Fixup (hopefully) bridging + ipfw + dummynet together... | bmilekic | 2000-11-23 | 1 | -2/+16 |