index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
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
*
[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
*
Fix compiler warning
Michael Brown
2007-01-03
1
-3
/
+2
*
iphdr->hlen includes the IP header, so truncate packet *before*
Michael Brown
2006-08-09
1
-1
/
+1
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-6
/
+2
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-5
/
+8
*
Changed ipv4_dump() to consume only one line.
Nikhil Chandru Rao
2006-08-08
1
-15
/
+1
*
gcc3 compatibility: removed ARP_NET_PROTOCOL().
Michael Brown
2006-08-08
1
-3
/
+1
*
Removed some bugs in TCP
Nikhil Chandru Rao
2006-08-08
1
-0
/
+6
*
Fix routing when a gateway exists. This should probably be split into
Michael Brown
2006-08-07
1
-4
/
+7
*
Minor corrections
Nikhil Chandru Rao
2006-08-07
1
-0
/
+1
*
Added features that will be required for PXE UDP support.
Michael Brown
2006-08-02
1
-143
/
+41
*
Minor changes to the network layer rx() functions
Nikhil Chandru Rao
2006-08-01
1
-1
/
+4
*
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
Michael Brown
2006-08-01
1
-1
/
+1
*
Renamed tcpip_if.[ch] to tcpip.[ch]
Michael Brown
2006-08-01
1
-1
/
+1
*
Clarify hexiness of header length
Michael Brown
2006-07-20
1
-1
/
+1
*
Correct TCP/IP checksum generation.
Michael Brown
2006-07-19
1
-6
/
+4
*
Added fragment reassembly code
Nikhil Chandru Rao
2006-06-30
1
-1
/
+122
*
Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...
Nikhil Chandru Rao
2006-06-28
1
-10
/
+32
*
Added ipv4_pseudo_header structure
Nikhil Chandru Rao
2006-06-28
1
-11
/
+8
*
Fixed endianness of 16- and 32- bit values
Nikhil Chandru Rao
2006-06-28
1
-30
/
+40
*
Simplify ipv4_tx() by not having a separate "source" variable now that
Michael Brown
2006-06-26
1
-7
/
+5
*
Factorise out common code
Michael Brown
2006-06-26
1
-25
/
+23
*
Split ipv6 functions out from ipv4.c
Michael Brown
2006-06-26
1
-18
/
+0
*
Whitespace fixes
Michael Brown
2006-06-26
1
-125
/
+125
[next]