aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-18[undi] Include subsystem IDs in broken interrupt device checkMichael Brown1-6/+27
2018-04-10[intelx] Add PCI_ROM entry for Intel X553 NICRob Taglang1-0/+1
2018-03-28[efi] Add support for R_ARM_REL32 relocationsHeinrich Schuchardt1-0/+1
2018-03-26[efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()Michael Brown1-7/+0
2018-03-26[efi] Release SNP devices before starting SAN boot imageMichael Brown1-0/+4
2018-03-24[tls] Ensure that window change is propagated to plainstream interfaceMichael Brown1-2/+7
2018-03-24[tls] Rename tls_session to tls_connectionMichael Brown2-121/+125
2018-03-24[list] Add list_is_first_entry() and list_is_last_entry()Michael Brown2-0/+43
2018-03-23[tls] Ensure received data list is initialised before calling tls_free()Michael Brown1-3/+3
2018-03-21[util] Support reversed sort ordering when generating NIC listRobin Smidsrød1-21/+29
2018-03-21[librm] Ensure that inline code symbols are uniqueMichael Brown6-9/+9
2018-03-21[librm] Provide symbols for inline code placed into other sectionsMichael Brown1-0/+5
2018-03-21[undi] Treat invalid IRQ numbers as non-fatal errorsMichael Brown1-4/+2
2018-03-20[build] Prevent use of MMX and SSE registersMichael Brown2-2/+5
2018-03-20[rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown6-13/+34
2018-03-20[golan] Set log_max_qp to 1Ameer Mahagneh2-4/+3
2018-03-20[time] Add support for the ACPI power management timerMichael Brown4-0/+147
2018-03-20[efi] Provide Map_Mem() and associated UNDI callbacksMichael Brown1-0/+163
2018-03-19[lacp] Check the partner's own state when checking for blocked linksMichael Brown1-4/+4
2018-03-18[ocsp] Allow OCSP checks to be disabledMichael Brown2-0/+20
2018-03-18[ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown3-4/+18
2018-03-18[profile] Prevent potential division by zeroMichael Brown1-2/+4
2018-03-18[tftp] Prevent potential division by zeroMichael Brown1-0/+2
2018-03-18[lacp] Fix debug message to match documentationMichael Brown1-1/+1
2018-03-18[lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2-0/+28
2018-03-18[golan] Do not assume all devices are identicalMichael Brown1-5/+2
2018-03-18[librm] Add facility to provide register and stack dump for CPU exceptionsMichael Brown3-7/+162
2018-03-15[intel] Add PCI_ROM entry for Intel i354 NICRob Taglang1-0/+1
2018-03-14[efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry pointsMichael Brown1-0/+19
2018-03-12[efi] Drop to TPL_APPLICATION when gathering entropyMichael Brown1-0/+6
2018-03-01[iscsi] Parse IPv6 address in root pathHannes Reinecke1-1/+6
2018-02-20[process] Include process name in debug messagesMichael Brown1-2/+7
2018-02-20[efi] Raise TPL within EFI_USB_IO_PROTOCOL entry pointsMichael Brown1-6/+41