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
/
pnic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Include full licence text for all GPL2_OR_LATER files
Michael Brown
2015-02-26
1
-2
/
+12
*
[pci] Make driver PCI ID a property of the PCI device
Michael Brown
2011-02-17
1
-2
/
+1
*
[netdevice] Call netdev_link_[up|down|err]() only while registered
Michael Brown
2010-09-05
1
-3
/
+3
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-6
/
+6
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-1
/
+1
*
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Michael Brown
2008-10-12
1
-1
/
+1
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
1
-0
/
+3
*
Use net_device_operations structure and netdev_nullify() to allow for
Michael Brown
2007-07-07
1
-27
/
+34
*
Use netdev_rx_err() to report receive errors.
Michael Brown
2007-07-05
1
-2
/
+3
*
Kill off now-redundant _irq() methods.
Michael Brown
2007-07-03
1
-23
/
+0
*
Enable/disable interrupts on open/close.
Michael Brown
2007-07-03
1
-5
/
+17
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-9
/
+7
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-12
/
+12
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Use pkb_pad() rather than doing it the dangerous way :)
Michael Brown
2007-01-11
1
-5
/
+2
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-0
/
+1
*
Add RX quotas to the net device poll() method. This avoids the problem
Michael Brown
2007-01-09
1
-2
/
+3
*
Added net device TX queue; this will be needed to support the PXE UNDI API
Michael Brown
2007-01-09
1
-1
/
+1
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
1
-0
/
+16
*
PNIC doesn't auto-pad.
Michael Brown
2006-06-05
1
-0
/
+8
*
Use insb/outsb; it's marginally faster.
Michael Brown
2006-05-20
1
-9
/
+2
*
Restructured PCI subsystem to fit the new device model.
Michael Brown
2006-05-16
1
-23
/
+9
*
Transmit the buffer contents, not the buffer descriptor...
Michael Brown
2006-04-28
1
-2
/
+4
*
Add missing {register,free}_netdev().
Michael Brown
2006-04-24
1
-1
/
+15
*
Network API now allows for multiple network devices (although the
Michael Brown
2006-04-24
1
-101
/
+112
*
D'oh
Michael Brown
2005-05-03
1
-1
/
+1
*
Use __shared
Michael Brown
2005-05-03
1
-1
/
+1
*
Automatically updated with
Michael Brown
2005-04-26
1
-2
/
+1
*
Tweaked API to minimise changes to existing drivers even further.
Michael Brown
2005-04-21
1
-1
/
+1
*
Updated to current API
Michael Brown
2005-04-21
1
-10
/
+8
*
Updated to new device API.
Michael Brown
2005-04-14
1
-15
/
+10
*
Updated to new device API.
Michael Brown
2005-04-12
1
-57
/
+50
*
Initial revision
Michael Brown
2005-03-08
1
-0
/
+267