summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ef.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix support for 802.2 and SNAP frames. Bug was introduced duringbp2000-04-271-19/+49
* Allow if_ef driver to be compiled into kernel.bp2000-01-231-0/+1
* Bring up an if_ef driver which allows support for four ethernetbp1999-12-131-0/+595
OpenPOWER on IntegriCloud