summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ef_isapnp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-071-57/+24
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-081-2/+2
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-251-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-4/+5
* arp_ifinit() is no longer needed and almost dead.mpi2015-10-251-11/+2
* MFREE(9) is dead, long live m_freem(9)!mpi2015-07-081-2/+2
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Convert to if_input().mpi2015-05-191-9/+4
* unifdef INETtedu2014-12-221-3/+1
* Fewer <netinet/in_systm.h>mpi2014-08-111-5/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-14/+9
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* splimp -> splnetbrad2005-11-091-7/+7
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-2/+4
* Use ETHER_MAX_DIX_LENbrad2004-09-281-2/+2
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* nuke clase 3 & 4jason2003-06-021-6/+1
* First round of __P removal in sysmillert2002-03-141-26/+26
* ALTQ'ify network drivers.kjc2001-06-271-4/+5
* ether_input_mbuf() conversion.fgsch2001-06-251-6/+2
* Remove repeated ethernet constants; use if_ether.h for it instead.fgsch2001-06-231-5/+1
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-6/+1
* new timeouts; jason@ okmickey2000-11-111-4/+8
* Use mii_attach() directly instead of mii_phy_probe().aaron2000-10-161-2/+3
* indentaaron2000-06-071-26/+26
* add missing 'break'jason2000-05-261-2/+3
* add proper media handling and use dev/miijason1999-12-021-30/+112
* ioh is a bus_space_handle_t not a bus_space_tag_tderaadt1999-08-081-2/+2
* more shaving...jason1999-08-051-13/+21
* remove some unnecessary stuffjason1999-08-041-73/+8
* Driver for the 3c515 FastEtherlink ISAjason1999-08-041-0/+998