summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_hp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove:henning2007-06-081-968/+0
* Convert the last remaining net-driver users of ether_input to ether_input_mbuf.pascoe2006-04-161-7/+15
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+4
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* Use ETHER_MAX_DIX_LENbrad2004-09-281-4/+2
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-4/+2
* debranch SMP, have funniklas2004-06-131-2/+1
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowitojun2002-06-301-1/+2
* ALTQ'ify network drivers.kjc2001-06-271-2/+3
* More constants cleaning.fgsch2001-06-231-2/+1
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-6/+1
* compensate for the test of packet ownership being moved to ether_input()jason1999-02-281-9/+1
* add general ether_ioctl call in net/if_ethersubr.c,mickey1996-05-051-27/+5
* From NetBSD: merge of 960217niklas1996-03-081-1/+2
* from netbsd:deraadt1995-12-271-4/+4
* initial import of NetBSD treederaadt1995-10-181-0/+1002