david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net
Piotr Jaroszyński b9eaf24df2 [build] Fix misaligned table entries when using gcc 4.5
Declarations without the accompanying __table_entry cause misalignment
of the table entries when using gcc 4.5.  Fix by adding the
appropriate __table_entry macro or (where possible) by removing
unnecessary forward declarations.

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-08-20 10:13:04 +01:00
..
80211 [802.11] Fix a use-after-free 2010-08-01 17:29:57 +01:00
infiniband [interface] Convert all data-xfer interfaces to generic interfaces 2010-06-22 15:50:31 +01:00
tcp [http] Pass through unknown interface method calls 2010-06-22 19:33:39 +01:00
udp [compiler] Prevent empty weak function stubs from being removed 2010-08-19 13:37:52 +01:00
aoe.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
arp.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
cachedhcp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
dhcpopts.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
dhcppkt.c [refcnt] Add ref_init() wrapper function 2010-06-22 14:26:40 +01:00
eapol.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
eth_slow.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
ethernet.c [lacp] Add simple LACP implementation 2010-05-10 16:34:17 +01:00
fakedhcp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
icmp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
icmpv6.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
infiniband.c [libc] Enable automated extraction of error usage reports 2010-05-31 03:11:57 +01:00
iobpad.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ipv4.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
ipv6.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
mii.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ndp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
netdev_settings.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
netdevice.c [netdevice] Provide a test mechanism for discarding packets at random 2010-07-20 20:58:10 +01:00
nullnet.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
rarp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
retry.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
tcp.c [tcp] Fix a 64bit compile time error 2010-07-22 21:25:40 +01:00
tcpip.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
tls.c [tls] Handle multiple handshake records 2010-06-23 01:01:32 +01:00
udp.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00