index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bootp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Get pxe config file from dhcp option 209
Sean Edmond
2023-11-05
1
-0
/
+21
*
net: bootp: Fall back to BOOTP from DHCP when unit testing
Sean Anderson
2023-10-17
1
-0
/
+6
*
net: bootp: Move port numbers to header
Sean Anderson
2023-10-17
1
-3
/
+0
*
Correct SPL use of NETDEVICES
Simon Glass
2023-02-10
1
-1
/
+1
*
global: Finish CONFIG -> CFG migration
Tom Rini
2023-01-20
1
-7
/
+7
*
net: CONFIG_NET_DEVICES in dhcp_handler()
Heinrich Schuchardt
2022-12-02
1
-1
/
+1
*
efi_loader: Let networking support depend on NETDEVICES
Jan Kiszka
2022-11-06
1
-1
/
+3
*
net: bootp: Make root path (option 17) length configurable
Andre Kalb
2022-08-08
1
-1
/
+1
*
Convert CONFIG_NET_RETRY_COUNT to Kconfig
Tom Rini
2022-03-18
1
-7
/
+2
*
net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY
Tom Rini
2022-03-03
1
-3
/
+0
*
net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP
Simon Glass
2022-01-21
1
-2
/
+3
*
net: bootp: Correct VCI string transmission
Walter Stoll
2021-11-23
1
-1
/
+1
*
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
1
-1
/
+1
*
Adds basic support for ProxyDHCP
Lyle Franklin
2020-12-01
1
-5
/
+22
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop uuid.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
env: Move env_get_ulong() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
net: Add option to prefer bootp/dhcp serverip
Alexander Graf
2018-07-02
1
-1
/
+6
*
net: Prefer command line arguments
Alexander Graf
2018-07-02
1
-5
/
+9
*
net: bootp: Fix compile error processing ntpserver option
Chris Packham
2018-05-14
1
-1
/
+1
*
net: dhcp: Allow "MAY_FAIL" to still try each adapter
Joe Hershberger
2018-01-15
1
-5
/
+12
*
net: Remove nfs.h include from bootp.c
Joe Hershberger
2018-01-15
1
-1
/
+0
*
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
1
-1
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-5
/
+5
*
env: Rename setenv() to env_set()
Simon Glass
2017-08-16
1
-1
/
+1
*
status_led: Kconfig migration
Uri Mashiach
2017-01-21
1
-3
/
+3
*
net: Handle an empty bootp extension section
Andre Renaud
2016-06-12
1
-0
/
+9
*
net: Optionally use pxe client arch from variable
Alexander Graf
2016-05-27
1
-7
/
+15
*
distro: Add efi pxe boot code
Alexander Graf
2016-05-27
1
-2
/
+11
*
bootp: Move vendor class identifier set to function
Alexander Graf
2016-05-27
1
-13
/
+13
*
efi_loader: Add network access support
Alexander Graf
2016-05-27
1
-0
/
+2
*
bootp: Prevent u-boot from using others responses.
Anton Persson
2016-03-27
1
-0
/
+2
*
net: bootp: Add environment variable for timeout period
Alexandre Messier
2016-02-26
1
-1
/
+10
*
net: Add bootfile in DHCP Request
Alexandre Messier
2016-01-28
1
-0
/
+1
*
net: bootp: Ignore packets whose yiaddr is 0
Peng Fan
2016-01-28
1
-0
/
+3
*
net: parse DHCP options from overloaded file/sname fields
Stefan Brüns
2015-10-29
1
-10
/
+32
*
net: Do not overwrite options found in overloaded 'file' field
Stefan Brüns
2015-10-29
1
-26
/
+18
*
net: cancel timeout handler after DHCPACK
Stefan Brüns
2015-10-28
1
-0
/
+1
*
net: Fix parsing of Bootp/DHCP option 0 (Pad)
Stefan Brüns
2015-10-28
1
-1
/
+10
*
net: send RFC1542 compliant value for bootp requests
Stefan Brüns
2015-10-28
1
-2
/
+6
*
net: reject Bootp/DHCP packets with bad OP value
Stefan Brüns
2015-10-28
1
-8
/
+5
*
net: protect status led access in bootp
Thomas Chou
2015-10-28
1
-1
/
+1
*
net: bootp fix vci string on SPL-Boot
Hannes Petermaier
2015-10-28
1
-1
/
+3
*
net: tftp: Move tftp.h file from ./net to ./include/net
Lukasz Majewski
2015-09-07
1
-1
/
+1
*
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
Sergey Temerkhanov
2015-04-18
1
-17
/
+16
*
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
1
-16
/
+17
*
net: cosmetic: Clean up DHCP variables and functions
Joe Hershberger
2015-04-18
1
-61
/
+58
[next]