index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
/
iscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[iscsi] Limit maximum transfer size to MaxBurstLength
iscsicap
Michael Brown
2023-02-16
1
-4
/
+61
*
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
2020-10-20
1
-0
/
+2
*
[iscsi] Eliminate variable-length stack allocation in URI parsing
Michael Brown
2020-02-16
1
-10
/
+28
*
[iscsi] Eliminate variable-length stack allocations in CHAP handlers
Michael Brown
2020-02-16
1
-11
/
+41
*
[iscsi] Parse IPv6 address in root path
Hannes Reinecke
2018-03-01
1
-1
/
+6
*
[iscsi] Always send FirstBurstLength parameter
Michael Brown
2017-05-03
1
-4
/
+10
*
[block] Describe all SAN devices via ACPI tables
Michael Brown
2017-03-28
1
-1
/
+13
*
[iscsi] Don't close when receiving NOP-In
Vishvananda Ishaya Abrams
2017-03-09
1
-9
/
+8
*
[iscsi] Use intfs_shutdown() when shutting down multiple interfaces
Michael Brown
2017-03-09
1
-4
/
+2
*
[iscsi] Avoid potential infinite loops during shutdown
Michael Brown
2016-11-16
1
-0
/
+1
*
[iscsi] Treat redirection failures as fatal
Michael Brown
2016-07-04
1
-1
/
+10
*
[iscsi] Add missing "break" statements
Michael Brown
2015-07-28
1
-0
/
+2
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
1
-1
/
+1
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-6
/
+8
*
[iscsi] Rewrite unrelicensable portions of iscsi.c
Michael Brown
2015-03-02
1
-36
/
+28
*
[scsi] Improve sense code parsing
Michael Brown
2014-06-03
1
-4
/
+7
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
1
-3
/
+6
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
1
-41
/
+20
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[iscsi] Report SCSI response only when applicable
Michael Brown
2012-05-16
1
-1
/
+2
*
[iscsi] Send any padding inline with the data segment
Michael Brown
2012-03-01
1
-28
/
+9
*
[iscsi] Fail immediately if target rejects any of our parameters
Michael Brown
2011-12-05
1
-12
/
+39
*
[iscsi] Avoid duplicate calls to iscsi_tx_done()
Michael Brown
2011-06-29
1
-4
/
+9
*
[iscsi] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-3
/
+26
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-4
/
+6
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-3
/
+3
*
[iscsi] Change default initiator IQN
Michael Brown
2011-03-03
1
-235
/
+140
*
[iscsi] Clarify support for NOP-In
Michael Brown
2011-02-25
1
-24
/
+9
*
[iscsi] Verify the correct tag in NOP-In PDUs
Michael Brown
2011-02-25
1
-4
/
+4
*
[iscsi] Accept NOP-In PDUs sent by the target
Michael Brown
2011-02-24
1
-0
/
+50
*
[iscsi] Disambiguate the expected target errors in the login response
Michael Brown
2011-02-23
1
-1
/
+20
*
[iscsi] Disambiguate the common EINVAL cases
Michael Brown
2010-12-01
1
-4
/
+20
*
[iscsi] Ensure ISID is consistent within an iSCSI session
Michael Brown
2010-10-18
1
-1
/
+4
*
[iscsi] Randomise a portion of the ISID to force new session instantiation
Michael Brown
2010-10-16
1
-1
/
+1
*
[block] Replace gPXE block-device API with an iPXE asynchronous interface
Michael Brown
2010-09-14
1
-156
/
+283
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-37
/
+38
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
1
-11
/
+44
*
[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
*
[iscsi] Use generic base16 functions for iSCSI
Michael Brown
2010-05-28
1
-30
/
+21
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-11
/
+11
*
[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
*
[scsi] Make LUN a property of the SCSI backend only
Michael Brown
2009-08-10
1
-1
/
+0
*
[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()
Michael Brown
2009-08-10
1
-37
/
+1
*
[scsi] Generalise iscsi_detached_command() to scsi_detached_command()
Michael Brown
2009-08-10
1
-6
/
+1
*
[scsi] Make SCSI command issuing partially asynchronous
Michael Brown
2009-07-17
1
-18
/
+11
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
[next]