summaryrefslogtreecommitdiffstats
path: root/sys/net/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lots of improvement to the bridging code.luigi2002-02-151-242/+378
* Whitespace change - replace leading spaces with tabs.luigi2001-11-241-6/+6
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-88/+173
* Remove an extra splimp() call.luigi2001-11-011-1/+0
* Fix this so it compiles cleanly for alpha. Tried to do some minimal testing.mjacob2001-10-191-8/+8
* Traverse the list of network interfaces rather than use if_index- if_index ismjacob2001-10-121-3/+1
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-27/+55
* Two main changes here:luigi2001-09-271-2/+2
* Remove unused variablepeter2001-06-151-1/+0
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-101-67/+60
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-6/+6
* MFS: bridge/ipfw/dummynet fixesluigi2001-02-021-170/+115
* Minor cleanups after yesterday's patch.luigi2001-01-261-19/+10
* Bring bridging code in line with the one which works on -STABLE.luigi2001-01-261-49/+97
* Assorted bugfixes:luigi2001-01-221-14/+23
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-14/+2
* Fixup (hopefully) bridging + ipfw + dummynet together...bmilekic2000-11-231-2/+16
* In theory, m_dup should not be necessary, as m_copypacket should bensayer2000-09-251-3/+3
* Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbufbmilekic2000-09-241-0/+3
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-2/+0
* Make the bridge_refresh operation automatic when ethernet interfacesnsayer2000-07-291-1/+6
* Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)nsayer2000-07-201-1/+1
* Add sysctl to perform bridge refresh. This is required if bridgednsayer2000-07-201-7/+29
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Don't try to apply ipfw filtering to non-IP packets.archie2000-06-021-0/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-35/+23
OpenPOWER on IntegriCloud