summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_se.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* 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-3/+4
* arp_ifinit() is no longer needed.mpi2015-10-251-6/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert moar drivers to if_input().mpi2015-04-301-8/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* The few network drivers that called their children's (ie. mii PHYderaadt2013-12-281-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-5/+8
* Add support for VLAN sized frames.brad2012-09-261-2/+5
* Bring the promiscuous/multicast handling code in line with the current OpenBSDmiod2010-09-071-13/+19
* Properly invoke bus_dmamap_sync() around the ring descriptors. No functionalmiod2010-09-051-14/+26
* Let se(4) support SiS191, and bring a lot of bugfixes and improvements frommiod2010-09-041-913/+919
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* add $OpenBSD$jsg2010-04-021-0/+2
* SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermannderaadt2010-04-021-0/+1425