summaryrefslogtreecommitdiffstats
path: root/sys/net/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update bridging code to the one already in -stable (this wasluigi2000-02-081-185/+368
* IPSEC support in the kernel.shin1999-12-221-1/+2
* Fix kernel compile with BRIDGE, but without DUMMYNETnsayer1999-09-111-0/+3
* Fix two easy warnings when using BRIDGE without IPFIREWALL.peter1999-07-011-2/+3
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-3/+1
* Minor seatbelt tweak. The init code used to be splimp() protected,peter1999-04-261-2/+7
* Fix my breakage of BRIDGE compiling option without IPFIREWALL..peter1999-04-211-1/+5
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-3/+1
* Add a missing declaration that broke the compilation of this file.jdp1999-04-031-0/+1
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-3/+30
* The fe driver supports bridging, so added it to lists.kato1999-02-251-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-0/+1
* Remove one unused variable.luigi1998-12-311-2/+1
* Bridging support. Wait for LINT to be updated before trying it.luigi1998-12-141-8/+12
* fix an mbuf leak when using ipfw to filger bridged packetsluigi1998-09-181-2/+5
* Bring in files for bridging support.luigi1998-09-121-0/+611
OpenPOWER on IntegriCloud