aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [stp] Add support for detecting Spanning Tree Protocol non-forwarding portsMichael Brown2015-06-255-0/+233
* [netdevice] Add a generic concept of a "blocked link"Michael Brown2015-06-253-2/+70
* [ethernet] Add minimal support for receiving LLC framesMichael Brown2015-06-251-2/+36
* [mromprefix] Report a dummy size at offset 0x02 of .mrom payloadMichael Brown2015-06-251-0/+1
* [tcp] Do not shrink window when discarding received packetsMichael Brown2015-06-251-20/+3
* [pci] Use flat real mode to call INT 1a,b101Michael Brown2015-06-231-1/+5
* [xhci] Ignore invalid protocol speed ID values on Intel Skylake platformsMichael Brown2015-06-182-3/+9
* [xhci] Record device-specific quirks in xHCI device structureMichael Brown2015-06-182-3/+6
* [ipoib] Fix REMAC cache discarderMichael Brown2015-06-011-3/+11
* [xhci] Fix comparison of signed and unsigned integersMichael Brown2015-06-011-1/+1
* [build] Fix .ids.o creation for drivers not in the all-drivers buildMichael Brown2015-06-012-2/+2
* [xhci] Fix length of allocated slot arrayMichael Brown2015-06-011-2/+3
* [neighbour] Return success when deferring a packetMichael Brown2015-05-201-1/+1
* [intel] Fix operation when physical function has jumbo frames enabledMichael Brown2015-05-194-2/+134
* [intel] Add intelxvf_stats() to dump packet statistics registersMichael Brown2015-05-192-0/+46
* [int13con] Add basic ability to log to a local disk via INT 13Michael Brown2015-05-195-6/+304
* [intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown2015-05-163-0/+455
* [intel] Add support for mailbox used by virtual functionsMichael Brown2015-05-164-0/+414
* [intel] Allow for the use of advanced TX descriptorsMichael Brown2015-05-163-42/+126
* [intel] Expose intel_diag() for use by other Intel NIC driversMichael Brown2015-05-152-26/+19
* [usb] Always clear recorded disconnections after performing hotplug actionsMichael Brown2015-05-131-7/+7
* [usb] Do not call usb_hotplug() when registering a new hubMichael Brown2015-05-131-3/+3
* [usb] Add basic support for USB keyboardsMichael Brown2015-05-127-0/+680
* [usb] Add generic USB human interface device (HID) frameworkMichael Brown2015-05-123-0/+258
* [usb] Add USB_INTERRUPT_OUT internal typeMichael Brown2015-05-114-5/+9
* [ipv6] Disambiguate received ICMPv6 errorsMichael Brown2015-05-112-2/+90
* [uhci] Use meaningful device names in debug messagesMichael Brown2015-05-102-15/+21
* [ehci] Use meaningful device names in debug messagesMichael Brown2015-05-102-43/+52
* [xhci] Use meaningful device names in debug messagesMichael Brown2015-05-102-119/+124
* [usb] Provide usb_endpoint_name() for use by host controller driversMichael Brown2015-05-092-33/+30
* [uhci] Add support for UHCI host controllersMichael Brown2015-05-097-0/+1937
* [ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown2015-05-093-0/+29
* [usb] Add find_usb_bus_by_location() helper functionMichael Brown2015-05-092-0/+22
* [ehci] Poll child companion controllers after disowning portMichael Brown2015-05-092-0/+59
* [usb] Maintain single lists of halted endpoints and changed portsMichael Brown2015-05-092-50/+55
* [usb] Maintain a list of all USB busesMichael Brown2015-05-092-0/+18
* [usb] Detect missed disconnectionsMichael Brown2015-05-085-51/+78
* [pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown2015-05-084-9/+17
* [usb] Include setup packet within I/O buffer for message transfersMichael Brown2015-05-015-49/+41
* [vram] Add "vram" built-in setting to dump video RAMMichael Brown2015-04-243-0/+76
* [settings] Add "base64" setting typeMichael Brown2015-04-243-0/+57
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-247-77/+84
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-2412-127/+112
* [test] Include IPv6 support when performing settings self-testsMichael Brown2015-04-241-0/+4
* [ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse2015-04-244-24/+24
* [build] Add missing "const" qualifiersChristian Hesse2015-04-241-2/+2
* [intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse2015-04-221-1/+6
* [build] Construct all-drivers list based on driver classMichael Brown2015-04-224-4/+11
* [rtl818x] Obviate RTL_ROM() hackMichael Brown2015-04-224-35/+31
* [realtek] Do not attempt to access EEPROM on RTL8169 chipsMichael Brown2015-04-211-2/+3