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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[nfs] Add support for NFS protocol
Marin Hannache
2013-07-15
6
-0
/
+1658
*
[cmdline] Accept "netX" in iPXE commands
Michael Brown
2013-07-13
1
-0
/
+5
*
[settings] Make "netX" settings block function as a symbolic link
Michael Brown
2013-07-13
1
-0
/
+49
*
[netdevice] Add "bustype" and "busloc" settings
Michael Brown
2013-07-12
1
-0
/
+60
*
[tcp] Fix comment to match code behaviour
Michael Brown
2013-07-12
1
-1
/
+1
*
[tcp] Do not send RST for unrecognised connections
Michael Brown
2013-07-12
1
-1
/
+0
*
[netdevice] Reset MAC address when asked to clear the "mac" setting
Michael Brown
2013-05-16
1
-3
/
+11
*
[netdevice] Add "chip" setting
Michael Brown
2013-05-16
1
-26
/
+131
*
[settings] Eliminate settings "tag magic"
Michael Brown
2013-05-01
3
-23
/
+4
*
[netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions
Michael Brown
2013-05-01
1
-3
/
+87
*
[build] Fix dubious uses of bitwise operators
Michael Brown
2013-04-28
1
-1
/
+1
*
[build] Fix uses of literal 0 as a NULL pointer
Michael Brown
2013-04-28
1
-1
/
+1
*
[netdevice] Use link-layer address as part of RNG seed
Michael Brown
2013-04-19
1
-2
/
+11
*
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
2013-04-19
1
-2
/
+2
*
[uuid] Abstract UUID mangling code out to a separate uuid_mangle() function
Michael Brown
2013-03-20
1
-3
/
+1
*
[dhcp] Use PXE byte ordering for UUID in DHCP option 97
Michael Brown
2013-03-20
1
-1
/
+8
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
1
-20
/
+8
*
[netdevice] Separate VLAN support from presence of VLAN-supporting drivers
Michael Brown
2013-03-01
1
-0
/
+12
*
[netdevice] Add vlan_tag() to get the VLAN tag of a network device
Stefan Hajnoczi
2013-03-01
2
-0
/
+28
*
[tls] Concatenate received non-data records before processing
Michael Brown
2013-01-31
1
-12
/
+10
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
1
-1
/
+1
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
2
-5
/
+3
*
[netdevice] Clear network device setting before unregistering
Michael Brown
2012-10-24
1
-0
/
+2
*
[netdevice] Do not force a poll on net_tx()
Michael Brown
2012-10-24
1
-7
/
+0
*
[arp] Increase robustness of ARP discarder
Michael Brown
2012-10-19
1
-7
/
+10
*
[tls] Fix potential memory leak
Michael Brown
2012-09-28
1
-0
/
+1
*
[tls] Fix uninitialised variable
Michael Brown
2012-09-28
1
-2
/
+1
*
[tls] Split received records over multiple I/O buffers
Michael Brown
2012-09-27
1
-164
/
+278
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-2
/
+10
*
[infiniband] Include destination address vector in ib_complete_recv()
Michael Brown
2012-08-31
4
-12
/
+23
*
[infiniband] Use explicit "source" and "dest" address vector parameter names
Michael Brown
2012-08-31
4
-40
/
+42
*
[infiniband] Allow queue pairs to have a custom allocator for receive iobufs
Michael Brown
2012-08-31
3
-4
/
+19
*
[retry] Expose retry_poll() to explicitly poll all running timers
Michael Brown
2012-08-31
1
-3
/
+11
*
[ethernet] Expose eth_broadcast as a global constant
Michael Brown
2012-08-31
2
-6
/
+3
*
[tls] Disambiguate most error causes
Michael Brown
2012-08-25
1
-32
/
+140
*
[http] Fix HTTP SAN booting
Michael Brown
2012-08-17
1
-6
/
+6
*
[ftp] Add support for the FTP SIZE command
Marin Hannache
2012-08-15
1
-11
/
+60
*
[http] Treat any unexpected connection close as an error
Michael Brown
2012-08-15
1
-7
/
+15
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
49
-49
/
+98
*
[tcp] Truncate TCP window to prevent future packet discards
Michael Brown
2012-07-09
1
-3
/
+20
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
2
-3
/
+8
*
[netdevice] Process all received packets in net_poll()
Michael Brown
2012-07-04
1
-7
/
+2
*
[arp] Prevent ARP cache entries from being deleted mid-transmission
Michael Brown
2012-07-01
1
-11
/
+38
*
[tcp] Avoid potential NULL pointer dereference
Michael Brown
2012-06-30
1
-1
/
+3
*
[tcp] Use a zero window size for RST packets
Michael Brown
2012-06-30
1
-1
/
+1
*
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
2012-06-29
1
-0
/
+11
*
[tcp] Add support for TCP window scaling
Michael Brown
2012-06-29
1
-2
/
+29
*
[tcpip] Allow for architecture-specific TCP/IP checksum routines
Michael Brown
2012-06-27
1
-2
/
+2
*
[syslog] Include hostname within syslog messages where possible
Michael Brown
2012-06-20
2
-8
/
+54
*
[settings] Move "domain" setting from dns.c to settings.c
Michael Brown
2012-06-20
1
-8
/
+0
[next]