aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-12[tg3] Remove x86-specific inline assemblyMichael Brown1-27/+9
2016-03-12[3c595] Fix compilation when "char" is unsigned by defaultMichael Brown1-1/+1
2016-03-12[qib7322] Use standard readq() and writeq() implementationsMichael Brown1-26/+8
2016-03-12[linda] Use standard readq() and writeq() implementationsMichael Brown1-26/+8
2016-03-09[eoib] Support non-FullMember gateway devicesMichael Brown1-2/+98
2016-03-09[eoib] Allow the multicast group to be forcefully createdMichael Brown1-2/+2
2016-03-09[eoib] Silently ignore EoIB heartbeat packetsMichael Brown1-0/+45
2016-03-09[eoib] Add Ethernet over Infiniband (EoIB) driverMichael Brown1-0/+754
2016-03-08[ipoib] Increase number of transmit work queue entriesMichael Brown1-2/+2
2016-03-08[ipoib] Resimplify test for received broadcast packetsMichael Brown1-2/+2
2016-03-08[infiniband] Assign names to queue pairsMichael Brown2-2/+2
2016-03-08[infiniband] Allow for the creation of multicast groupsMichael Brown1-1/+1
2016-03-08[ipoib] Simplify test for received broadcast packetsMichael Brown1-4/+2
2016-03-08[ipoib] Avoid unnecessary path record lookup for broadcast addressMichael Brown1-15/+27
2016-03-08[infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown1-22/+38
2016-03-08[infiniband] Record multicast GID attachment as part of group membershipMichael Brown1-17/+5
2016-03-07[infiniband] Remove concept of whole-device owner dataMichael Brown1-11/+45
2016-02-12[intel] Add INTEL_NO_PHY_RST for another I218-LM variantMika Tiainen1-1/+1
2016-02-05[ehci] Add extra debugging informationMichael Brown1-2/+73
2016-01-28[ath9k] Remove broken ath_rxbuf_alloc()Michael Brown3-70/+5
2016-01-27[intel] Add INTEL_NO_PHY_RST for I218-LMHummel Frank1-1/+1
2016-01-19[smsc95xx] Reserve headroom in received packetsMichael Brown1-2/+4
2016-01-19[usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown9-16/+22
2016-01-18[smsc95xx] Enable LEDsMichael Brown2-0/+24
2016-01-06[usb] Add support for numeric keypad on USB keyboardsMichael Brown2-7/+100
2016-01-04[smsc95xx] Fetch MAC from SMBIOS OEM string for Honeywell VM3Michael Brown2-0/+116
2015-12-23[smsc95xx] Allow for multiple methods for obtaining the MAC addressMichael Brown1-11/+56
2015-12-07[xhci] Ensure that zero-length packets are not part of a TRB chainMichael Brown1-0/+6
2015-12-07[intel] Add INTEL_NO_PHY_RST for I217-LMTorgeir Wulfsberg1-1/+1
2015-12-07[acm] Add support for CDC-ACM (aka USB RNDIS) devicesMichael Brown2-0/+598
2015-12-07[usb] Allow additional settling time for out-of-spec hubsMichael Brown2-0/+19
2015-12-07[usb] Allow USB device IDs to include arbitrary driver-specific dataMichael Brown1-3/+5
2015-12-07[usb] Record USB device speed separately from current port speedMichael Brown4-14/+13
2015-12-07[usb] Use port->disconnected to check for disconnected devicesMichael Brown2-10/+12
2015-12-01[smsc95xx] Add driver for SMSC/Microchip LAN95xx USB Ethernet NICsMichael Brown2-0/+1381
2015-11-30[pci] Add definitions for PCI Express function level reset (FLR)Michael Brown1-1/+0
2015-11-22[intel] Correct definition of receive overrun bitMichael Brown1-1/+1
2015-11-22[intel] Forcibly skip PHY reset on some modelsMichael Brown2-8/+19
2015-11-04[intel] Add PCI IDs for i210/i211 flashless operationKyösti Mälkki1-0/+2
2015-09-16[vmxnet3] Avoid completely filling the TX descriptor ringCarl Henrik Lunde2-4/+12
2015-09-14[ncm] Support setting MAC addressMichael Brown2-0/+14
2015-09-14[usb] Allow for wildcard USB class IDsMichael Brown8-46/+27
2015-09-14[usb] Select preferred USB device configuration based on driver scoreMichael Brown9-158/+270
2015-09-13[efi] Provide efi_devpath_len()Michael Brown1-3/+2
2015-09-13[xhci] Support arbitrarily large transfersMichael Brown1-11/+45
2015-09-13[ehci] Support arbitrarily large transfersMichael Brown1-14/+49
2015-09-13[ehci] Do not treat zero-length NULL pointers as unreachableMichael Brown1-0/+2
2015-09-13[usb] Generalise zero-length packet generation logicMichael Brown5-17/+18
2015-09-07[efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2-0/+1875
2015-09-06[usb] Add function to device's function list before attempting probeMichael Brown1-6/+4