grub/normal
Paulo de Rezende Pinatti 10830203a0 Added ARP protocol to network stack and fixed bug in grub_netbuff_alloc function.
* include/grub/net/arp.h: added arp header, arp cache entry and related constants and functions
* net/arp.c: added functions arp_init_table, arp_find_entry, arp_resolve and arp_receive
* net/ethernet.c (send_ethernet_packet): replaced hardcoded hardware address by parameter target_addr
* net/ethernet.c (recv_ethernet_packet): added call to arp_receive when packet is of type 0x803 (ARP) and only return when packet is of type determined by parameter ethertype
* net/ip.c (send_ip_packet): added call to arp_resolve to determine hardware address of destination
* net/netbuff.c (grub_netbuff_alloc): fixed swapped parameters in call to grub_memalign
2010-08-13 14:42:16 -03:00
..
auth.c Use FOR_* macros instead of *_iterate whenever possible. 2010-06-11 22:31:16 +02:00
autofs.c * normal/autofs.c (read_fs_list): New parameter 'prefix'. 2010-04-09 21:07:24 +02:00
cmdline.c 2010-03-06 Vladimir Serbinenko <phcoder@gmail.com> 2010-03-06 17:48:15 +01:00
color.c FORALL_ACTIVE_TERM_OUTPUTS macro 2009-12-24 17:51:43 +01:00
completion.c Use FOR_* macros instead of *_iterate whenever possible. 2010-06-11 22:31:16 +02:00
context.c * commands/hashsum.c (GRUB_MOD_INIT): Remove duplication of command 2010-05-01 20:28:07 +02:00
crypto.c * normal/autofs.c (read_fs_list): New parameter 'prefix'. 2010-04-09 21:07:24 +02:00
datetime.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
dyncmd.c * normal/autofs.c (read_fs_list): New parameter 'prefix'. 2010-04-09 21:07:24 +02:00
main.c Use FOR_* macros instead of *_iterate whenever possible. 2010-06-11 22:31:16 +02:00
menu.c Hotkey support 2010-05-01 19:33:17 +02:00
menu_entry.c Remove handlers 2010-03-27 00:19:42 +01:00
menu_text.c * normal/menu_text.c (print_message): Clean up the message and show 2010-04-09 21:16:17 +02:00
misc.c Added ARP protocol to network stack and fixed bug in grub_netbuff_alloc function. 2010-08-13 14:42:16 -03:00
term.c * normal/autofs.c (read_fs_list): New parameter 'prefix'. 2010-04-09 21:07:24 +02:00