aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/efi
AgeCommit message (Expand)AuthorFilesLines
2015-04-14[efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown1-8/+4
2015-04-14[efi] Poll media status only if advertised as supportedMichael Brown1-2/+14
2015-04-14[efi] Provide a dummy data block in nii_initialise()Michael Brown1-1/+6
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown4-4/+16
2014-10-17[efi] Include NII driver within "snp" and "snponly" build targetsMichael Brown4-106/+195
2014-10-17[efi] Check for presence of UNDI in NII protocolMichael Brown1-0/+6
2014-10-16[efi] Add NII / UNDI driverMichael Brown1-0/+1134
2014-10-16[efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown1-60/+1
2014-10-16[efi] Free transmit ring entry before calling netdev_tx_complete()Michael Brown1-1/+3
2014-09-04[efi] Allow for non-PCI snpnet devicesMichael Brown1-7/+8
2014-09-04[efi] Use the SNP protocol instance to match the SNP chainloading deviceMichael Brown1-8/+89
2014-08-06[efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown1-34/+9
2014-08-05[efi] Try various possible SNP receive filtersCurtis Larsen1-11/+37
2014-08-05[efi] Open device path protocol only at point of useMichael Brown1-4/+27
2014-08-05[efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2-13/+0
2014-08-05[efi] Reset multicast filter list when setting SNP receive filtersMichael Brown1-1/+1
2014-08-05[efi] Add ability to dump SNP device mode informationMichael Brown1-0/+64
2014-07-31[efi] Dump existing openers when we are unable to open a protocolMichael Brown1-0/+2
2014-07-31[efi] Use efi_handle_name() instead of efi_devpath_text() where applicableMichael Brown1-24/+23
2014-07-31[efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2-4/+4
2014-07-08[efi] Rewrite SNP NIC driverMichael Brown5-510/+418
2014-07-03[efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown2-8/+226
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-38/+45
2012-02-12[snpnet] Give up entirely on the transmit queueJarrod Johnson1-32/+13
2011-01-27[init] Remove concept of "shutdown exit flags"Michael Brown1-3/+3
2010-09-05[netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown1-3/+3
2010-06-02[efi] Add the "snpnet" driverGeoff Lywood4-0/+575