grub/grub-core/net
Vladimir 'phcoder' Serbinenko 3e74723951 Keep TX and RX buffers on EFI rather than always allocate new ones.
* include/grub/net.h (grub_net_card_driver): Allow driver to modify
	card. All users updated.
	(grub_net_card): New members txbuf, rcvbuf, rcvbufsize and txbusy.
	* grub-core/net/drivers/efi/efinet.c (send_card_buffer): Reuse buffer.
	(get_card_packet): Likewise.
	(grub_efinet_findcards): Init new fields.
2012-06-09 11:00:18 +02:00
..
drivers Keep TX and RX buffers on EFI rather than always allocate new ones. 2012-06-09 11:00:18 +02:00
arp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
bootp.c * grub-core/net/bootp.c (set_env_limn_ro): Replace reserved ':' with 2012-05-08 14:07:49 +02:00
dns.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
ethernet.c support routed pings 2011-10-13 20:53:22 +02:00
http.c * grub-core/net/http.c: Add TRANSLATORS comments. 2012-03-05 16:42:26 +01:00
icmp.c support routed pings 2011-10-13 20:53:22 +02:00
icmp6.c support routed pings 2011-10-13 20:53:22 +02:00
ip.c * grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff. 2012-05-08 16:03:02 +02:00
net.c * grub-core/net/bootp.c (set_env_limn_ro): Replace reserved ':' with 2012-05-08 14:07:49 +02:00
netbuff.c * grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff. 2012-05-08 16:03:02 +02:00
tcp.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
tftp.c * grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff. 2012-05-08 16:03:02 +02:00
udp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00