aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-06[ipoib] Transmit multicast packets as broadcastsMichael Brown1-2/+4
2015-07-04[tcp] Gracefully close connections during shutdownMichael Brown2-1/+63
2015-06-30[xen] Wait for and clear XenStore event before receiving dataMichael Brown2-0/+23
2015-06-29[gdb] Allow gdbstub to be started on an arbitrary serial portMichael Brown2-7/+44
2015-06-29[ipoib] Attempt to generate ARPs as needed to repopulate REMAC cacheMichael Brown3-8/+57
2015-06-29[ipoib] Mark REMAC cache as expensiveMichael Brown1-1/+1
2015-06-29[comboot] Implement INT22,0x000cWissam Shoukair1-0/+4
2015-06-29[serial] Use new UART abstraction in serial console driverMichael Brown7-282/+155
2015-06-29[gdb] Use new UART abstraction in GDB serial transportMichael Brown2-17/+45
2015-06-29[serial] Add general abstraction of a 16550-compatible UARTMichael Brown6-0/+371
2015-06-29[pxe] Always reconstruct packet for PXENV_GET_CACHED_INFOMichael Brown1-10/+8
2015-06-25[dhcp] Defer discovery if link is blockedMichael Brown1-0/+9
2015-06-25[stp] Fix interpretaton of hello timeMichael Brown1-3/+3
2015-06-25[stp] Add support for detecting Spanning Tree Protocol non-forwarding portsMichael Brown5-0/+233
2015-06-25[netdevice] Add a generic concept of a "blocked link"Michael Brown3-2/+70
2015-06-25[ethernet] Add minimal support for receiving LLC framesMichael Brown1-2/+36
2015-06-25[mromprefix] Report a dummy size at offset 0x02 of .mrom payloadMichael Brown1-0/+1
2015-06-25[tcp] Do not shrink window when discarding received packetsMichael Brown1-20/+3
2015-06-23[pci] Use flat real mode to call INT 1a,b101Michael Brown1-1/+5
2015-06-18[xhci] Ignore invalid protocol speed ID values on Intel Skylake platformsMichael Brown2-3/+9
2015-06-18[xhci] Record device-specific quirks in xHCI device structureMichael Brown2-3/+6
2015-06-01[ipoib] Fix REMAC cache discarderMichael Brown1-3/+11
2015-06-01[xhci] Fix comparison of signed and unsigned integersMichael Brown1-1/+1
2015-06-01[build] Fix .ids.o creation for drivers not in the all-drivers buildMichael Brown2-2/+2
2015-06-01[xhci] Fix length of allocated slot arrayMichael Brown1-2/+3
2015-05-20[neighbour] Return success when deferring a packetMichael Brown1-1/+1
2015-05-19[intel] Fix operation when physical function has jumbo frames enabledMichael Brown4-2/+134
2015-05-19[intel] Add intelxvf_stats() to dump packet statistics registersMichael Brown2-0/+46
2015-05-19[int13con] Add basic ability to log to a local disk via INT 13Michael Brown5-6/+304
2015-05-16[intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown3-0/+455
2015-05-16[intel] Add support for mailbox used by virtual functionsMichael Brown4-0/+414
2015-05-16[intel] Allow for the use of advanced TX descriptorsMichael Brown3-42/+126
2015-05-15[intel] Expose intel_diag() for use by other Intel NIC driversMichael Brown2-26/+19
2015-05-13[usb] Always clear recorded disconnections after performing hotplug actionsMichael Brown1-7/+7
2015-05-13[usb] Do not call usb_hotplug() when registering a new hubMichael Brown1-3/+3
2015-05-12[usb] Add basic support for USB keyboardsMichael Brown7-0/+680
2015-05-12[usb] Add generic USB human interface device (HID) frameworkMichael Brown3-0/+258
2015-05-11[usb] Add USB_INTERRUPT_OUT internal typeMichael Brown4-5/+9
2015-05-11[ipv6] Disambiguate received ICMPv6 errorsMichael Brown2-2/+90
2015-05-10[uhci] Use meaningful device names in debug messagesMichael Brown2-15/+21
2015-05-10[ehci] Use meaningful device names in debug messagesMichael Brown2-43/+52
2015-05-10[xhci] Use meaningful device names in debug messagesMichael Brown2-119/+124
2015-05-09[usb] Provide usb_endpoint_name() for use by host controller driversMichael Brown2-33/+30
2015-05-09[uhci] Add support for UHCI host controllersMichael Brown7-0/+1937
2015-05-09[ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown3-0/+29
2015-05-09[usb] Add find_usb_bus_by_location() helper functionMichael Brown2-0/+22
2015-05-09[ehci] Poll child companion controllers after disowning portMichael Brown2-0/+59
2015-05-09[usb] Maintain single lists of halted endpoints and changed portsMichael Brown2-50/+55
2015-05-09[usb] Maintain a list of all USB busesMichael Brown2-0/+18
2015-05-08[usb] Detect missed disconnectionsMichael Brown5-51/+78