summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* arpcom untangling:luigi2004-04-241-4/+3
* replace Bcmp() with the same bcmp() used in the rest of the file.luigi2004-04-181-2/+2
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-181-1/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* + arpresolve(): remove an unused argumentluigi2004-04-041-1/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-0/+3
* Handle AF_ARP in *_output()mdodd2004-03-141-0/+27
* Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-091-1/+1
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-021-3/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-14/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-2/+15
* Return EACCES rather than ENOBUFS if ipfw blocks a packet on thedwmalone2004-02-151-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-15/+2
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Merge from p4 (noticed these changes with DES' if_ethersubr.c changes causedimp2003-10-231-3/+3
* Clean up whitespace, remove "register" keyword, ANSIfy.des2003-10-231-25/+17
OpenPOWER on IntegriCloud