summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-6/+9
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-151-0/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-20/+21
* When bridging LRO is causing a problem, the believejfv2009-08-241-7/+6
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-9/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+0
* carp(4) allows people to share a set of IP addresses and can onlybz2009-06-111-1/+3
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-091-3/+11
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-2/+2
* Reorder the bridge add and delete routines to avoid calling ifpromisc() withthompsa2009-05-011-32/+37
* use if_transmit intead of direct frobbing of the if_snd q; this is nosam2009-04-271-11/+2
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-9/+9
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* bridge_delete_member is called via the event handler from if_detachthompsa2009-02-131-5/+9
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+5
* Put the bridge mac inheritance behind a sysctl with the default off as thisthompsa2008-09-081-2/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-13/+14
* LRO combined packets can actually be bridged as long as all the interfaces alsothompsa2008-08-161-5/+6
* Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only bethompsa2008-07-031-23/+51
* Set bridge MAC addresses to the MAC address of their first interface unlessphilip2008-07-011-6/+33
* Remove a chunk of duplicated code, test the destination address against thethompsa2008-01-181-56/+27
* IEEE 802.1D-2004 states, frames containing any of the group MAC Addressesthompsa2008-01-181-1/+14
* Sync from OpenBSD r1.118, nuke clause 3 & 4.thompsa2008-01-171-5/+0
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.thompsa2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if thethompsa2007-12-181-0/+7
* 1) dummynet_io() declaration has changed.oleg2007-11-061-1/+1
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-041-23/+86
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging athompsa2007-10-201-4/+4
* The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-181-1/+17
* Allow additional packet filtering on the physical interface for locallythompsa2007-09-161-0/+20
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-011-33/+37
* Avoid holding the softc lock when using copyout().thompsa2007-07-261-29/+57
* Add the vlan tag to the bridge route table. This allows a vlan trunk to bethompsa2007-06-131-26/+53
* Remove a KASSERT intended to help the developer, the condition is no longerthompsa2007-05-301-0/+2
* etherbroadcastaddr is now unused.thompsa2007-03-191-3/+0
* M_BCAST & M_MCAST are now set by ether_input before passing to the bridge.thompsa2007-03-191-7/+1
* Give a chance for packet to appear with a correct input interfacesrik2007-03-181-30/+50
* Properly move the setting of bstp_linkstate_p to the bridgestp module.thompsa2007-03-141-2/+0
* Change the passing of callbacks to a struct in case this needs to be extended...thompsa2007-03-091-1/+6
* Move the lock init until after if_alloc in case the allocation fails and wethompsa2007-02-231-1/+1
* These days P2P means peer-2-peer (also well known from serveral filesharingthompsa2006-12-111-6/+6
* Add two new flags to if_bridge(4) indicating whether the edge flagsyrinx2006-12-041-0/+4
* Fix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin() the usersyrinx2006-12-031-1/+1
* Sync with the OpenBSD port of RSTPthompsa2006-11-271-51/+26
* use two stage creation of stp ports, this means that the stp variables can bethompsa2006-11-261-5/+5
* Add a new address cache type called sticky. On an interface marked sticky anythompsa2006-11-091-17/+23
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
OpenPOWER on IntegriCloud