summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* From 101 ways to panic your kernel.thompsa2005-10-131-0/+8
* Consolidate two adjacent conditional blocksjulian2005-10-131-5/+1
* Remove a stale comment.ru2005-10-131-1/+0
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, movethompsa2005-10-131-13/+0
* A deja vu of:glebius2005-10-071-1/+4
* Fix KASSERT function name in ether_output, use __func__ while I am here.thompsa2005-10-061-2/+2
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-33/+2
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-061-1/+1
* Don't loop back packets that have been routed by pf. This fixes an endlessmlaier2005-08-231-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* When allocating link layer ifnet address list entries inrwatson2005-08-021-2/+6
* Add some KASSERTS to catch null pointers.phk2005-07-211-1/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-13/+50
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-101-1/+2
OpenPOWER on IntegriCloud