aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [nfs] Add support for NFS protocolMarin Hannache2013-07-156-0/+1658
* [cmdline] Accept "netX" in iPXE commandsMichael Brown2013-07-131-0/+5
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-0/+49
* [netdevice] Add "bustype" and "busloc" settingsMichael Brown2013-07-121-0/+60
* [tcp] Fix comment to match code behaviourMichael Brown2013-07-121-1/+1
* [tcp] Do not send RST for unrecognised connectionsMichael Brown2013-07-121-1/+0
* [netdevice] Reset MAC address when asked to clear the "mac" settingMichael Brown2013-05-161-3/+11
* [netdevice] Add "chip" settingMichael Brown2013-05-161-26/+131
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-013-23/+4
* [netdevice] Add netdev_tx_defer() to allow drivers to defer transmissionsMichael Brown2013-05-011-3/+87
* [build] Fix dubious uses of bitwise operatorsMichael Brown2013-04-281-1/+1
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-1/+1
* [netdevice] Use link-layer address as part of RNG seedMichael Brown2013-04-191-2/+11
* [libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2013-04-191-2/+2
* [uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown2013-03-201-3/+1
* [dhcp] Use PXE byte ordering for UUID in DHCP option 97Michael Brown2013-03-201-1/+8
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-061-20/+8
* [netdevice] Separate VLAN support from presence of VLAN-supporting driversMichael Brown2013-03-011-0/+12
* [netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi2013-03-012-0/+28
* [tls] Concatenate received non-data records before processingMichael Brown2013-01-311-12/+10
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-1/+1
* [build] Include version number within only a single object fileMichael Brown2012-11-022-5/+3
* [netdevice] Clear network device setting before unregisteringMichael Brown2012-10-241-0/+2
* [netdevice] Do not force a poll on net_tx()Michael Brown2012-10-241-7/+0
* [arp] Increase robustness of ARP discarderMichael Brown2012-10-191-7/+10
* [tls] Fix potential memory leakMichael Brown2012-09-281-0/+1
* [tls] Fix uninitialised variableMichael Brown2012-09-281-2/+1
* [tls] Split received records over multiple I/O buffersMichael Brown2012-09-271-164/+278
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-2/+10
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-314-12/+23
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-314-40/+42
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-313-4/+19
* [retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2012-08-311-3/+11
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-312-6/+3
* [tls] Disambiguate most error causesMichael Brown2012-08-251-32/+140
* [http] Fix HTTP SAN bootingMichael Brown2012-08-171-6/+6
* [ftp] Add support for the FTP SIZE commandMarin Hannache2012-08-151-11/+60
* [http] Treat any unexpected connection close as an errorMichael Brown2012-08-151-7/+15
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2049-49/+98
* [tcp] Truncate TCP window to prevent future packet discardsMichael Brown2012-07-091-3/+20
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-092-3/+8
* [netdevice] Process all received packets in net_poll()Michael Brown2012-07-041-7/+2
* [arp] Prevent ARP cache entries from being deleted mid-transmissionMichael Brown2012-07-011-11/+38
* [tcp] Avoid potential NULL pointer dereferenceMichael Brown2012-06-301-1/+3
* [tcp] Use a zero window size for RST packetsMichael Brown2012-06-301-1/+1
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-291-0/+11
* [tcp] Add support for TCP window scalingMichael Brown2012-06-291-2/+29
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-2/+2
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-202-8/+54
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-8/+0