summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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/+2Star
* [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
* [rhine] Fix usage of mii_read()Michael Brown2018-04-191-2/+1Star
* [undi] Include subsystem IDs in broken interrupt device checkMichael Brown2018-04-181-6/+27
* [intelx] Add PCI_ROM entry for Intel X553 NICRob Taglang2018-04-101-0/+1
* [efi] Add support for R_ARM_REL32 relocationsHeinrich Schuchardt2018-03-281-0/+1
* [efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()Michael Brown2018-03-261-7/+0Star
* [efi] Release SNP devices before starting SAN boot imageMichael Brown2018-03-261-0/+4
* [tls] Ensure that window change is propagated to plainstream interfaceMichael Brown2018-03-241-2/+7
* [tls] Rename tls_session to tls_connectionMichael Brown2018-03-242-121/+125
* [list] Add list_is_first_entry() and list_is_last_entry()Michael Brown2018-03-242-0/+43
* [tls] Ensure received data list is initialised before calling tls_free()Michael Brown2018-03-231-3/+3
* [util] Support reversed sort ordering when generating NIC listRobin Smidsrød2018-03-211-21/+29
* [librm] Ensure that inline code symbols are uniqueMichael Brown2018-03-216-9/+9
* [librm] Provide symbols for inline code placed into other sectionsMichael Brown2018-03-211-0/+5
* [undi] Treat invalid IRQ numbers as non-fatal errorsMichael Brown2018-03-211-4/+2Star
* [build] Prevent use of MMX and SSE registersMichael Brown2018-03-202-2/+5
* [rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown2018-03-206-13/+34
* [golan] Set log_max_qp to 1Ameer Mahagneh2018-03-202-4/+3Star
* [time] Add support for the ACPI power management timerMichael Brown2018-03-204-0/+147
* [efi] Provide Map_Mem() and associated UNDI callbacksMichael Brown2018-03-201-0/+163
* [lacp] Check the partner's own state when checking for blocked linksMichael Brown2018-03-191-4/+4
* [ocsp] Allow OCSP checks to be disabledMichael Brown2018-03-182-0/+20
* [ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown2018-03-183-4/+18
* [profile] Prevent potential division by zeroMichael Brown2018-03-181-2/+4
* [tftp] Prevent potential division by zeroMichael Brown2018-03-181-0/+2
* [lacp] Fix debug message to match documentationMichael Brown2018-03-181-1/+1
* [lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2018-03-182-0/+28
* [golan] Do not assume all devices are identicalMichael Brown2018-03-181-5/+2Star
* [librm] Add facility to provide register and stack dump for CPU exceptionsMichael Brown2018-03-183-7/+162
* [intel] Add PCI_ROM entry for Intel i354 NICRob Taglang2018-03-151-0/+1
* [efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry pointsMichael Brown2018-03-151-0/+19
* [efi] Drop to TPL_APPLICATION when gathering entropyMichael Brown2018-03-121-0/+6
* [iscsi] Parse IPv6 address in root pathHannes Reinecke2018-03-011-1/+6