aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-242-2/+2
* [ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse2015-04-244-24/+24
* [intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse2015-04-221-1/+6
* [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
* [intel] Force RX polling on VMware emulated 82545emMichael Brown2015-04-212-1/+13
* [intel] Report any unexpected interrupt causesMichael Brown2015-04-212-0/+10
* [intel] Update PCI device IDs for Intel 82599 and X540 10G NICsEd Swierk2015-04-211-4/+9
* [prism2] Remove duplicate PCI_ROM() linesMichael Brown2015-04-151-2/+0
* [eepro100] Remove duplicate PCI_ROM() lineMichael Brown2015-04-151-1/+0
* [efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown2015-04-141-8/+4
* [efi] Poll media status only if advertised as supportedMichael Brown2015-04-141-2/+14
* [efi] Provide a dummy data block in nii_initialise()Michael Brown2015-04-141-1/+6
* [virtio] Downgrade per-iobuf debug messages to DBGC2Laszlo Ersek2015-04-101-6/+6
* [ncm] Respect maximum transfer size of the busMichael Brown2015-03-161-0/+3
* [smsc75xx] Move RX FIFO overflow message to DBGLVL_EXTRAMichael Brown2015-03-111-1/+2
* [smsc75xx] Add driver for SMSC/Microchip LAN75xx USB Ethernet NICsMichael Brown2015-03-112-0/+1365
* [mii] Add generic mii_check_link() functionMichael Brown2015-03-101-0/+32
* [legal] Relicense Davicom DM96xx driversMichael Brown2015-03-102-2/+6
* [dm96xx] Add driver for Davicom DM96xx USB Ethernet NICsMichael Brown2015-03-092-0/+861
* [intel] Add PCI ID for I218-LMThomas Miletich2015-03-091-0/+1
* [xen] Set the "feature-rx-notify" flag for netfront devicesMichael Brown2015-03-091-0/+8
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-052-2/+2
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-053-0/+3
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-038-12/+10
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-023-0/+7
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-021-3/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0232-32/+116
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-265-10/+60
* [ncm] Use generic USB network device frameworkMichael Brown2015-02-172-235/+58
* [ecm] Use generic USB network device frameworkMichael Brown2015-02-172-211/+35
* [ncm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2015-02-152-252/+92
* [ecm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2015-02-132-133/+40
* [ecm] Add support for CDC-ECM USB Ethernet devicesMichael Brown2015-02-102-1/+750
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-101-2/+2
* [ncm] Reserve headroom in received packetsMichael Brown2015-02-061-1/+11
* [ncm] Use large multi-packet buffers by defaultMichael Brown2015-02-062-165/+301
* [ncm] Add support for CDC-NCM USB Ethernet devicesMichael Brown2015-02-034-0/+1158
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-6/+14
* [hyperv] Increase TX ring sizeMichael Brown2014-12-201-1/+1
* [hyperv] Receive all VMBus messages in a pollMichael Brown2014-12-201-1/+3
* [hyperv] Tear down NetVSC RX buffer GPADL after closing VMBus deviceMichael Brown2014-12-201-24/+20
* [hyperv] Add support for NetVSC paravirtual network devicesMichael Brown2014-12-182-0/+1203
* [vmxnet3] Add profiling code to exclude time spent in the hypervisorMichael Brown2014-12-121-1/+33
* [intel] Use autoloaded MAC address instead of EEPROM MAC addressMichael Brown2014-10-311-4/+4
* [efi] Include NII driver within "snp" and "snponly" build targetsMichael Brown2014-10-174-106/+195
* [efi] Check for presence of UNDI in NII protocolMichael Brown2014-10-171-0/+6
* [efi] Add NII / UNDI driverMichael Brown2014-10-161-0/+1134
* [efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown2014-10-161-60/+1
* [efi] Free transmit ring entry before calling netdev_tx_complete()Michael Brown2014-10-161-1/+3