Andrei Borzenkov
|
5bc41db756
net/dhcp: Add explicit net_dhcp command
|
6 years ago |
Andrei Borzenkov
|
5a4f9d5c04
net/dhcp: Actually send out DHCPv4 DISCOVER and REQUEST messages
|
6 years ago |
Andrei Borzenkov
|
5a365fed87
net/dhcp: Allow receiving DHCP OFFER and ACK packets
|
6 years ago |
Andrei Borzenkov
|
93289dc67c
net/dhcp: Use DHCP options for name and bootfile
|
6 years ago |
Andrei Borzenkov
|
12e1b6e604
net/dhcp: Introduce per-interface timeout
|
6 years ago |
Andrei Borzenkov
|
5459243465
net/dhcp: Make grub_net_process_dhcp() take an interface
|
6 years ago |
Andrei Borzenkov
|
7ace83295a
net/dhcp: Refactor DHCP packet transmission into separate function
|
6 years ago |
Andrei Borzenkov
|
bd21d6465e
net/dhcp: Allow overloading legacy bootfile and name field
|
6 years ago |
Andrei Borzenkov
|
4c44bbd835
net/dhcp: Replace parse_dhcp_vendor() with find_dhcp_option()
|
6 years ago |
Andrei Borzenkov
|
0b5c14c7f6
net/dhcp: Remove dead code
|
6 years ago |
Andrei Borzenkov
|
f8c3af3b61
bootp: export next server IP as environment variable
|
8 years ago |
Andrei Borzenkov
|
6714d7ecff
bootp: check that interface is not NULL in configure_by_dhcp_ack
|
9 years ago |
Andrei Borzenkov
|
5b8ddf6e03
bootp: fix memory leak in grub_cmd_dhcpopt
|
9 years ago |
Josef Bacik
|
eb9f401fc1
net: fix ipv6 routing
|
9 years ago |
Andrei Borzenkov
|
a666c8bd18
bootp: ignore gateway_ip (relay) field.
|
10 years ago |
Andrey Borzenkov
|
954fe77163
cleanup: grub_cpu_to_XXX_compile_time for constants
|
11 years ago |
Paulo Flabiano Smorigo
|
e4dbf247b6
add grub_env_set_net_property function
|
11 years ago |
Vladimir Serbinenko
|
17b4355943
* grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprintf where it
|
11 years ago |
Vladimir Serbinenko
|
6d5a4ceefe
* grub-core/net/bootp.c (OFFSET_OF): Explicitly cast to grub_size_t.
|
11 years ago |
Vladimir Serbinenko
|
f06c2172c0
* grub-core/net/bootp.c (set_env_limn_ro): Make pointer const.
|
11 years ago |
Gustavo Luiz Duarte
|
9e236169e9
issue separate DNS queries for ipv4 and ipv6
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
28153eb87a
* grub-core/net/arp.c: Remove variable length arrays.
|
11 years ago |
Andrey Borzenkov
|
7a87d69fcf
* grub-core/net/bootp.c: Export net_* variables.
|
12 years ago |
Paulo Flabiano Smorigo
|
a9c0b699c0
* grub-core/net/bootp.c (grub_cmd_bootp): Check if there is any card
|
12 years ago |
Vladimir 'phcoder' Serbinenko
|
2aa072d76a
New variables 'net_default_*' to determine MAC/IP of default interface.
|
12 years ago |
Colin Watson
|
6c0314d638
Fix typos for "developer" and "development".
|
12 years ago |
Paulo Flabiano Smorigo
|
48ff08895d
* grub-core/net/bootp.c (parse_dhcp_vendor): Fix double increment.
|
12 years ago |
Vladimir 'phcoder' Serbinenko
|
0e7ec82034
* grub-core/net/bootp.c (grub_net_configure_by_dhcp_ack): Don't create
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
9d611a318d
* grub-core/net/bootp.c (grub_net_configure_by_dhcp_ack): Prefer
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
44a0efc180
* grub-core/net/bootp.c (grub_cmd_bootp): Fix packet allocation size.
|
13 years ago |