summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [802.11] Fix a use-after-freeJoshua Oreman2010-08-011-0/+1
* [802.11] Use correct name for sec80211_detect()Joshua Oreman2010-08-011-3/+3
* [tcp] Fix a 64bit compile time errorPiotr Jaroszyński2010-07-221-1/+1
* [tcp] Allow out-of-order receive queue to be discardedMichael Brown2010-07-211-3/+38
* [tcp] Handle out-of-order received packetsMichael Brown2010-07-211-34/+150
* [netdevice] Provide a test mechanism for discarding packets at randomMichael Brown2010-07-201-1/+19
* [tcp] Treat ACKs as sent only when successfully transmittedMichael Brown2010-07-151-21/+20Star
* [tcp] Merge boolean flags into a single "flags" fieldMichael Brown2010-07-151-8/+15
* [tcp] Use a dedicated timer for the TIME_WAIT stateMichael Brown2010-07-151-9/+32
* [tcp] Randomise local TCP portGuo-Fu Tseng2010-07-131-3/+5
* [tcp] Fix typos by changing ntohl() to htonl() where appropriateMichael Brown2010-07-131-2/+2
* [tcp] Store local port in host byte orderMichael Brown2010-07-131-9/+9
* [tcp] Fix potential use-after-free when accessing timestamp optionMichael Brown2010-07-071-4/+7
* [tls] Handle multiple handshake recordsMichael Brown2010-06-231-39/+54
* [http] Pass through unknown interface method callsMichael Brown2010-06-221-2/+4
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-2212-636/+408Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-6/+18
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-221-30/+16Star
* [retry] Use start_timer_fixed() instead of direct timeout manipulationMichael Brown2010-06-222-4/+2Star
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-228-11/+11
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-2214-10/+15
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-317-98/+145
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-291-8/+5Star
* [iscsi] Allow base64 encoding in large binary valuesPiotr Jaroszyński2010-05-281-23/+47
* [iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown2010-05-281-24/+17Star
* [infiniband] Use generic base16 functions for SRPMichael Brown2010-05-281-9/+7Star
* [iscsi] Use generic base16 functions for iSCSIMichael Brown2010-05-281-30/+21Star
* [base64] Allow base64_encode() to handle arbitrary dataMichael Brown2010-05-281-4/+4
* [compiler] Fix 64bit compile time errorsPiotr Jaroszyński2010-05-271-3/+3
* [dhcp] Don't consider invalid offers to be duplicatesJoshua Oreman2010-05-271-3/+3
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-272-0/+16
* [dhcp] Honor PXEBS_SKIP option in discovery controlJoshua Oreman2010-05-271-2/+26
* [wpa] Remove PMKID checkingJoshua Oreman2010-05-271-64/+0Star
* [tcp] Update received sequence number before delivering received dataMichael Brown2010-05-221-8/+10
* [lacp] Add simple LACP implementationMichael Brown2010-05-102-0/+270
* [build] Rename gPXE to iPXEMichael Brown2010-04-2050-320/+320
* [netdevice] Record whether or not interrupts are currently enabledMichael Brown2010-03-231-0/+7
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-233-10/+10
* [iscsi] Disambiguate some common authentication errorsMichael Brown2010-03-171-14/+27
* [iscsi] Fix interoperability with QNAP TS-639ProDanny Volkind2010-02-221-3/+10
* [http] GET / if URI doesn't contain a pathJoshua Oreman2010-01-271-1/+2
* [dhcp] Keep multiple DHCP offers received, and use them intelligentlyJoshua Oreman2010-01-221-86/+228
* [ftp] User and password URI support for the FTP protocolgL2n30Y06arv22010-01-211-2/+24
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-19/+12Star
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-202-1/+97
* [tftp] Abort requests with error code 0Stefan Hajnoczi2010-01-181-2/+2
* [tftp] Make TFTP size requests abort transfer with an errorThomas Horsten2010-01-181-0/+73
* [tftp] Remove unnecessary delay when opening a connectionStefan Hajnoczi2010-01-151-2/+9
* [tftp] Allow fetching larger files by wrapping block numberStefan Hajnoczi2010-01-151-3/+6
* [dhcp] Assume PXE options are in DHCPOFFER only if boot menu is includedJoshua Oreman2010-01-151-2/+2