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] 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
*
[netdevice] Add mechanism for reporting detailed link status codes
Michael Brown
2009-06-24
1
-0
/
+30
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-3
/
+3
*
[settings] Allow for arbitrarily-named settings
Michael Brown
2009-05-26
1
-3
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[netdevice] Add debug message for unknown network-layer protocols
Michael Brown
2009-03-26
1
-2
/
+4
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-8
/
+1
*
[netdevice] Provide function to retrieve the most recently opened net device
Michael Brown
2008-11-21
1
-0
/
+26
*
[netdevice] Retain and report detailed error breakdowns
Michael Brown
2008-11-08
1
-4
/
+42
*
[settings] Add the notion of a "tag magic" to numbered settings
Michael Brown
2008-10-30
1
-1
/
+1
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-6
/
+8
*
[undi] Fill in ProtType correctly in PXENV_UNDI_ISR
Michael Brown
2008-08-20
1
-2
/
+26
*
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
1
-3
/
+4
*
[Settings] Add per-netdevice settings block
Michael Brown
2008-03-20
1
-0
/
+14
*
Force a netdevice poll in net_tx() before attempting to transmit
Michael Brown
2007-10-04
1
-0
/
+8
*
Minor debug message improvement.
Michael Brown
2007-09-21
1
-2
/
+3
*
Use net_device_operations structure and netdev_nullify() to allow for
Michael Brown
2007-07-07
1
-14
/
+19
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Allow recording of TX and RX errors to aid in end-user debugging.
Michael Brown
2007-07-05
1
-16
/
+48
[next]