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
/
netdevice.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
1
-13
/
+59
*
[netdevice] Stop link block timer when device is closed
Michael Brown
2023-07-05
1
-1
/
+4
*
[netdevice] Allow duplicate MAC addresses
Michael Brown
2023-01-15
1
-33
/
+0
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
1
-14
/
+17
*
[vlan] Allow external code to identify VLAN priority as well as tag
Michael Brown
2022-12-14
1
-2
/
+2
*
[netdevice] Ensure driver transmit() and poll() will not be re-entered
Michael Brown
2021-04-10
1
-7
/
+32
*
[netdevice] Fix misleading comment on netdev_rx()
Michael Brown
2020-11-29
1
-1
/
+1
*
[netdevice] Do not attempt to unmap a null I/O buffer
Michael Brown
2020-11-29
1
-1
/
+1
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
1
-0
/
+32
*
[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()
Michael Brown
2019-04-27
1
-7
/
+27
*
[netdevice] Make netdev_irq_enabled() independent of netdev_irq_supported()
Martin Habets
2018-01-14
1
-6
/
+3
*
[netdevice] Cancel all pending transmissions on any transmit error
Michael Brown
2017-09-05
1
-3
/
+16
*
[netdevice] Limit MTU by hardware maximum frame length
Michael Brown
2017-01-25
1
-0
/
+6
*
[netdevice] Fix failure path in register_netdev()
Michael Brown
2016-05-23
1
-0
/
+2
*
[netdevice] Refuse to create duplicate network device names
Michael Brown
2016-03-07
1
-0
/
+8
*
[netdevice] Avoid using zero as a network device index
Michael Brown
2015-07-28
1
-2
/
+2
*
[fault] Generalise NETDEV_DISCARD_RATE fault injection mechanism
Michael Brown
2015-07-22
1
-7
/
+5
*
[netdevice] Add a generic concept of a "blocked link"
Michael Brown
2015-06-25
1
-1
/
+51
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf)
Michael Brown
2014-12-12
1
-1
/
+1
*
[netdevice] Avoid registering duplicate network devices
Michael Brown
2014-07-30
1
-5
/
+40
*
[netdevice] Reset network device index when last device is unregistered
Michael Brown
2014-07-14
1
-2
/
+8
*
[netdevice] Profile common operations
Michael Brown
2014-04-27
1
-0
/
+16
*
[netdevice] Notify upper-layer drivers when RX processing is (un)frozen
Michael Brown
2014-03-14
1
-0
/
+28
*
[netdevice] Mark devices as open before calling open() method
Michael Brown
2014-03-05
1
-4
/
+8
*
[netdevice] Add generic concept of a network device configurator
Michael Brown
2013-11-05
1
-5
/
+203
*
[netdevice] Make all net_driver methods optional
Michael Brown
2013-11-01
1
-7
/
+13
*
[netdevice] Add find_netdev_by_index()
Michael Brown
2013-10-21
1
-0
/
+18
*
[netdevice] Add concept of a network device index
Michael Brown
2013-09-03
1
-2
/
+3
*
[cmdline] Accept "netX" in iPXE commands
Michael Brown
2013-07-13
1
-0
/
+5
*
[netdevice] Add netdev_tx_defer() to allow drivers to defer transmissions
Michael Brown
2013-05-01
1
-3
/
+87
*
[netdevice] Use link-layer address as part of RNG seed
Michael Brown
2013-04-19
1
-2
/
+11
*
[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
1
-0
/
+11
*
[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
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[netdevice] Process all received packets in net_poll()
Michael Brown
2012-07-04
1
-7
/
+2
*
[netdevice] Allow driver to preinitialise the link-layer address
Michael Brown
2011-10-28
1
-2
/
+22
*
[list] Tidy up naming convention for list_contains() and friends
Michael Brown
2011-10-14
1
-1
/
+1
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-4
/
+8
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-4
/
+1
*
[netdevice] Allow non-completion TX errors to be recorded
Michael Brown
2011-06-28
1
-7
/
+25
*
[netdevice] Improve detection of bugs in drivers' TX completion handling
Michael Brown
2011-05-03
1
-2
/
+1
*
[netdevice] Move high-frequency debug messages to DBGLVL_EXTRA
Michael Brown
2011-05-03
1
-9
/
+9
*
[netdevice] Simplify link-down status message
Michael Brown
2011-03-30
1
-3
/
+9
*
[netdevice] Mark devices as open only if opening succeeds
Piotr JaroszyĆski
2011-03-27
1
-3
/
+3
*
[netdevice] Allow devices to indicate that interrupts are not supported
Michael Brown
2011-01-25
1
-0
/
+4
*
[settings] Apply settings block name in register_settings()
Michael Brown
2010-12-01
1
-1
/
+1
*
[vlan] Add support for IEEE 802.1Q VLANs
Michael Brown
2010-11-20
1
-5
/
+7
[next]