grub2/grub-core/net
Paulo Flabiano Smorigo 4b74263a7e increase network try interval gradually
* grub-core/net/arp.c (grub_net_arp_send_request): Increase network try
interval gradually.
* grub-core/net/icmp6.c (grub_net_icmp6_send_request): Likewise.
* grub-core/net/net.c (grub_net_fs_read_real): Likewise.
* grub-core/net/tftp.c (tftp_open): Likewise.
* include/grub/net.h (GRUB_NET_INTERVAL_ADDITION): New define.

Origin: upstream, http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commitdiff;h=6f65e36cc4f92fe40672181eccf12eac4afb6738
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1314134
Last-Update: 2014-04-29

Patch-Name: net-ramp-up-interval.patch
2014-04-29 11:07:00 +01:00
..
drivers Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
arp.c increase network try interval gradually 2014-04-29 11:07:00 +01:00
bootp.c * grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprintf where it 2013-12-21 13:35:28 +01:00
dns.c Mark strings for translation and add remaining ones to exclude list. 2013-12-18 06:50:24 +01:00
ethernet.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
http.c * grub-core/net/http.c: Fix bad free. 2013-04-12 20:17:53 +02:00
icmp6.c increase network try interval gradually 2014-04-29 11:07:00 +01:00
icmp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
ip.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
net.c increase network try interval gradually 2014-04-29 11:07:00 +01:00
netbuff.c Remove grub_memalign on emu. 2013-12-08 18:12:20 +01:00
tcp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
tftp.c increase network try interval gradually 2014-04-29 11:07:00 +01:00
udp.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00