aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add three more control messages to complement their opposites:Archie Cobbs2000-08-151-9/+99
* Take advantage of the new unsigned and hex integer types.Archie Cobbs2000-08-101-2/+2
* Add three new control messages to the ng_ether(4) netgraph node type:Archie Cobbs2000-08-071-4/+80
* Remove node's name reference when the interface is detached;Archie Cobbs2000-07-191-0/+1
* Set NG_INVALID flag when destroying node.Archie Cobbs2000-07-141-0/+1
* Fix race condition caused by using NG_SEND_DATAQ() where we meantArchie Cobbs2000-07-121-3/+1
* Don't forget to set our MAC address into packets we wre sending out viaJulian Elischer2000-07-061-0/+6
* Make the ng_ether(4) node type dynamically loadable like the rest.Archie Cobbs2000-06-261-0/+633