summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.bms2007-03-201-0/+2
* Clean up the ether_input() path by using the M_PROMISC flag.bms2007-03-191-120/+125
* Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possiblecsjp2007-02-221-2/+3
* Note that rev. 1.221 introduced a local workaround for a general problem.yar2006-12-241-0/+4
* Fix an oscure bug triggered by a recent change in kern_socket.c.luigi2006-12-081-1/+9
* Currently, drivers that support hardware offload of VLAN tagcsjp2006-11-181-0/+40
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Move the bridge hook after the loopback check so that IFF_SIMPLEX is honouredthompsa2006-08-251-8/+8
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-271-1/+0
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* Unbreak byte counters when network interfaces are in monitor mode bycsjp2006-03-031-8/+8
* Properly initialize args structure before passing it to ipfw_chk(): havingoleg2006-02-031-0/+1
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-3/+3
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-1/+1
* 1) remove useless check of loop_copy - corresponding code was removed inoleg2005-12-221-5/+5
* Change from a callback in if_ethersubr to using EVENTHANDLER in order to detachthompsa2005-12-171-7/+0
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-181-0/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-8/+7
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-10/+5
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-141-14/+5
OpenPOWER on IntegriCloud