summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ef.c
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-4/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-7/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Rather than using IFNET_RLOCK() when iterating over (and modifying) therwatson2009-08-231-2/+15
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* replace IFQ_HANDOFF with if_transmitkmacy2009-04-271-1/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-22/+30
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-10/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-1/+1
* Check the right ifnet pointer to see if if_alloc() failed or not inrwatson2006-01-131-1/+3
* When freeing the chain of if_ef devices on an aborted load, userwatson2006-01-131-2/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-5/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-25/+18
* When neither of supported frame type is enabled via kernel options enablesobomax2005-03-061-0/+9
* Initialize ; variable eraly to shut up GCC warning.kan2004-07-281-0/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-1/+3
* Remove another redundant if_output initialization.mux2004-05-241-1/+0
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-7/+1
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-13/+13
* Remove break after return.phk2003-05-311-3/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-49/+46
* sizeof(struct llc) -> LLC_SNAPFRAMELENmdodd2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* SMP locking for ifnet list.hsu2002-12-221-1/+4
* network interface and link layer changes:sam2002-11-151-20/+11
* Fix warning; remove unused arg that was passed through uninitialized.peter2002-05-241-2/+2
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butdwmalone2002-04-101-2/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-3/+3
* Fix breakage caused by incomplete transition to IF_HANDOFF().bp2001-02-011-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-15/+3
* Properly setup link level header length for 802.2 and SNAP frames.bp2000-09-301-4/+7
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-3/+1
OpenPOWER on IntegriCloud