aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bridge.c
Commit message (Expand)AuthorAgeFilesLines
...
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-6/+6
* MFS: bridge/ipfw/dummynet fixesLuigi Rizzo2001-02-021-170/+115
* Minor cleanups after yesterday's patch.Luigi Rizzo2001-01-261-19/+10
* Bring bridging code in line with the one which works on -STABLE.Luigi Rizzo2001-01-261-49/+97
* Assorted bugfixes:Luigi Rizzo2001-01-221-14/+23
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-14/+2
* Fixup (hopefully) bridging + ipfw + dummynet together...Bosko Milekic2000-11-231-2/+16
* In theory, m_dup should not be necessary, as m_copypacket should beNick Sayer2000-09-251-3/+3
* Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbufBosko Milekic2000-09-241-0/+3
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.Ruslan Ermilov2000-09-141-2/+0
* Make the bridge_refresh operation automatic when ethernet interfacesNick Sayer2000-07-291-1/+6
* Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)Nick Sayer2000-07-201-1/+1
* Add sysctl to perform bridge refresh. This is required if bridgedNick Sayer2000-07-201-7/+29
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Don't try to apply ipfw filtering to non-IP packets.Archie Cobbs2000-06-021-0/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-35/+23
* Update bridging code to the one already in -stable (this wasLuigi Rizzo2000-02-081-185/+368
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+2
* Fix kernel compile with BRIDGE, but without DUMMYNETNick Sayer1999-09-111-0/+3
* Fix two easy warnings when using BRIDGE without IPFIREWALL.Peter Wemm1999-07-011-2/+3
* Free the dummynet descriptor in ip_dummynet, not in the calledLuigi Rizzo1999-05-041-3/+1
* Minor seatbelt tweak. The init code used to be splimp() protected,Peter Wemm1999-04-261-2/+7
* Fix my breakage of BRIDGE compiling option without IPFIREWALL..Peter Wemm1999-04-211-1/+5
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-3/+1
* Add a missing declaration that broke the compilation of this file.John Polstra1999-04-031-0/+1
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for theNick Sayer1999-03-301-3/+30
* The fe driver supports bridging, so added it to lists.KATO Takenori1999-02-251-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-0/+1
* Remove one unused variable.Luigi Rizzo1998-12-311-2/+1
* Bridging support. Wait for LINT to be updated before trying it.Luigi Rizzo1998-12-141-8/+12
* fix an mbuf leak when using ipfw to filger bridged packetsLuigi Rizzo1998-09-181-2/+5
* Bring in files for bridging support.Luigi Rizzo1998-09-121-0/+611