Alec Brown
|
4f7d77d7e0
net/bootp: Fix unchecked return value
|
2 년 전 |
Alec Brown
|
23c3cbe1db
net/bootp: Fix uninitialized scalar variable
|
2 년 전 |
Elyes Haouas
|
e453a4a643
net: Remove trailing whitespaces
|
3 년 전 |
Carlos Maiolino
|
81f1962393
fs: Use 64-bit type for filesystem timestamp
|
3 년 전 |
Peter Jones
|
f725fa7cb2
calloc: Use calloc() at most places
|
4 년 전 |
Paulo Flabiano Smorigo
|
febc761e67
net/dhcp: Set net_<interface>_client{id, uuid} variables from DHCP options
|
5 년 전 |
Andrei Borzenkov
|
5bc41db756
net/dhcp: Add explicit net_dhcp command
|
6 년 전 |
Andrei Borzenkov
|
5a4f9d5c04
net/dhcp: Actually send out DHCPv4 DISCOVER and REQUEST messages
|
6 년 전 |
Andrei Borzenkov
|
5a365fed87
net/dhcp: Allow receiving DHCP OFFER and ACK packets
|
6 년 전 |
Andrei Borzenkov
|
93289dc67c
net/dhcp: Use DHCP options for name and bootfile
|
6 년 전 |
Andrei Borzenkov
|
12e1b6e604
net/dhcp: Introduce per-interface timeout
|
6 년 전 |
Andrei Borzenkov
|
5459243465
net/dhcp: Make grub_net_process_dhcp() take an interface
|
6 년 전 |
Andrei Borzenkov
|
7ace83295a
net/dhcp: Refactor DHCP packet transmission into separate function
|
6 년 전 |
Andrei Borzenkov
|
bd21d6465e
net/dhcp: Allow overloading legacy bootfile and name field
|
6 년 전 |
Andrei Borzenkov
|
4c44bbd835
net/dhcp: Replace parse_dhcp_vendor() with find_dhcp_option()
|
6 년 전 |
Andrei Borzenkov
|
0b5c14c7f6
net/dhcp: Remove dead code
|
6 년 전 |
Andrei Borzenkov
|
f8c3af3b61
bootp: export next server IP as environment variable
|
8 년 전 |
Andrei Borzenkov
|
6714d7ecff
bootp: check that interface is not NULL in configure_by_dhcp_ack
|
9 년 전 |
Andrei Borzenkov
|
5b8ddf6e03
bootp: fix memory leak in grub_cmd_dhcpopt
|
9 년 전 |
Josef Bacik
|
eb9f401fc1
net: fix ipv6 routing
|
9 년 전 |
Andrei Borzenkov
|
a666c8bd18
bootp: ignore gateway_ip (relay) field.
|
9 년 전 |
Andrey Borzenkov
|
954fe77163
cleanup: grub_cpu_to_XXX_compile_time for constants
|
10 년 전 |
Paulo Flabiano Smorigo
|
e4dbf247b6
add grub_env_set_net_property function
|
11 년 전 |
Vladimir Serbinenko
|
17b4355943
* grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprintf where it
|
11 년 전 |
Vladimir Serbinenko
|
6d5a4ceefe
* grub-core/net/bootp.c (OFFSET_OF): Explicitly cast to grub_size_t.
|
11 년 전 |
Vladimir Serbinenko
|
f06c2172c0
* grub-core/net/bootp.c (set_env_limn_ro): Make pointer const.
|
11 년 전 |
Gustavo Luiz Duarte
|
9e236169e9
issue separate DNS queries for ipv4 and ipv6
|
11 년 전 |
Vladimir 'phcoder' Serbinenko
|
28153eb87a
* grub-core/net/arp.c: Remove variable length arrays.
|
11 년 전 |
Andrey Borzenkov
|
7a87d69fcf
* grub-core/net/bootp.c: Export net_* variables.
|
11 년 전 |
Paulo Flabiano Smorigo
|
a9c0b699c0
* grub-core/net/bootp.c (grub_cmd_bootp): Check if there is any card
|
11 년 전 |