aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:Gleb Smirnoff2004-10-121-4/+29
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-9/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-0/+2
* In the BPF and ethernet bridging code, don't allow callouts to executeRobert Watson2004-07-051-1/+1
* The net.link.ether.bridge.enable sysctl MIB variable enables bridgeBruce M Simpson2004-07-041-0/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onMax Laier2004-06-151-2/+5
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* arpcom untangling:Luigi Rizzo2004-04-241-5/+6
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-9/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-5/+9
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-9/+5
* correct bridge_version: replace unexpanded RCS keywords by a fixed stringSam Leffler2003-12-241-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-21/+17
* Correct pfil_run_hooks return handling: if the return value is non-zeroSam Leffler2003-09-301-5/+3
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-23/+19
* fix build on 64-bit platformsSam Leffler2003-09-171-1/+1
* Minor overhaul and add locking.Sam Leffler2003-09-171-305/+409
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* Do not do an assignment in a truth test (previous commit) or gcc gives aPeter Wemm2003-02-121-1/+1
* PFIL_HOOKS optimization: check if at least one hook is present beforeSam Leffler2003-02-111-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Oops, I misread the purpose of the NULL check in EH_RESTORE() inIan Dowse2002-12-271-2/+3
* Fix a bug introduced by revision 1.59 that would cause an immediateIan Dowse2002-12-271-1/+1
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-10/+22
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-2/+2
* track changes to ethernet input handling to no longer strip the Ethernet headerSam Leffler2002-11-141-48/+55
* FIx misindentation.Poul-Henning Kamp2002-10-161-10/+10
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* When reusing a pointer as a number, at least cast itMaxime Henrion2002-10-061-1/+1
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.Luigi Rizzo2002-09-121-2/+2
* Remove 0 initializers for global/static variables, so they end up inLuigi Rizzo2002-07-071-4/+4
* Remove trailing whitespaces.Maxim Konovalov2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".Maxim Konovalov2002-07-031-3/+3
* fix indentation, whitespace and a few comments.Luigi Rizzo2002-06-231-3/+3
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-35/+52
* Cleanup the interface to ip_fw_chk, two of the input argumentsLuigi Rizzo2002-05-091-36/+34
* Add hooks for very basic IPFilter support in bridging. Set,Crist J. Clark2002-03-181-5/+42
* Unbreak bridge.ko. Replace an unresolved symbol with the actions itCrist J. Clark2002-03-051-1/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-5/+5
* Lots of improvement to the bridging code.Luigi Rizzo2002-02-151-242/+378
* Whitespace change - replace leading spaces with tabs.Luigi Rizzo2001-11-241-6/+6
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-88/+173
* Remove an extra splimp() call.Luigi Rizzo2001-11-011-1/+0
* Fix this so it compiles cleanly for alpha. Tried to do some minimal testing.Matt Jacob2001-10-191-8/+8
* Traverse the list of network interfaces rather than use if_index- if_index isMatt Jacob2001-10-121-3/+1
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-27/+55
* Two main changes here:Luigi Rizzo2001-09-271-2/+2
* Remove unused variablePeter Wemm2001-06-151-1/+0
* Sync with the bridge/dummynet/ipfw code already tested in stable.Luigi Rizzo2001-02-101-67/+60