aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ef.c
Commit message (Expand)AuthorAgeFilesLines
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* replace IFQ_HANDOFF with if_transmitKip Macy2009-04-271-1/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-22/+30
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-10/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-1/+1
* Check the right ifnet pointer to see if if_alloc() failed or not inRobert Watson2006-01-131-1/+3
* When freeing the chain of if_ef devices on an aborted load, useRobert Watson2006-01-131-2/+2
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-5/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-25/+18
* When neither of supported frame type is enabled via kernel options enableMaxim Sobolev2005-03-061-0/+9
* Initialize ; variable eraly to shut up GCC warning.Alexander Kabaev2004-07-281-0/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onMax Laier2004-06-151-1/+3
* Remove another redundant if_output initialization.Maxime Henrion2004-05-241-1/+0
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-7/+1
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-13/+13
* Remove break after return.Poul-Henning Kamp2003-05-311-3/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-49/+46
* sizeof(struct llc) -> LLC_SNAPFRAMELENMatthew N. Dodd2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-1/+4
* network interface and link layer changes:Sam Leffler2002-11-151-20/+11
* Fix warning; remove unused arg that was passed through uninitialized.Peter Wemm2002-05-241-2/+2
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butDavid Malone2002-04-101-2/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-3/+3
* Fix breakage caused by incomplete transition to IF_HANDOFF().Boris Popov2001-02-011-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-15/+3
* Properly setup link level header length for 802.2 and SNAP frames.Boris Popov2000-09-301-4/+7
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-3/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Fix support for 802.2 and SNAP frames. Bug was introduced duringBoris Popov2000-04-271-19/+49
* Allow if_ef driver to be compiled into kernel.Boris Popov2000-01-231-0/+1
* Bring up an if_ef driver which allows support for four ethernetBoris Popov1999-12-131-0/+595