aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* The new flow table caches both the routing table entry as well as theQing Li2009-07-281-1/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-9/+5
* Break at_ifawithnet() into two variants:Robert Watson2009-06-241-1/+5
* carp(4) allows people to share a set of IP addresses and can onlyBjoern A. Zeeb2009-06-111-0/+6
* Close long existed race with net.inet.ip.fw.one_pass = 0:Oleg Bulyzhin2009-06-091-13/+16
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):Luigi Rizzo2009-06-051-3/+3
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-2/+10
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-4/+15
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-031-0/+4
* Remove the rt argument from nd6_storelladdr() becauseQing Li2008-12-171-1/+1
* This main goals of this project are:Qing Li2008-12-151-2/+17
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-1/+4
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-3/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-2/+5
* Move CTASSERT of ether header sizes out of the header file and intoEd Maste2008-08-271-0/+5
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-3/+4
* Add missing braces in #if 0ed code.Antoine Brodin2008-05-101-1/+2
* Add an option (compiled out by default)Julian Elischer2008-04-291-0/+2
* back out last change as Sam believes that it breaks multicast - need to revis...Kip Macy2008-03-201-2/+1
* Don't re-initialize the interface if it is already running.Kip Macy2008-03-201-1/+2
* Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayedRobert Watson2008-03-071-2/+0
* 1) dummynet_io() declaration has changed.Oleg Bulyzhin2007-11-061-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Use a uint16_t type for the vlan tag rather an int.Andrew Thompson2007-10-181-1/+1
* The bridging output function puts the mbuf directly on the interfaces sendAndrew Thompson2007-10-181-0/+28
* Remove DIAG code that discards oversized packets.Julian Elischer2007-09-141-14/+0
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-1/+1
* Link pf 4.1 to the build:Max Laier2007-07-031-1/+3
* Use if_capenable to allow LRO enabled drivers to bypassAndrew Gallatin2007-06-121-1/+2
* Move the oversize ethernet frame size check into DIAGNOSTIC,Andrew Gallatin2007-06-111-0/+2
* Back out the previous commit which added an M_LRO mbuf flagAndrew Gallatin2007-06-111-2/+1
* Allow drivers, such as cxgb and mxge, which support LRO to bypassAndrew Gallatin2007-06-111-1/+2
* Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctlYaroslav Tykhiy2007-05-291-1/+1
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-171-6/+6
* Add the trunk(4) driver for providing link aggregation, failover and faultAndrew Thompson2007-04-101-0/+14
* Fix a typo, and update a comment.Bruce M Simpson2007-03-221-3/+2
* Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.Bruce M Simpson2007-03-201-0/+2
* Clean up the ether_input() path by using the M_PROMISC flag.Bruce M Simpson2007-03-191-120/+125
* Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possibleChristian S.J. Peron2007-02-221-2/+3
* Note that rev. 1.221 introduced a local workaround for a general problem.Yaroslav Tykhiy2006-12-241-0/+4
* Fix an oscure bug triggered by a recent change in kern_socket.c.Luigi Rizzo2006-12-081-1/+9
* Currently, drivers that support hardware offload of VLAN tagChristian S.J. Peron2006-11-181-0/+40