summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fxi a bunch of typos.eadler2013-05-1011-15/+15
* Make sure the holding descriptor and link pointer are both freed duringadrian2013-05-102-2/+30
* another minor bugfix in the memory allocator, this time in the free routine.luigi2013-05-101-1/+1
* Revision 233677 broke certain machines. Specifically, if the firmware/BIOSjhb2013-05-091-2/+29
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueluigi2013-05-094-5/+27
* simplify the code to initialize the RDT while in netmap mode.luigi2013-05-092-20/+9
* Update the holding buffer locking for EDMA.adrian2013-05-091-3/+3
* Fix the holding descriptor logic to actually be "right" (for valuesadrian2013-05-082-8/+55
* Bring in a basic ethernet switch driver for the IP17x series ofadrian2013-05-0811-0/+1650
* Fix the ukswitch code to work with the new vlan changes:adrian2013-05-081-9/+9
* Correctly mark the CPU port.adrian2013-05-081-0/+1
* Add the ability to change the vlan operation mode.adrian2013-05-083-1/+71
* No need to set if_mtu since it automatically updated by ether_ifattach().davidcs2013-05-081-2/+2
* A driver for Intel Rapid Start Technology ACPI device.takawata2013-05-081-0/+133
* This shouldn't have made it into this commit, sorry.adrian2013-05-081-6/+0
* Revert a previous commit - this is causing hardware errors.adrian2013-05-082-14/+19
* Implement STBC receive frame statistics.adrian2013-05-086-2/+17
* 1. Updated Copyright Informationdavidcs2013-05-0716-55/+631
* Re-work how transmit buffer limits are enforced - partly to fix the PR,adrian2013-05-074-17/+94
* Simplify this bit of code!adrian2013-05-071-4/+1
* Fixing a clang warning about using uninitialized variable.hiren2013-05-061-1/+1
* Move initialization of CESA decoding windows from common sectiongber2013-05-062-4/+71
* Some fixes to snd_envy24ht(4) driver:mav2013-05-052-32/+13
* The holding buffer logic needs to be used for _all_ transmission, notadrian2013-05-041-13/+14
* cxgbe: Switch to a better way to install firmware.np2013-05-031-1/+1
* cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.np2013-05-033-25/+28
* Fix compile warning.hselasky2013-05-031-1/+2
* - Add more defines to limit USB memory usage and number of allocationshselasky2013-05-0311-35/+99
* Fix uninitialized warning in mpssmh2013-05-031-0/+2
* Always put space before the comma before ##__VA_ARGS__ due to subtle compilerhselasky2013-05-031-1/+1
* Add some defines to limit USB memory usage in reduced memory systems.hselasky2013-05-036-19/+53
* Allow the default USB template to be specified at compile time.hselasky2013-05-031-1/+5
* Add new USB API to get the port path of a USB device.hselasky2013-05-032-1/+56
* Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-portmav2013-05-021-0/+3
* remove trailing whitespaceluigi2013-05-024-11/+11
* Suppress a GCC warning. This warning is actually bogus and newer GCCdavide2013-05-021-1/+1
* Update Intel email address.eadler2013-05-022-2/+2
* Add device identification and probe/attach support for the QCA9565.adrian2013-05-023-0/+5
* Remove ancient compatibility cruft.eadler2013-04-302-123/+0
* Add missing braceseadler2013-04-301-1/+2
* Fix DDP breakage introduced in r248925. Bitwise OR has highernp2013-04-301-2/+7
* MFP4 change 222060:brooks2013-04-301-0/+19
* MFP4 changes 222065 and 222068:brooks2013-04-301-0/+1
* Partial MFC of change 228122:brooks2013-04-301-1/+1
* use netmap_rx_irq() and netmap_tx_irq() instead of replicating theluigi2013-04-301-10/+3
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-304-73/+16
* Partial cleanup in preparation for upcoming changes:luigi2013-04-302-35/+87
* malloc(9) cannot return NULL if M_WAITOK flag is specified.davide2013-04-302-17/+5
* The Intel PMC architectural events have encodings which are identical todavide2013-04-302-25/+49
* Complete r250097:davide2013-04-301-3/+6
OpenPOWER on IntegriCloud