ef(4): Bring in some small fixes from FreeBSD.
[dragonfly.git] / sys / net / ef / if_ef.c
2012-04-18 Sascha Wildneref(4): Bring in some small fixes from FreeBSD.
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-07 Sascha WildnerMove static & inline to the beginnings of declarations.
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-10-13 Sepherosa Ziehau- Remove ef_input{EII,SNAP,8022}() 'eh' parameter,...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: