summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_eiface.c
Commit message (Expand)AuthorAgeFilesLines
* Remove orphaned comment about Meta data.glebius2004-09-111-1/+0
* Introduce a new mutex, ng_eiface_mtx, to protect the global unit listrwatson2004-07-141-1/+11
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.julian2004-06-251-5/+0
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-181-1/+0
* Use the (now standard) Ethernet address parse type.ru2003-12-171-19/+5
* MFS: Make struct arpcom the first entry in softc. (There are at leastru2003-12-151-1/+1
* Check the correct set of interface flags and fix a memory leak.ru2003-11-171-1/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-11/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* o track changes to ethernet input packet handlingsam2002-11-141-25/+5
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-0/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-3/+3
* Allow a changed MAC address to show up in ifconfig by changing itjulian2001-02-261-0/+13
* slight cleanups during testing.julian2001-02-251-4/+46
* Add a node that looks to all the word like an ethernet but delivers itsjulian2001-02-251-0/+633
OpenPOWER on IntegriCloud