summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
| * [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-221-1/+2
| * [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-151-2/+0Star
| * [libc] Add bit-rotation functions for unsigned long valuesMichael Brown2020-07-091-8/+26
| * [libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2020-07-071-0/+2
| * [efi] Enable stack protection where possibleMichael Brown2020-06-241-0/+32
| * [crypto] Ensure that test code drags in required ASN.1 object identifiersMichael Brown2020-06-171-0/+18
* | Merge branch 'master' into openslxSimon Rettberg2019-12-032-5/+37
|\|
| * [peerdist] Limit number of concurrent raw block downloadsMichael Brown2019-08-161-0/+24
| * [process] Add PROC_INIT() for initialising static processesMichael Brown2019-08-161-5/+13
* | Merge branch 'openslx' of git.openslx.org:openslx-ng/ipxe into openslxSimon Rettberg2019-08-021-1/+1
|\ \
| * | [login] Add "--nouser" option to just ask for passwordSimon Rettberg2019-04-011-1/+1
| * | Merge branch 'master' into openslxSimon Rettberg2019-03-284-4/+59
| |\ \
* | \ \ Merge branch 'master' into openslxSimon Rettberg2019-08-029-8/+260
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-192-0/+103
| * | [build] Fix use of inline assembly on GCC 8 ARM64 buildsMichael Brown2019-07-141-2/+2
| * | [intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functionsMichael Brown2019-04-271-0/+1
| * | [vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2019-04-271-2/+6
| * | [pci] Add support for PCI MSI-X interruptsMichael Brown2019-04-243-0/+89
| |/
| * [ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2019-03-101-2/+2
| * [tls] Display validator messages only while validation is in progressMichael Brown2019-03-101-0/+2
| * [tls] Support stateless session resumptionMichael Brown2019-03-061-0/+12
| * [tls] Support stateful session resumptionMichael Brown2019-02-211-2/+29
| * [efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown2019-02-192-0/+14
* | Merge branch 'master' into openslxSimon Rettberg2019-02-151-0/+1
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* | Merge branch 'master' into openslxSimon Rettberg2018-09-131-0/+1
|\|
| * [intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown2018-07-171-0/+1
* | [settings] Add md5 encoding type for doing ${foo:md5}Simon Rettberg2018-05-291-0/+1
* | [menu] Add --hidden option to create hotkey-only entriesSimon Rettberg2018-05-281-1/+3
* | [console] Add option to update margins and bg-image of vesa mode consoleSimon Rettberg2018-05-281-0/+2
|/
* [icplus] Add driver for IC+ network cardSylvie Barlow2018-04-201-0/+1
* [mii] Add bit-bashing interfaceSylvie Barlow2018-04-201-0/+55
* [mii] Add mii_find()Sylvie Barlow2018-04-201-0/+4
* [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-191-19/+48
* [tls] Rename tls_session to tls_connectionMichael Brown2018-03-241-2/+2
* [list] Add list_is_first_entry() and list_is_last_entry()Michael Brown2018-03-241-0/+22
* [rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown2018-03-204-9/+29
* [time] Add support for the ACPI power management timerMichael Brown2018-03-201-0/+7
* [ocsp] Allow OCSP checks to be disabledMichael Brown2018-03-181-0/+12
* [ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown2018-03-181-0/+15
* [lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2018-03-181-0/+6
* [process] Include process name in debug messagesMichael Brown2018-02-201-2/+7
* [http] Allow for domain names within NTLM user namesMichael Brown2018-02-191-0/+30
* [ena] Add driver for Amazon ENA virtual function NICMichael Brown2018-01-131-0/+1
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2017-12-292-0/+4
* [http] Add support for NTLM authenticationMichael Brown2017-11-122-0/+26
* [http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown2017-11-121-8/+47
* [ntlm] Add support for NTLM authentication mechanismMichael Brown2017-11-122-0/+200