summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic6915.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* 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
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+8
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+6
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-4/+1
* Convert to if_input().mpi2015-05-191-16/+5
* Fix a memory leak in an error path found by Maxime Villard'sjsg2015-04-281-1/+2
* unifdef INETtedu2014-12-221-5/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-12/+4
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-24/+1
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-22/+7
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-7/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Resolve an issue where the Starfire chipset can get into an endless loopbrad2008-03-011-1/+2
* fix every architecture being treated as strictly aligned in sf_rxintr() bymartin2006-12-151-3/+4
* remove unused code, fix style and spacing, tidy up ioctl pathmartin2006-12-071-20/+21
* replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-ablemartin2006-12-061-0/+1537