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
*
[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
*
Use a linker-table based system to automatically mark and start up
Michael Brown
2007-07-03
1
-8
/
+1
*
Implemented (untested) PXENV_START_UNDI.
Michael Brown
2007-07-03
1
-4
/
+6
*
Add trivial net device statistics (TX and RX packet count), reported
Michael Brown
2007-07-03
1
-0
/
+9
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-25
/
+49
*
Modify process semantics; rescheduling is now automatic.
Michael Brown
2007-05-26
1
-5
/
+2
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-47
/
+47
*
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
Michael Brown
2007-03-10
1
-1
/
+1
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Use total free memory as advertised window. This seems to be sufficient
Michael Brown
2007-01-18
1
-2
/
+7
*
Remove the one-packet-per-poll-cycle limit; it seems to no longer be
Michael Brown
2007-01-18
1
-24
/
+5
*
Switch from calloc() to malloc()+memset() to match the practices used
Michael Brown
2007-01-18
1
-1
/
+4
*
I hate NULL pointer dereferences.
Michael Brown
2007-01-11
1
-0
/
+4
*
Add find_pci_netdev()
Michael Brown
2007-01-10
1
-0
/
+18
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-4
/
+8
*
Added network interface management commands
Michael Brown
2007-01-10
1
-21
/
+1
*
Add "name" field to network device, to facilitate netdev commands.
Michael Brown
2007-01-09
1
-4
/
+28
*
Add RX quotas to the net device poll() method. This avoids the problem
Michael Brown
2007-01-09
1
-13
/
+27
*
Added net device TX queue; this will be needed to support the PXE UNDI API
Michael Brown
2007-01-09
1
-50
/
+101
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
1
-5
/
+61
*
Use hotplug support to notify persistent reference holders when a
Michael Brown
2007-01-04
1
-0
/
+4
*
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
2006-12-19
1
-1
/
+1
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-3
/
+5
[next]