summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix indentation of two comment blocks from the last commit.thompsa2005-06-051-10/+10
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-0/+48
* Fix ef(4) driver when kernel compiled w/o IPX.sobomax2005-03-061-1/+1
* Fix long lines in comment introduced in previous commit.glebius2005-02-241-5/+6
* When prepending an LCC SNAP header to an atalk outgoing ethernet packet,rwatson2005-02-221-1/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+26
* Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate thatru2005-02-181-4/+4
* Check for non-NULL ac_netgraph field in interface arpcom, instead ofglebius2005-02-141-4/+4
* If no vlan(4) interfaces are configured for the interface, and theru2005-02-141-3/+10
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-161-2/+1
* o Clean up interface between ip_fw_chk() and its callers:glebius2005-01-141-4/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:glebius2004-10-121-46/+2
* When harvesting entropy from an ethernet mbuf, do so before freeing therwatson2004-10-111-1/+1
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-271-0/+2
* Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti().bms2004-07-091-1/+1
* Don't announce the ethernet address when it's 00:00:00:00:00:00. It'sbrooks2004-07-021-2/+7
* When considering an ethernet frame that is not destined for us, do notjoerg2004-06-241-3/+9
* Make dependencies on the TCP/IP stack conditional on INET / INET6. Thisdes2004-06-241-0/+21
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-1/+3
* Add helper functions to calculate the standard ethernet CRC innaddy2004-06-021-0/+73
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* This commit does two things:luigi2004-04-251-18/+10
OpenPOWER on IntegriCloud