aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [intelxl] Choose to operate in non-PXE modeMichael Brown2019-04-272-28/+155
* [intelxl] Expose functions required by virtual function driverMichael Brown2019-04-272-17/+32
* [intelxl] Allow for arbitrary placement of interrupt control registerMichael Brown2019-04-272-12/+11
* [intelxl] Split out ring creation from context programmingMichael Brown2019-04-271-28/+76
* [intelxl] Allow for arbitrary placement of ring tail registersMichael Brown2019-04-272-7/+9
* [intelxl] Use 32-byte receive descriptorsMichael Brown2019-04-272-23/+42
* [intelxl] Provide a mechanism for handling "send to VF" eventsMichael Brown2019-04-272-0/+28
* [intelxl] Allow admin cookie to hold extended opcode and return codeMichael Brown2019-04-272-7/+16
* [intelxl] Allow admin queues to be reinitialisedMichael Brown2019-04-271-41/+85
* [intelxl] Use one admin queue buffer per admin queue descriptorMichael Brown2019-04-272-118/+197
* [intelxl] Allow for virtual function admin queue register mapsMichael Brown2019-04-272-21/+59
* [intelxl] Use VLAN tag in receive descriptor if presentMichael Brown2019-04-272-3/+19
* [vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2019-04-274-22/+85
* [pci] Add support for PCI MSI-X interruptsMichael Brown2019-04-244-0/+340
* [intel] Add PCI ID for I219-V and -LM 6 to 9Christian Nilsson2019-03-181-0/+8
* [ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2019-03-102-14/+32
* [tcp] Display "connecting" status until connection is establishedMichael Brown2019-03-101-0/+21
* [tls] Display validator messages only while validation is in progressMichael Brown2019-03-102-3/+11
* [tls] Display cross-certificate and OCSP status messagesMichael Brown2019-03-072-8/+82
* [crypto] Use x509_name() in validator debug messagesMichael Brown2019-03-071-37/+68
* [tls] Support stateless session resumptionMichael Brown2019-03-062-19/+122
* [tls] Fix incorrectly duplicated error numberMichael Brown2019-03-061-1/+1
* [tls] Support stateful session resumptionMichael Brown2019-02-212-10/+220
* [efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown2019-02-194-0/+257
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-2519-2/+31
* [util] Add support for EFI ROM imagesPetr Borsodi2019-01-212-1/+78
* [util] Improve processing of ROM images in Option::ROMPetr Borsodi2019-01-212-39/+110
* [zbin] Fix compiler warning with GCC 9Michael Brown2019-01-211-6/+6
* [libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2019-01-152-3/+4
* [efi] Fix error handling path in efi_snp_probeIgnat Korchagin2019-01-151-3/+3
* [pci] Correct invalid base-class/sub-class/prog-if order in PCIRPetr Borsodi2019-01-154-5/+5
* [build] Handle R_X86_64_PLT32 from binutils 2.31Christian Hesse2018-09-171-0/+1
* [sfc] Add support for X25xx adaptersMartin Habets2018-08-262-3/+11
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown2018-07-173-0/+2316
* [ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown2018-07-173-0/+3
* [rndis] Clean up error handling path in register_rndis()Michael Brown2018-07-091-41/+61
* [build] Use positive-form tests when checking for supported warningsMichael Brown2018-07-081-2/+2
* [vmbus] Do not expect version in version_responseRoman Kagan2018-07-081-8/+2
* [rndis] Register netdev with MAC filledRoman Kagan2018-07-071-9/+9
* [efi] Exclude link-layer header length from MaxPacketSizeRob Taglang2018-07-071-1/+1
* [intelx] Add support for Intel X552 NICSteven Haber2018-07-071-0/+1
* [build] Disable gcc stringop-truncation warningsBruce Rogers2018-07-071-1/+9
* [http] Work around stateful authentication schemesMichael Brown2018-06-082-2/+19
* [icplus] Add driver for IC+ network cardSylvie Barlow2018-04-203-0/+1016
* [mii] Add bit-bashing interfaceSylvie Barlow2018-04-202-0/+217
* [mii] Add mii_find()Sylvie Barlow2018-04-202-0/+29
* [mii] Fix typo in parameter nameMichael Brown2018-04-201-1/+1
* [tcp] Add missing packed attribute on struct tcp_headerMichael Brown2018-04-191-1/+1
* [mii] Separate concepts of MII interface and MII deviceMichael Brown2018-04-1910-59/+118
* [velocity] Fix usage of mii_read() and mii_write()Michael Brown2018-04-191-4/+4