| Commit message (Expand) | Author | Age | Files | Lines |
* | On the first loop for generating a bridge MAC address use the local | thompsa | 2011-09-04 | 1 | -6/+21 |
* | When adding IPv6 fwd support to ipfw in r225044 these two files were | bz | 2011-08-27 | 1 | -0/+1 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 1 | -6/+2 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -6/+7 |
* | Bring in the most recent version of ipfw and dummynet, developed | luigi | 2010-03-02 | 1 | -5/+4 |
* | - Check if_type of "addm <interface>" before setting the | hrs | 2010-01-31 | 1 | -14/+34 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 1 | -0/+2 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -9/+10 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 1 | -4/+8 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 1 | -6/+9 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 1 | -0/+1 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -20/+21 |
* | When bridging LRO is causing a problem, the believe | jfv | 2009-08-24 | 1 | -7/+6 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -9/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -6/+0 |
* | carp(4) allows people to share a set of IP addresses and can only | bz | 2009-06-11 | 1 | -1/+3 |
* | Close long existed race with net.inet.ip.fw.one_pass = 0: | oleg | 2009-06-09 | 1 | -3/+11 |
* | More cleanup in preparation of ipfw relocation (no actual code change): | luigi | 2009-06-05 | 1 | -2/+2 |
* | Reorder the bridge add and delete routines to avoid calling ifpromisc() with | thompsa | 2009-05-01 | 1 | -32/+37 |
* | use if_transmit intead of direct frobbing of the if_snd q; this is no | sam | 2009-04-27 | 1 | -11/+2 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -9/+9 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -2/+0 |
* | bridge_delete_member is called via the event handler from if_detach | thompsa | 2009-02-13 | 1 | -5/+9 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+5 |
* | Put the bridge mac inheritance behind a sysctl with the default off as this | thompsa | 2008-09-08 | 1 | -2/+7 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -13/+14 |
* | LRO combined packets can actually be bridged as long as all the interfaces also | thompsa | 2008-08-16 | 1 | -5/+6 |
* | Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only be | thompsa | 2008-07-03 | 1 | -23/+51 |
* | Set bridge MAC addresses to the MAC address of their first interface unless | philip | 2008-07-01 | 1 | -6/+33 |
* | Remove a chunk of duplicated code, test the destination address against the | thompsa | 2008-01-18 | 1 | -56/+27 |
* | IEEE 802.1D-2004 states, frames containing any of the group MAC Addresses | thompsa | 2008-01-18 | 1 | -1/+14 |
* | Sync from OpenBSD r1.118, nuke clause 3 & 4. | thompsa | 2008-01-17 | 1 | -5/+0 |
* | Simplify the error handling and use the dereferenced sc->sc_ifp pointer. | thompsa | 2007-12-18 | 1 | -44/+26 |
* | When the bridge has an address and a packet comes in for it then drop it if the | thompsa | 2007-12-18 | 1 | -0/+7 |
* | 1) dummynet_io() declaration has changed. | oleg | 2007-11-06 | 1 | -1/+1 |
* | Add an option to limit the number of source MACs that can be behind a bridge | thompsa | 2007-11-04 | 1 | -23/+86 |
* | Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when bridging a | thompsa | 2007-10-20 | 1 | -4/+4 |
* | The bridging output function puts the mbuf directly on the interfaces send | thompsa | 2007-10-18 | 1 | -1/+17 |
* | Allow additional packet filtering on the physical interface for locally | thompsa | 2007-09-16 | 1 | -0/+20 |
* | Add a bridge interface flag called PRIVATE where any private port can not | thompsa | 2007-08-01 | 1 | -33/+37 |
* | Avoid holding the softc lock when using copyout(). | thompsa | 2007-07-26 | 1 | -29/+57 |
* | Add the vlan tag to the bridge route table. This allows a vlan trunk to be | thompsa | 2007-06-13 | 1 | -26/+53 |
* | Remove a KASSERT intended to help the developer, the condition is no longer | thompsa | 2007-05-30 | 1 | -0/+2 |
* | etherbroadcastaddr is now unused. | thompsa | 2007-03-19 | 1 | -3/+0 |
* | M_BCAST & M_MCAST are now set by ether_input before passing to the bridge. | thompsa | 2007-03-19 | 1 | -7/+1 |
* | Give a chance for packet to appear with a correct input interfaces | rik | 2007-03-18 | 1 | -30/+50 |
* | Properly move the setting of bstp_linkstate_p to the bridgestp module. | thompsa | 2007-03-14 | 1 | -2/+0 |