summaryrefslogtreecommitdiffstats
path: root/sys/net/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-1302/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-031-0/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Plug mbuf leak, that I have introduced in 1.85. Also restore important commentglebius2005-05-261-5/+13
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-011-1/+1
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-161-1/+1
* o Clean up interface between ip_fw_chk() and its callers:glebius2005-01-141-3/+5
* Fix a typo in a comment that may be confusing if one doesn't reallykeramida2005-01-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:glebius2004-10-121-4/+29
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-9/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+2
* In the BPF and ethernet bridging code, don't allow callouts to executerwatson2004-07-051-1/+1
* The net.link.ether.bridge.enable sysctl MIB variable enables bridgebms2004-07-041-0/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-2/+5
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* arpcom untangling:luigi2004-04-241-5/+6
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-9/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-5/+9
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-9/+5
* correct bridge_version: replace unexpanded RCS keywords by a fixed stringsam2003-12-241-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-21/+17
* Correct pfil_run_hooks return handling: if the return value is non-zerosam2003-09-301-5/+3
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-23/+19
* fix build on 64-bit platformssam2003-09-171-1/+1
* Minor overhaul and add locking.sam2003-09-171-305/+409
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Do not do an assignment in a truth test (previous commit) or gcc gives apeter2003-02-121-1/+1
* PFIL_HOOKS optimization: check if at least one hook is present beforesam2003-02-111-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Oops, I misread the purpose of the NULL check in EH_RESTORE() iniedowse2002-12-271-2/+3
* Fix a bug introduced by revision 1.59 that would cause an immediateiedowse2002-12-271-1/+1
* SMP locking for ifnet list.hsu2002-12-221-10/+22
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-2/+2
* track changes to ethernet input handling to no longer strip the Ethernet headersam2002-11-141-48/+55
* FIx misindentation.phk2002-10-161-10/+10
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* When reusing a pointer as a number, at least cast itmux2002-10-061-1/+1
* Make bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.luigi2002-09-121-2/+2
* Remove 0 initializers for global/static variables, so they end up inluigi2002-07-071-4/+4
* Remove trailing whitespaces.maxim2002-07-031-2/+2
* o Strict interface names comparison. The old code assumed "fxp1" == "fxp11".maxim2002-07-031-3/+3
* fix indentation, whitespace and a few comments.luigi2002-06-231-3/+3
* Remove (almost all) global variables that were used to holdluigi2002-06-221-35/+52
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-091-36/+34
* Add hooks for very basic IPFilter support in bridging. Set,cjc2002-03-181-5/+42
* Unbreak bridge.ko. Replace an unresolved symbol with the actions itcjc2002-03-051-1/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-5/+5
OpenPOWER on IntegriCloud