index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
ipv4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-1
/
+1
*
[ipv4] Generalise fragment reassembly mechanism
Michael Brown
2013-08-27
1
-117
/
+39
*
[dhcp] Request broadcast responses when we already have an IPv4 address
Michael Brown
2012-06-20
1
-1
/
+1
*
[arp] Maintain an ARP transmission queue
Michael Brown
2012-03-02
1
-46
/
+38
*
[ipv4] Improve debugging
Michael Brown
2011-07-16
1
-45
/
+51
*
[ipv4] Fix fragment reassembly
Michael Brown
2011-07-16
1
-92
/
+120
*
[ipv4] Use broadcast link-layer address for all broadcast IPv4 addresses
Michael Brown
2011-07-15
1
-7
/
+7
*
[ipv4] Discard unwanted unicast packets
Michael Brown
2011-07-15
1
-10
/
+50
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-5
/
+8
*
[ipv4] Record ARP resolution errors
Michael Brown
2011-06-28
1
-0
/
+2
*
[ipv4] Include network device metadata in packet traces
Michael Brown
2011-05-05
1
-3
/
+10
*
[settings] Match terminology in online documentation
Michael Brown
2011-03-23
1
-2
/
+2
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-3
/
+3
*
[netdevice] Pass both link-layer addresses in net_tx() and net_rx()
Michael Brown
2010-10-07
1
-2
/
+6
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-1
/
+1
*
[build] Fix misaligned table entries when using gcc 4.5
Piotr JaroszyĆski
2010-08-20
1
-2
/
+0
*
[retry] Use start_timer_fixed() instead of direct timeout manipulation
Michael Brown
2010-06-22
1
-2
/
+1
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-10
/
+10
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
1
-1
/
+1
*
[ipv4] Ignore non-open net devices when performing routing
Michael Brown
2009-11-16
1
-0
/
+2
*
[ipv4] Allow calculation of default subnet mask
Michael Brown
2009-11-16
1
-11
/
+11
*
[ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONE
Michael Brown
2009-11-16
1
-7
/
+6
*
[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
*
[icmp] Add support for responding to pings
Michael Brown
2009-02-17
1
-0
/
+3
*
[tcpip] Allow for transmission to multicast IPv4 addresses
Michael Brown
2009-01-21
1
-1
/
+8
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
1
-1
/
+1
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
1
-12
/
+1
*
[IPv4] Fix multicast address checking
Michael Brown
2008-05-19
1
-1
/
+1
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-56
/
+87
*
[IPv4] Use default netmasks when no subnet mask is specified.
Michael Brown
2008-03-23
1
-7
/
+20
*
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
1
-32
/
+36
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-8
/
+8
*
use malloc attribute
Holger Lubitz
2007-08-20
1
-4
/
+3
*
Never attempt to route the broadcast address.
Michael Brown
2007-07-03
1
-0
/
+8
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-20
/
+2
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-50
/
+50
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Include stdlib.h rather than malloc.h
Michael Brown
2007-01-18
1
-4
/
+2
*
When a network device is specified to tcpip_tx() or it's children, treat
Michael Brown
2007-01-16
1
-2
/
+2
*
Improve debugging
Michael Brown
2007-01-16
1
-29
/
+45
*
Use -ENETUNREACH to mean "no reachable network device exists, don't bother
Michael Brown
2007-01-14
1
-1
/
+1
*
Add route() function to display routing table.
Michael Brown
2007-01-10
1
-29
/
+6
*
Remove uIP; we haven't used it for quite some time now.
Michael Brown
2007-01-10
1
-1
/
+0
*
Allow an explicit network device to be specified for IP-layer
Michael Brown
2007-01-10
1
-8
/
+12
*
Add "name" field to network device, to facilitate netdev commands.
Michael Brown
2007-01-09
1
-2
/
+2
*
Minirouting table entries hold a persistent reference to a net_device.
Michael Brown
2007-01-04
1
-16
/
+91
*
Verify checksums on the RX datapath.
Michael Brown
2007-01-03
1
-99
/
+110
*
Tidy up debug messages
Michael Brown
2007-01-03
1
-42
/
+38
[next]