index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
gpxe
/
netdevice.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Provide function to retrieve the most recently opened net device
Michael Brown
2008-11-21
1
-0
/
+3
*
[ipoib] Kill off the IPoIB pseudo-header
Michael Brown
2008-11-11
1
-1
/
+1
*
[netdevice] Retain and report detailed error breakdowns
Michael Brown
2008-11-08
1
-10
/
+21
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-21
/
+11
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
1
-0
/
+10
*
[netdevice] Add maximum packet length as a net device property
Michael Brown
2008-10-16
1
-0
/
+5
*
[undi] Fill in ProtType correctly in PXENV_UNDI_ISR
Michael Brown
2008-08-20
1
-11
/
+15
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
1
-0
/
+34
*
[Settings] Implement simple_settings backed with extensible DHCP options
Michael Brown
2008-03-22
1
-2
/
+2
*
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
1
-0
/
+11
*
[Settings] Add per-netdevice settings block
Michael Brown
2008-03-20
1
-0
/
+6
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2007-09-21
1
-0
/
+11
|
\
|
*
Added netdev_priv() to ease Linux driver compatibility.
Michael Brown
2007-09-13
1
-0
/
+11
*
|
Infinband requires longer link-layer addresses and headers than Ethernet.
Michael Brown
2007-09-21
1
-2
/
+2
|
/
*
Use net_device_operations structure and netdev_nullify() to allow for
Michael Brown
2007-07-07
1
-43
/
+77
*
Allow recording of TX and RX errors to aid in end-user debugging.
Michael Brown
2007-07-05
1
-6
/
+37
*
Implemented (untested) PXENV_START_UNDI.
Michael Brown
2007-07-03
1
-5
/
+6
*
Add trivial net device statistics (TX and RX packet count), reported
Michael Brown
2007-07-03
1
-0
/
+13
*
Add untested support for UNDI transmit and receive.
Michael Brown
2007-07-02
1
-0
/
+2
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-4
/
+25
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-21
/
+21
*
Add find_pci_netdev()
Michael Brown
2007-01-10
1
-0
/
+2
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-2
/
+5
*
Added network interface management commands
Michael Brown
2007-01-10
1
-1
/
+14
*
Add "name" field to network device, to facilitate netdev commands.
Michael Brown
2007-01-09
1
-6
/
+6
*
Add RX quotas to the net device poll() method. This avoids the problem
Michael Brown
2007-01-09
1
-3
/
+4
*
Added net device TX queue; this will be needed to support the PXE UNDI API
Michael Brown
2007-01-09
1
-8
/
+14
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
1
-0
/
+33
*
Use hotplug support to notify persistent reference holders when a
Michael Brown
2007-01-04
1
-0
/
+5
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-14
/
+4
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-4
/
+6
*
Simplify RX data path.
Michael Brown
2006-06-17
1
-163
/
+39
*
Simplify TX datapath.
Michael Brown
2006-06-16
1
-71
/
+36
*
Change semantics of network API so that packet-absorbing calls *always*
Michael Brown
2006-04-29
1
-10
/
+9
*
Network layer now works as a proof of concept
Michael Brown
2006-04-28
1
-27
/
+80
*
Network API now allows for multiple network devices (although the
Michael Brown
2006-04-24
1
-125
/
+248
*
First sketch of a new net device API.
Michael Brown
2006-04-19
1
-20
/
+26
*
Remove the concept of the media-independent link-layer header and replace
Michael Brown
2006-04-19
1
-36
/
+26
*
Added the concept of a network interface (a network-layer concept) as
Michael Brown
2006-04-19
1
-23
/
+104
*
First sketch
Michael Brown
2006-04-18
1
-0
/
+126