aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-27[intelxl] Expose functions required by virtual function driverMichael Brown2-17/+32
2019-04-27[intelxl] Allow for arbitrary placement of interrupt control registerMichael Brown2-12/+11
2019-04-27[intelxl] Split out ring creation from context programmingMichael Brown1-28/+76
2019-04-27[intelxl] Allow for arbitrary placement of ring tail registersMichael Brown2-7/+9
2019-04-27[intelxl] Use 32-byte receive descriptorsMichael Brown2-23/+42
2019-04-27[intelxl] Provide a mechanism for handling "send to VF" eventsMichael Brown2-0/+28
2019-04-27[intelxl] Allow admin cookie to hold extended opcode and return codeMichael Brown2-7/+16
2019-04-27[intelxl] Allow admin queues to be reinitialisedMichael Brown1-41/+85
2019-04-27[intelxl] Use one admin queue buffer per admin queue descriptorMichael Brown2-118/+197
2019-04-27[intelxl] Allow for virtual function admin queue register mapsMichael Brown2-21/+59
2019-04-27[intelxl] Use VLAN tag in receive descriptor if presentMichael Brown2-3/+19
2019-04-27[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown4-22/+85
2019-04-24[pci] Add support for PCI MSI-X interruptsMichael Brown4-0/+340
2019-03-18[intel] Add PCI ID for I219-V and -LM 6 to 9Christian Nilsson1-0/+8
2019-03-10[ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2-14/+32
2019-03-10[tcp] Display "connecting" status until connection is establishedMichael Brown1-0/+21
2019-03-10[tls] Display validator messages only while validation is in progressMichael Brown2-3/+11
2019-03-07[tls] Display cross-certificate and OCSP status messagesMichael Brown2-8/+82
2019-03-07[crypto] Use x509_name() in validator debug messagesMichael Brown1-37/+68
2019-03-06[tls] Support stateless session resumptionMichael Brown2-19/+122
2019-03-06[tls] Fix incorrectly duplicated error numberMichael Brown1-1/+1
2019-02-21[tls] Support stateful session resumptionMichael Brown2-10/+220
2019-02-19[efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown4-0/+257
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown19-2/+31
2019-01-21[util] Add support for EFI ROM imagesPetr Borsodi2-1/+78
2019-01-21[util] Improve processing of ROM images in Option::ROMPetr Borsodi2-39/+110
2019-01-21[zbin] Fix compiler warning with GCC 9Michael Brown1-6/+6
2019-01-15[libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2-3/+4
2019-01-15[efi] Fix error handling path in efi_snp_probeIgnat Korchagin1-3/+3
2019-01-15[pci] Correct invalid base-class/sub-class/prog-if order in PCIRPetr Borsodi4-5/+5
2018-09-17[build] Handle R_X86_64_PLT32 from binutils 2.31Christian Hesse1-0/+1
2018-08-26[sfc] Add support for X25xx adaptersMartin Habets2-3/+11
2018-07-17[intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown3-0/+2316
2018-07-17[ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown3-0/+3
2018-07-09[rndis] Clean up error handling path in register_rndis()Michael Brown1-41/+61
2018-07-08[build] Use positive-form tests when checking for supported warningsMichael Brown1-2/+2
2018-07-08[vmbus] Do not expect version in version_responseRoman Kagan1-8/+2
2018-07-07[rndis] Register netdev with MAC filledRoman Kagan1-9/+9
2018-07-07[efi] Exclude link-layer header length from MaxPacketSizeRob Taglang1-1/+1
2018-07-07[intelx] Add support for Intel X552 NICSteven Haber1-0/+1
2018-07-07[build] Disable gcc stringop-truncation warningsBruce Rogers1-1/+9
2018-06-08[http] Work around stateful authentication schemesMichael Brown2-2/+19
2018-04-20[icplus] Add driver for IC+ network cardSylvie Barlow3-0/+1016
2018-04-20[mii] Add bit-bashing interfaceSylvie Barlow2-0/+217
2018-04-20[mii] Add mii_find()Sylvie Barlow2-0/+29
2018-04-20[mii] Fix typo in parameter nameMichael Brown1-1/+1
2018-04-19[tcp] Add missing packed attribute on struct tcp_headerMichael Brown1-1/+1
2018-04-19[mii] Separate concepts of MII interface and MII deviceMichael Brown10-59/+118
2018-04-19[velocity] Fix usage of mii_read() and mii_write()Michael Brown1-4/+4
2018-04-19[rhine] Fix usage of mii_read()Michael Brown1-2/+1