index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
80211
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-05
[settings] Force settings into alphabetical order within sections
Michael Brown
1
-3
/
+6
2013-12-05
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2
-7
/
+7
2013-09-03
[netdevice] Add method for generating EUI-64 address from link-layer address
Michael Brown
1
-0
/
+1
2013-05-01
[settings] Eliminate settings "tag magic"
Michael Brown
1
-3
/
+0
2013-04-19
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
1
-2
/
+2
2012-08-31
[ethernet] Expose eth_broadcast as a global constant
Michael Brown
1
-5
/
+2
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
8
-8
/
+16
2012-03-13
[802.11] Use rbg_generate() for secure random numbers
Michael Brown
1
-1
/
+3
2012-03-05
[802.11] Avoid using struct md5_ctx directly
Michael Brown
1
-4
/
+4
2012-03-04
[802.11] Add missing #include <byteswap.h>
Michael Brown
1
-0
/
+1
2012-02-21
[802.11] Add missing #include <string.h>
Michael Brown
3
-0
/
+3
2011-07-15
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
1
-2
/
+8
2011-06-28
[process] Pass containing object pointer to process step() methods
Michael Brown
1
-8
/
+11
2011-03-23
[settings] Match terminology in online documentation
Michael Brown
1
-3
/
+3
2011-03-23
[settings] Impose a fixed order on settings
Michael Brown
1
-3
/
+3
2011-03-22
[settings] Formalise notion of setting applicability
Michael Brown
1
-0
/
+3
2010-11-08
[list] Add list_first_entry()
Michael Brown
1
-5
/
+5
2010-10-07
[netdevice] Pass both link-layer addresses in net_tx() and net_rx()
Michael Brown
1
-1
/
+3
2010-08-01
[802.11] Fix a use-after-free
Joshua Oreman
1
-0
/
+1
2010-08-01
[802.11] Use correct name for sec80211_detect()
Joshua Oreman
1
-3
/
+3
2010-05-31
[libc] Enable automated extraction of error usage reports
Michael Brown
2
-41
/
+31
2010-05-27
[compiler] Fix 64bit compile time errors
Piotr JaroszyĆski
1
-3
/
+3
2010-05-27
[build] Use weak definitions instead of weak declarations
Joshua Oreman
1
-0
/
+11
2010-05-27
[wpa] Remove PMKID checking
Joshua Oreman
1
-64
/
+0
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
8
-59
/
+59
2010-03-23
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
1
-6
/
+6
2010-01-05
[802.11] Allow connecting to spectrum managed networks
Joshua Oreman
1
-6
/
+0
2010-01-05
[wpa] Add CCMP backend (new AES-based cryptosystem)
Joshua Oreman
1
-0
/
+528
2010-01-05
[wpa] Add TKIP backend (legacy RC4-based cryptosystem)
Joshua Oreman
1
-0
/
+586
2010-01-05
[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)
Joshua Oreman
1
-0
/
+125
2010-01-05
[wpa] Add general support for WPA-protected 802.11 networks
Joshua Oreman
1
-0
/
+973
2010-01-05
[802.11] Add support for WEP-protected networks
Joshua Oreman
1
-0
/
+303
2010-01-05
[802.11] Add core support for detecting and using encrypted networks
Joshua Oreman
2
-59
/
+751
2009-10-23
[netdevice] Add the concept of an "Ethernet-compatible" MAC address
Michael Brown
1
-0
/
+1
2009-08-12
[802.11] Support multicast hashing
Michael Brown
1
-20
/
+1
2009-08-12
[802.11] Properly initialize autoassociation process
Joshua Oreman
1
-1
/
+2
2009-08-12
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
1
-0
/
+2
2009-08-12
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
1
-1
/
+1
2009-08-09
[802.11] Fix memory leak on unsuccessful probes
Joshua Oreman
1
-2
/
+1
2009-08-09
[802.11] Set channels early on to avoid tuning to an undefined channel
Joshua Oreman
1
-0
/
+5
2009-08-09
[802.11] Enhance support for driver PHY differences
Joshua Oreman
1
-14
/
+76
2009-08-01
[802.11] Add support for 802.11 devices with software MAC layer
Joshua Oreman
2
-0
/
+2966