summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_fec.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid casts as lvalues.kan2004-07-281-0/+1
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list torwatson2004-07-141-1/+10
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Remove one more unneeded reference to arpcom.ac_netgraph.wpaul2004-06-201-10/+34
* Stash our node context pointer somewhere else within struct ifnet ofwpaul2004-06-201-2/+18
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+6
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-161-4/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-19/+13
* Remove extraneous reference to intrq.h, which broke the kernel build.rwatson2003-04-211-1/+0
* Some more updates for the new world order:wpaul2003-02-261-24/+37
* Attempt to make the ng_fec module play nice with BPF again. Things havewpaul2003-02-261-16/+6
* Make ng_fec.c compile again since Sam's changes.julian2002-12-231-5/+8
* ifnet_addrs doesn;t exist any more so usejulian2002-11-011-3/+3
* Finally get around to committing Bill Paul's FEC netgraph nodes.julian2002-10-291-0/+1200
OpenPOWER on IntegriCloud