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
/
drivers
/
net
/
intelxl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[intelxl] Add driver for Intel 100 Gigabit Ethernet NICs
Michael Brown
2022-08-12
1
-7
/
+7
*
[intelxl] Use admin queue to set port MAC address and maximum frame size
Michael Brown
2022-08-12
1
-11
/
+68
*
[intelxl] Use admin queue to get port MAC address
Michael Brown
2022-08-12
1
-45
/
+52
*
[intelxl] Defer fetching MAC address until after opening admin queue
Michael Brown
2022-08-12
1
-5
/
+5
*
[intelxl] Set maximum frame size to 9728 bytes as per datasheet
Michael Brown
2022-08-12
1
-8
/
+2
*
[intelxl] Always issue "clear PXE mode" admin queue command
Michael Brown
2022-08-11
1
-9
/
+8
*
[intelxl] Allow expected admin queue command errors to be silenced
Michael Brown
2022-08-11
1
-3
/
+7
*
[intelxl] Separate virtual function driver definitions
Michael Brown
2022-08-11
1
-3
/
+3
*
[intelxl] Handle admin events via a callback
Michael Brown
2022-08-11
1
-21
/
+18
*
[intelxl] Negotiate API version for virtual function via admin queue
Michael Brown
2022-08-10
1
-10
/
+10
*
[intelxl] Use non-zero MSI-X vector for virtual function interrupts
Michael Brown
2022-08-10
1
-11
/
+14
*
[intelxl] Use function-level reset instead of PFGEN_CTRL.PFSWR
Michael Brown
2022-08-08
1
-31
/
+14
*
[intelxl] Update list of PCI IDs
Michael Brown
2022-08-08
1
-0
/
+5
*
[intelxl] Include admin command response data buffer in debug output
Michael Brown
2022-08-08
1
-1
/
+5
*
[intelxl] Identify rings consistently in debug messages
Michael Brown
2022-08-08
1
-4
/
+3
*
[intelxl] Fix retrieval of switch configuration via admin queue
Michael Brown
2022-08-08
1
-9
/
+11
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
1
-83
/
+51
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
1
-20
/
+20
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
1
-23
/
+10
*
[intelxl] Configure DMA mask as 64-bit
Michael Brown
2020-11-24
1
-1
/
+4
*
[intelxl] Update driver to use DMA API
Michael Brown
2020-11-21
1
-92
/
+152
*
[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID register
Michael Brown
2020-11-21
1
-2
/
+4
*
[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]
Michael Brown
2020-11-20
1
-5
/
+7
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-5
/
+5
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
1
-1
/
+1
*
[intelxl] Choose to operate in non-PXE mode
Michael Brown
2019-04-27
1
-20
/
+113
*
[intelxl] Expose functions required by virtual function driver
Michael Brown
2019-04-27
1
-17
/
+14
*
[intelxl] Allow for arbitrary placement of interrupt control register
Michael Brown
2019-04-27
1
-9
/
+6
*
[intelxl] Split out ring creation from context programming
Michael Brown
2019-04-27
1
-28
/
+76
*
[intelxl] Allow for arbitrary placement of ring tail registers
Michael Brown
2019-04-27
1
-7
/
+7
*
[intelxl] Use 32-byte receive descriptors
Michael Brown
2019-04-27
1
-12
/
+14
*
[intelxl] Provide a mechanism for handling "send to VF" events
Michael Brown
2019-04-27
1
-0
/
+18
*
[intelxl] Allow admin cookie to hold extended opcode and return code
Michael Brown
2019-04-27
1
-3
/
+7
*
[intelxl] Allow admin queues to be reinitialised
Michael Brown
2019-04-27
1
-41
/
+85
*
[intelxl] Use one admin queue buffer per admin queue descriptor
Michael Brown
2019-04-27
1
-116
/
+193
*
[intelxl] Allow for virtual function admin queue register maps
Michael Brown
2019-04-27
1
-16
/
+31
*
[intelxl] Use VLAN tag in receive descriptor if present
Michael Brown
2019-04-27
1
-2
/
+11
*
[intelxl] Add driver for Intel 40 Gigabit Ethernet NICs
Michael Brown
2018-07-17
1
-0
/
+1525