aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Do not force queueing on peer hooks. This was important only forGleb Smirnoff2006-01-121-14/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Make IFP2NG() usable as an lvalue.Ruslan Ermilov2005-11-091-4/+3
* Restore part of the code dropped in rev. 1.25 that makes sure ether_demux()Ruslan Ermilov2005-11-031-0/+9
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cAndrew Thompson2005-10-141-17/+4
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, moveAndrew Thompson2005-10-131-19/+0
* A deja vu of:Gleb Smirnoff2005-10-071-2/+41
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-4/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-4/+4
* Add new netgraph control message NGM_ETHER_DETACH, which actuallyGleb Smirnoff2005-02-141-0/+10
* - bzero sockaddr_dlGleb Smirnoff2005-02-121-8/+4
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,Gleb Smirnoff2005-02-121-0/+56
* Removed redundant MODULE_VERSION().Ruslan Ermilov2005-02-121-1/+0
* Fixed an off-by-one error when dealing with interface nameRuslan Ermilov2005-02-031-2/+2
* This change adds reliability for Ethernet trunks built with ng_one2many:Gleb Smirnoff2005-01-081-0/+31
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Remove a check that never returns true, because in this case we have panicGleb Smirnoff2004-12-301-2/+0
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:Gleb Smirnoff2004-10-121-0/+5
* Return 0, not NULL, from a function declared as returning int.Dag-Erling Smørgrav2004-10-091-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+3
* Slight cosmetic changes.Julian Elischer2004-07-201-2/+3
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-14/+7
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+11
* Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.Archie Cobbs2004-05-161-42/+20
* + rename and document an unused field in struct arpcom (field is stillLuigi Rizzo2004-04-181-1/+0
* Backout previous change, it breaks build and it is not neededPawel Jakub Dawidek2004-02-201-1/+12
* Export private structure owned by ng_ether(4) module outside.Pawel Jakub Dawidek2004-02-191-12/+1
* Also, don't crash in the netgraph disconnect node if the interface isBrian Feldman2004-01-091-1/+2
* Don't try to ifpromisc() on an interface that's deleted already.Brian Feldman2004-01-091-4/+4
* Made the Ethernet address parse type standard.Ruslan Ermilov2003-12-171-57/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-8/+5
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* o track changes to ethernet input packet handlingSam Leffler2002-11-141-70/+16
* Fix bug where an mbuf was being written to without checking M_WRITABLE().Archie Cobbs2002-06-051-57/+24
* Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.Archie Cobbs2002-05-091-2/+10
* The hardware checksum code makes the assumption that a packet routed outArchie Cobbs2002-02-051-2/+9
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-6/+6
* KSE Milestone 2Julian Elischer2001-09-121-0/+3
* Fix kernel crash when VLANs are combined with ng_ether(4), by attachingArchie Cobbs2001-08-301-1/+2
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-30/+26
* Add a generic "queued function callin" mechanismJulian Elischer2001-01-141-0/+1
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-24/+23
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-29/+45
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-7/+18
* Fix a bug where if the interface was in promiscuous mode when theArchie Cobbs2000-12-111-0/+2
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-2/+1
* When sending a packet back to a network interface to simulate an arrivedJulian Elischer2000-09-191-0/+1
* Fix wrong offset bug in ng_enaddr_unparse().Archie Cobbs2000-09-011-1/+2