| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 1 | -4/+6 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | A step in resolving mess with byte ordering for AF_INET. After this change: | glebius | 2012-10-06 | 1 | -12/+1 |
* | Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The function | thompsa | 2012-10-04 | 1 | -8/+3 |
* | - In the bridge_enqueue() do success/error accounting for | glebius | 2012-09-26 | 1 | -5/+4 |
* | Introduce new link-layer PFIL hook V_link_pfil_hook. | melifaro | 2012-09-04 | 1 | -61/+10 |
* | Change bridge(4) to use if_transmit for forwarding packets to underlying | glebius | 2012-09-03 | 1 | -33/+33 |
* | Simplify error case | emaste | 2012-07-10 | 1 | -4/+4 |
* | Plug potential mbuf leak when bridging fragments | emaste | 2012-07-10 | 1 | -0/+2 |
* | Restore error handling lost in r191603 | emaste | 2012-07-09 | 1 | -1/+1 |
* | Fix a panic I introduced in r234487, the bridge softc pointer is set to null | thompsa | 2012-06-11 | 1 | -14/+22 |
* | Revert r234834 per luigi@ request. | melifaro | 2012-05-03 | 1 | -0/+1 |
* | Move several enums and structures required for L2 filtering from ip_fw_privat... | melifaro | 2012-04-30 | 1 | -1/+0 |
* | Add linkstate to bridge(4), set the link to up when at least one underlying | thompsa | 2012-04-20 | 1 | -9/+50 |
* | Use a more appropriate default for the maximum number of addresses in the | thompsa | 2012-02-29 | 1 | -2/+2 |
* | bstp_input() always consumes the packet so remove the mbuf handling dance | thompsa | 2012-02-23 | 1 | -5/+3 |
* | Allow to set if_bridge(4) sysctls from /boot/loader.conf. | pjd | 2012-02-07 | 1 | -0/+7 |
* | In r191367 the need for if_free_type() was removed and a new member | brooks | 2011-11-11 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | 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 |