index
:
ipxe
master
qemu
ipxe
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] 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
*
[netdevice] Allow per-device receive queue processing to be frozen
Michael Brown
2010-11-20
1
-4
/
+20
*
[netdevice] Use net device name in debugging messages
Michael Brown
2010-11-18
1
-26
/
+27
*
[list] Fix typographical error from previous commit
Shao Miller
2010-11-11
1
-1
/
+1
*
[list] Add list_first_entry()
Michael Brown
2010-11-08
1
-10
/
+12
*
[netdevice] Pass both link-layer addresses in net_tx() and net_rx()
Michael Brown
2010-10-07
1
-5
/
+10
*
[netdevice] Report network-layer errors via network device statistics
Michael Brown
2010-09-15
1
-2
/
+7
*
[netdevice] Add the concept of a network upper-layer driver
Michael Brown
2010-09-05
1
-14
/
+75
*
[netdevice] Provide a test mechanism for discarding packets at random
Michael Brown
2010-07-20
1
-1
/
+19
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
1
-11
/
+9
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-8
/
+8
*
[netdevice] Record whether or not interrupts are currently enabled
Michael Brown
2010-03-23
1
-0
/
+7
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
1
-3
/
+3
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-2
/
+1
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+5
*
[infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()
Michael Brown
2009-08-10
1
-1
/
+1
*
[process] Make it safe to call process_add() multiple times
Michael Brown
2009-08-10
1
-0
/
+1
[next]