summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* put ip_var before ip_fw_private.h as this will be needed inluigi2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-7/+6
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-281-5/+10
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-5/+7
* 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-3/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* The new flow table caches both the routing table entry as well as theqingli2009-07-281-1/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-9/+5
* Break at_ifawithnet() into two variants:rwatson2009-06-241-1/+5
* carp(4) allows people to share a set of IP addresses and can onlybz2009-06-111-0/+6
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-091-13/+16
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-3/+3
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+10
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-4/+15
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-0/+4
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-2/+17
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-3/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-2/+5
* Move CTASSERT of ether header sizes out of the header file and intoemaste2008-08-271-0/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-3/+4
* Add missing braces in #if 0ed code.antoine2008-05-101-1/+2
* Add an option (compiled out by default)julian2008-04-291-0/+2
* back out last change as Sam believes that it breaks multicast - need to revis...kmacy2008-03-201-2/+1
* Don't re-initialize the interface if it is already running.kmacy2008-03-201-1/+2
* Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayedrwatson2008-03-071-2/+0
* 1) dummynet_io() declaration has changed.oleg2007-11-061-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Use a uint16_t type for the vlan tag rather an int.thompsa2007-10-181-1/+1
* The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-181-0/+28
* Remove DIAG code that discards oversized packets.julian2007-09-141-14/+0
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-271-1/+1
* Link pf 4.1 to the build:mlaier2007-07-031-1/+3
* Use if_capenable to allow LRO enabled drivers to bypassgallatin2007-06-121-1/+2
* Move the oversize ethernet frame size check into DIAGNOSTIC,gallatin2007-06-111-0/+2
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-111-1/+2
* Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctlyar2007-05-291-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-6/+6
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+14
* Fix a typo, and update a comment.bms2007-03-221-3/+2
OpenPOWER on IntegriCloud