summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_fec.c
Commit message (Expand)AuthorAgeFilesLines
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-4/+5
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-10/+9
* Help ng_fec deal with multicast addresses.dwmalone2007-05-181-2/+77
* Fix input byte counting. Now the sum of the ipackets/ibytes countersru2006-09-151-2/+8
* Make it possible to set a larger MTU by attempting to set MTUs on allru2006-09-151-1/+19
* Fix another fallout from the IF_LLADDR() type change.ru2006-08-241-1/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-5/+5
* Make IFP2NG() usable as an lvalue.ru2005-11-091-5/+3
* Use if_setlladdr() to reprogram the link-level addresses; it causesru2005-11-041-21/+4
* Bring some level of stability to this driver:ru2005-11-041-3/+19
* - Fix another fallout from the if_alloc() conversion:ru2005-11-041-6/+6
* Make sure ng_fec_init() uses the same calling convention as the rest ofemax2005-08-251-3/+3
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-101-3/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-7/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-22/+22
* bzero() -> M_ZERO.ru2005-02-081-2/+1
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-051-1/+24
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+4
* 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