| Commit message (Expand) | Author | Age | Files | Lines |
* | Use NET_CALLOUT_MPSAFE macro. | Gleb Smirnoff | 2005-03-01 | 1 | -1/+1 |
* | - Reduce number of arguments passed to dummynet_io(), we already have cookie | Gleb Smirnoff | 2005-01-16 | 1 | -1/+1 |
* | o Clean up interface between ip_fw_chk() and its callers: | Gleb Smirnoff | 2005-01-14 | 1 | -3/+5 |
* | Fix a typo in a comment that may be confusing if one doesn't really | Giorgos Keramidas | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | Gleb Smirnoff | 2004-10-12 | 1 | -4/+29 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 1 | -1/+1 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -9/+1 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -0/+2 |
* | In the BPF and ethernet bridging code, don't allow callouts to execute | Robert Watson | 2004-07-05 | 1 | -1/+1 |
* | The net.link.ether.bridge.enable sysctl MIB variable enables bridge | Bruce M Simpson | 2004-07-04 | 1 | -0/+1 |
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | Max Laier | 2004-06-15 | 1 | -2/+5 |
* | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | arpcom untangling: | Luigi Rizzo | 2004-04-24 | 1 | -5/+6 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -9/+4 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -5/+9 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -9/+5 |
* | correct bridge_version: replace unexpanded RCS keywords by a fixed string | Sam Leffler | 2003-12-24 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -21/+17 |
* | Correct pfil_run_hooks return handling: if the return value is non-zero | Sam Leffler | 2003-09-30 | 1 | -5/+3 |
* | o update PFIL_HOOKS support to current API used by netbsd | Sam Leffler | 2003-09-23 | 1 | -23/+19 |
* | fix build on 64-bit platforms | Sam Leffler | 2003-09-17 | 1 | -1/+1 |
* | Minor overhaul and add locking. | Sam Leffler | 2003-09-17 | 1 | -305/+409 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
* | Do not do an assignment in a truth test (previous commit) or gcc gives a | Peter Wemm | 2003-02-12 | 1 | -1/+1 |
* | PFIL_HOOKS optimization: check if at least one hook is present before | Sam Leffler | 2003-02-11 | 1 | -2/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
* | Oops, I misread the purpose of the NULL check in EH_RESTORE() in | Ian Dowse | 2002-12-27 | 1 | -2/+3 |
* | Fix a bug introduced by revision 1.59 that would cause an immediate | Ian Dowse | 2002-12-27 | 1 | -1/+1 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -10/+22 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -2/+2 |
* | track changes to ethernet input handling to no longer strip the Ethernet header | Sam Leffler | 2002-11-14 | 1 | -48/+55 |
* | FIx misindentation. | Poul-Henning Kamp | 2002-10-16 | 1 | -10/+10 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -1/+1 |
* | When reusing a pointer as a number, at least cast it | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
* | Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass. | Luigi Rizzo | 2002-09-12 | 1 | -2/+2 |
* | Remove 0 initializers for global/static variables, so they end up in | Luigi Rizzo | 2002-07-07 | 1 | -4/+4 |
* | Remove trailing whitespaces. | Maxim Konovalov | 2002-07-03 | 1 | -2/+2 |
* | o Strict interface names comparison. The old code assumed "fxp1" == "fxp11". | Maxim Konovalov | 2002-07-03 | 1 | -3/+3 |
* | fix indentation, whitespace and a few comments. | Luigi Rizzo | 2002-06-23 | 1 | -3/+3 |
* | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -35/+52 |
* | Cleanup the interface to ip_fw_chk, two of the input arguments | Luigi Rizzo | 2002-05-09 | 1 | -36/+34 |
* | Add hooks for very basic IPFilter support in bridging. Set, | Crist J. Clark | 2002-03-18 | 1 | -5/+42 |
* | Unbreak bridge.ko. Replace an unresolved symbol with the actions it | Crist J. Clark | 2002-03-05 | 1 | -1/+3 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -5/+5 |
* | Lots of improvement to the bridging code. | Luigi Rizzo | 2002-02-15 | 1 | -242/+378 |
* | Whitespace change - replace leading spaces with tabs. | Luigi Rizzo | 2001-11-24 | 1 | -6/+6 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 1 | -88/+173 |
* | Remove an extra splimp() call. | Luigi Rizzo | 2001-11-01 | 1 | -1/+0 |
* | Fix this so it compiles cleanly for alpha. Tried to do some minimal testing. | Matt Jacob | 2001-10-19 | 1 | -8/+8 |