index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[802.11] Fix a use-after-free
Joshua Oreman
2010-08-01
1
-0
/
+1
*
[802.11] Use correct name for sec80211_detect()
Joshua Oreman
2010-08-01
1
-3
/
+3
*
[tcp] Fix a 64bit compile time error
Piotr Jaroszyński
2010-07-22
1
-1
/
+1
*
[tcp] Allow out-of-order receive queue to be discarded
Michael Brown
2010-07-21
1
-3
/
+38
*
[tcp] Handle out-of-order received packets
Michael Brown
2010-07-21
1
-34
/
+150
*
[netdevice] Provide a test mechanism for discarding packets at random
Michael Brown
2010-07-20
1
-1
/
+19
*
[tcp] Treat ACKs as sent only when successfully transmitted
Michael Brown
2010-07-15
1
-21
/
+20
*
[tcp] Merge boolean flags into a single "flags" field
Michael Brown
2010-07-15
1
-8
/
+15
*
[tcp] Use a dedicated timer for the TIME_WAIT state
Michael Brown
2010-07-15
1
-9
/
+32
*
[tcp] Randomise local TCP port
Guo-Fu Tseng
2010-07-13
1
-3
/
+5
*
[tcp] Fix typos by changing ntohl() to htonl() where appropriate
Michael Brown
2010-07-13
1
-2
/
+2
*
[tcp] Store local port in host byte order
Michael Brown
2010-07-13
1
-9
/
+9
*
[tcp] Fix potential use-after-free when accessing timestamp option
Michael Brown
2010-07-07
1
-4
/
+7
*
[tls] Handle multiple handshake records
Michael Brown
2010-06-23
1
-39
/
+54
*
[http] Pass through unknown interface method calls
Michael Brown
2010-06-22
1
-2
/
+4
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
12
-636
/
+408
*
[interface] Convert all name-resolution interfaces to generic interfaces
Michael Brown
2010-06-22
1
-6
/
+18
*
[interface] Convert all job-control interfaces to generic interfaces
Michael Brown
2010-06-22
1
-30
/
+16
*
[retry] Use start_timer_fixed() instead of direct timeout manipulation
Michael Brown
2010-06-22
2
-4
/
+2
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
8
-11
/
+11
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
14
-10
/
+15
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
7
-98
/
+145
*
[dhcp] Use correct DHCP options on EFI systems
Geoff Lywood
2010-05-29
1
-8
/
+5
*
[iscsi] Allow base64 encoding in large binary values
Piotr Jaroszyński
2010-05-28
1
-23
/
+47
*
[iscsi] Use generic base16 functions for iSCSI reverse CHAP
Michael Brown
2010-05-28
1
-24
/
+17
*
[infiniband] Use generic base16 functions for SRP
Michael Brown
2010-05-28
1
-9
/
+7
*
[iscsi] Use generic base16 functions for iSCSI
Michael Brown
2010-05-28
1
-30
/
+21
*
[base64] Allow base64_encode() to handle arbitrary data
Michael Brown
2010-05-28
1
-4
/
+4
*
[compiler] Fix 64bit compile time errors
Piotr Jaroszyński
2010-05-27
1
-3
/
+3
*
[dhcp] Don't consider invalid offers to be duplicates
Joshua Oreman
2010-05-27
1
-3
/
+3
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
2
-0
/
+16
*
[dhcp] Honor PXEBS_SKIP option in discovery control
Joshua Oreman
2010-05-27
1
-2
/
+26
*
[wpa] Remove PMKID checking
Joshua Oreman
2010-05-27
1
-64
/
+0
*
[tcp] Update received sequence number before delivering received data
Michael Brown
2010-05-22
1
-8
/
+10
*
[lacp] Add simple LACP implementation
Michael Brown
2010-05-10
2
-0
/
+270
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
50
-320
/
+320
*
[netdevice] Record whether or not interrupts are currently enabled
Michael Brown
2010-03-23
1
-0
/
+7
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
3
-10
/
+10
*
[iscsi] Disambiguate some common authentication errors
Michael Brown
2010-03-17
1
-14
/
+27
*
[iscsi] Fix interoperability with QNAP TS-639Pro
Danny Volkind
2010-02-22
1
-3
/
+10
*
[http] GET / if URI doesn't contain a path
Joshua Oreman
2010-01-27
1
-1
/
+2
*
[dhcp] Keep multiple DHCP offers received, and use them intelligently
Joshua Oreman
2010-01-22
1
-86
/
+228
*
[ftp] User and password URI support for the FTP protocol
gL2n30Y06arv2
2010-01-21
1
-2
/
+24
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-21
1
-19
/
+12
*
[dhcp] Add generic facility for using cached network settings
Joshua Oreman
2010-01-20
2
-1
/
+97
*
[tftp] Abort requests with error code 0
Stefan Hajnoczi
2010-01-18
1
-2
/
+2
*
[tftp] Make TFTP size requests abort transfer with an error
Thomas Horsten
2010-01-18
1
-0
/
+73
*
[tftp] Remove unnecessary delay when opening a connection
Stefan Hajnoczi
2010-01-15
1
-2
/
+9
*
[tftp] Allow fetching larger files by wrapping block number
Stefan Hajnoczi
2010-01-15
1
-3
/
+6
*
[dhcp] Assume PXE options are in DHCPOFFER only if boot menu is included
Joshua Oreman
2010-01-15
1
-2
/
+2
[next]