summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_el.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-071-33/+14
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+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
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-5/+5
* 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
* arp_ifinit() is no longer needed and almost dead.mpi2015-10-251-12/+2
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Convert to if_input().mpi2015-05-191-13/+4
* test mbuf pointers against NULL not 0jsg2015-05-131-5/+5
* 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
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-9/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* Pad tx buffer with 0's on minimum sized frames; based on NetBSD.jason2003-01-271-2/+5
* First round of __P removal in sysmillert2002-03-141-15/+15
* ALTQ'ify network drivers.kjc2001-06-271-2/+3
* ether_input_mbuf() conversion.fgsch2001-06-251-8/+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-7/+1
* compensate for the test of packet ownership being moved to ether_input()jason1999-02-281-16/+2
* sync 0521deraadt1996-05-261-2/+3
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-10/+10
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-5/+5
* add general ether_ioctl call in net/if_ethersubr.c,mickey1996-05-051-24/+6
* partial sync with netbsd 960418, more to comederaadt1996-04-211-11/+14
* Fix back wrong patches.mickey1996-03-201-2/+2
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
* From NetBSD: merge of 960217niklas1996-03-081-1/+2
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
* from netbsd:deraadt1995-12-271-8/+8
* initial import of NetBSD treederaadt1995-10-181-0/+708