summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [tcp] Increase maximum window size to 256kBMichael Brown2012-07-091-22/+24
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-091-1/+12
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-291-11/+0Star
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-291-1/+8
* [tcp] Add support for TCP window scalingMichael Brown2012-06-291-1/+29
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-2/+10
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-201-0/+3
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-0/+1
* [crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2012-06-202-8/+8
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-201-0/+2
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-091-4/+5
* [pending] Add concept of "pending operations"Michael Brown2012-06-092-0/+35
* [crypto] Construct OCSP check URIMichael Brown2012-05-221-0/+2
* [crypto] Add framework for OCSPMichael Brown2012-05-154-0/+125
* [crypto] Add functions for constructing ASN.1 objectsMichael Brown2012-05-141-0/+33
* [crypto] Parse OCSPSigning key purpose, if presentMichael Brown2012-05-142-0/+8
* [crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2012-05-142-21/+11Star
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-141-2/+8
* [crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown2012-05-141-0/+3
* [crypto] Parse X.509 raw public key bit stringMichael Brown2012-05-141-1/+3
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-081-0/+3
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-082-0/+32
* [tls] Use asynchronous certificate validatorMichael Brown2012-05-081-2/+7
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-082-0/+18
* [crypto] Add x509_auto_append()Michael Brown2012-05-081-0/+2
* [crypto] Add x509_append_raw()Michael Brown2012-05-081-0/+16
* [list] Add list_last_entry()Michael Brown2012-05-081-0/+13
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-043-38/+174
* [time] Add Linux time source using gettimeofday()Michael Brown2012-05-043-1/+19
* [crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2012-05-042-4/+51
* [list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown2012-05-041-0/+26
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-291-1/+1
* [myson] Replace driver for Myson Technology NICsMichael Brown2012-04-271-0/+1
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-261-0/+13
* [crypto] Allow client certificate to be changed without a rebuildMichael Brown2012-04-241-0/+6
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-241-0/+1
* [skel] Add skeleton network driverMichael Brown2012-04-211-0/+1
* [crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2012-04-192-1/+5
* [settings] Add fetch_setting_copy()Michael Brown2012-04-191-0/+2
* [multiboot] Place multiboot modules low in memoryMichael Brown2012-04-191-1/+1
* [realtek] Replace driver for Realtek Gigabit NICsMichael Brown2012-04-181-0/+1
* [mii] Add generic MII reset functionMichael Brown2012-04-182-0/+87
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-181-116/+113Star
* [mii] Remove unused functionalityMichael Brown2012-04-181-59/+0Star
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-172-29/+14Star
* [test] Add self-tests for setting typesMichael Brown2012-04-171-0/+2
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-171-4/+0Star
* [syslog] Add basic support for encrypted syslog via TLSMichael Brown2012-04-101-0/+3
* [menu] Add menu commandsMichael Brown2012-03-293-0/+4
* [menu] Add menu user interfaceMichael Brown2012-03-292-0/+3