index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
arp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[neighbour] Generalise concept of neighbour discovery
Michael Brown
2013-09-03
1
-354
/
+34
*
[arp] Increase robustness of ARP discarder
Michael Brown
2012-10-19
1
-7
/
+10
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[arp] Try to avoid discarding ARP cache entries
Michael Brown
2012-07-09
1
-2
/
+7
*
[arp] Prevent ARP cache entries from being deleted mid-transmission
Michael Brown
2012-07-01
1
-11
/
+38
*
[arp] Maintain an ARP transmission queue
Michael Brown
2012-03-02
1
-101
/
+313
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-1
/
+3
*
[netdevice] Pass both link-layer addresses in net_tx() and net_rx()
Michael Brown
2010-10-07
1
-3
/
+4
*
[build] Fix misaligned table entries when using gcc 4.5
Piotr JaroszyĆski
2010-08-20
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-5
/
+5
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-1
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-8
/
+1
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-2
/
+2
*
Add untested support for UNDI transmit and receive.
Michael Brown
2007-07-02
1
-2
/
+1
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-17
/
+17
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-2
/
+2
*
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
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-3
/
+1
*
Simplify RX data path.
Michael Brown
2006-06-17
1
-15
/
+41
*
Simplify TX datapath.
Michael Brown
2006-06-16
1
-44
/
+21
*
Change semantics of network API so that packet-absorbing calls *always*
Michael Brown
2006-04-29
1
-7
/
+7
*
Network layer now works as a proof of concept
Michael Brown
2006-04-28
1
-9
/
+43
*
D'oh
Michael Brown
2006-04-25
1
-1
/
+1
*
Network API now allows for multiple network devices (although the
Michael Brown
2006-04-24
1
-84
/
+107
*
Remove the concept of the media-independent link-layer header and replace
Michael Brown
2006-04-19
1
-27
/
+20
*
First version. ARP protocol independence in less than the size of uIP's
Michael Brown
2006-04-19
1
-0
/
+244