Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
22297aaa4f26073829b8c8e14a8a489498b7a04f
/
net
bdce340
net: Add option to prefer bootp/dhcp serverip
by Alexander Graf
· 6 years ago
449312c
net: Prefer command line arguments
by Alexander Graf
· 6 years ago
d8970da
net: Add new wol command - Wake on LAN
by Lothar Felten
· 6 years ago
6dc73df
net: fastboot: Fix build when FASTBOOT_FLASH is disabled
by Alex Kiernan
· 6 years ago
d48d40a
net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP
by Vasily Khoruzhick
· 6 years ago
60177b2
net: Protect net_state from reentrant net_loop()
by Leonid Iziumtsev
· 7 years ago
3ce4304
net: Initialize as many ethernet devices as possible
by Mario Six
· 7 years ago
2d8f25e
net: Always align tx packets
by Mario Six
· 7 years ago
f73a7df
net: fastboot: Merge AOSP UDP fastboot
by Alex Kiernan
· 6 years ago
4b4dc52
net: bootp: Fix compile error processing ntpserver option
by Chris Packham
· 7 years ago
f739fcd
SPDX: Convert a few files that were missed before
by Tom Rini
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
5f967c0
net: Make core net code depend on NET instead of CMD_NET
by Joe Hershberger
· 7 years ago
92fa44d
net: Move net command options to the cmd menu
by Joe Hershberger
· 7 years ago
d7a45ea
net: Make CMD_NET a menuconfig
by Joe Hershberger
· 7 years ago
9925f1d
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· 7 years ago
a532e2f
net: Only access network devices after init
by Alexander Graf
· 7 years ago
17d413b
net: Fix netretry condition
by Leonid Iziumtsev
· 7 years ago
3b3ea2c
Kconfig: cmd: Make networking command dependent on NET
by Michal Simek
· 7 years ago
d021e94
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
by Adam Ford
· 7 years ago
a5a3756
Convert CONFIG LIB_HW_RAND to Kconfig
by Adam Ford
· 7 years ago
2099b9f
net: dhcp: Allow "MAY_FAIL" to still try each adapter
by Joe Hershberger
· 7 years ago
765a159
net: Remove nfs.h include from bootp.c
by Joe Hershberger
· 7 years ago
64b8d7a
net/tftp: fix build if CMD_BOOTEFI is not set
by Jörg Krause
· 7 years ago
0b1e580
net: nfs: Drop CONFIG_NFS_READ_SIZE
by Tom Rini
· 7 years ago
723806c
env: Rename some other getenv()-related functions
by Simon Glass
· 7 years ago
35affd7
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
by Simon Glass
· 7 years ago
bfebc8c
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
by Simon Glass
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
fd1e959
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
by Simon Glass
· 7 years ago
018f530
env: Rename common functions related to setenv()
by Simon Glass
· 7 years ago
382bee5
env: Rename setenv() to env_set()
by Simon Glass
· 7 years ago
704f3ac
net: Use packed structures for networking
by Denis Pynkin
· 7 years ago
66c89ee
net: Fix compile failure in net.c
by Holger Dengler
· 7 years ago
0c17b1b
net: tftp: silence a subscript above array bounds compile time warning
by Vladimir Zapolskiy
· 7 years ago
b044cc1
net: Get mac address from driver as seed
by Jimmy Du
· 7 years ago
c08248d
net: core: avoid possible NULL pointer dereference
by xypron.glpk@gmx.de
· 7 years ago
9444387
net: Disable the format-extra-args warning
by Tom Rini
· 7 years ago
8cfb773
net/arp: remove superfluous assignments
by xypron.glpk@gmx.de
· 8 years ago
27a0f03
net: link_local: Fix netmask endianness bug
by Alexandre Messier
· 8 years ago
ee6fdfa
net: don't override ethernet address environment
by Roger Quadros
· 8 years ago
26d40b0
net: core: cosmetic: A MAC address is not limited to SROM
by oliver@schinagl.nl
· 8 years ago
9f455bc
net: cosmetic: Make the MAC address string less magical
by oliver@schinagl.nl
· 8 years ago
a40db6d
net: cosmetic: Do not use magic values for ARP_HLEN
by oliver@schinagl.nl
· 8 years ago
2d8d190
status_led: Kconfig migration
by Uri Mashiach
· 8 years ago
73d570a7
net: write enetaddr down to hardware on env_callback
by Marek Vasut
· 8 years ago
aa555fe
net: use random ethernet address if invalid and not zero
by Siva Durga Prasad Paladugu
· 8 years ago
c86ff7f
net: write enetaddr down to hardware on env_callback
by Hannes Schmelzer
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
11bde1c
Kconfig: spl: Add SPL support options to Kconfig
by Simon Glass
· 8 years ago
11e8ec9
Revert "net: nfs: Correct the reply data buffer size"
by Joe Hershberger
· 8 years ago
a73588f
Revert "net: nfs: Use the tx buffer to construct rpc msgs"
by Joe Hershberger
· 8 years ago
1ff65d4
net: nfs: Simplify rpc_add_credentials()
by Joe Hershberger
· 8 years ago
998372b
net: nfs: Use the tx buffer to construct rpc msgs
by Joe Hershberger
· 8 years ago
d89ff2d
net: nfs: Move some prints to debug statements
by Joe Hershberger
· 8 years ago
0517cc4
net: nfs: Use consistent names for the rpc_pkt
by Joe Hershberger
· 8 years ago
c629c45
net: nfs: Correct a comment
by Joe Hershberger
· 8 years ago
051ed9a
net: nfs: Consolidate handling of NFSv3 attributes
by Joe Hershberger
· 8 years ago
347a901
net: nfs: Fix lines that are too long
by Joe Hershberger
· 8 years ago
6279b49
net: nfs: Correct the reply data buffer size
by Joe Hershberger
· 8 years ago
5280c76
net: nfs: Share the file handle buffer for v2 / v3
by Joe Hershberger
· 8 years ago
b0baca9
net: NFS: Add NFSv3 support
by Guillaume GARDET
· 8 years ago
d23d7bd
net: nfs: Remove unused define
by Joe Hershberger
· 8 years ago
f8b26c7
net: nfs: Remove separate buffer for default name
by Joe Hershberger
· 8 years ago
aa7a648
net: Stop including NFS overhead in defragment max
by Joe Hershberger
· 8 years ago
62a3b7d
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
e4ead4a
net: Fix incorrect RPC packets on 64-bit systems
by Ralf Hubert
· 8 years ago
69fd0d4
NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server
by Guillaume GARDET
· 8 years ago
166c409
net: Handle an empty bootp extension section
by Andre Renaud
· 9 years ago
bc6fc28
net: Optionally use pxe client arch from variable
by Alexander Graf
· 8 years ago
20898ea
distro: Add efi pxe boot code
by Alexander Graf
· 9 years ago
210be5c
net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig
by Alexander Graf
· 9 years ago
fa96f37
net: Fix client identifiers for ARM
by Alexander Graf
· 9 years ago
0dac6b4
net: Move the VCI and client arch values to Kconfig
by Alexander Graf
· 9 years ago
4570a99
bootp: Move vendor class identifier set to function
by Alexander Graf
· 9 years ago
0efe1bc
efi_loader: Add network access support
by Alexander Graf
· 9 years ago
214cc90
bootp: Prevent u-boot from using others responses.
by Anton Persson
· 9 years ago
50768f5
net: bootp: Add environment variable for timeout period
by Alexandre Messier
· 9 years ago
a7c45ec
microblaze: Correct build error in eth-uclass.c
by Simon Glass
· 9 years ago
b2b7fbc
net: Add bootfile in DHCP Request
by Alexandre Messier
· 9 years ago
c4998f9
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· 9 years ago
db9391e
net: Move driver-model code into its own file
by Simon Glass
· 9 years ago
8607a6b
net: Move remaining common functions to eth_common.c
by Simon Glass
· 9 years ago
9987ecd
net: Move environment functions to the common file
by Simon Glass
· 9 years ago
818f91e
net: Move common init into a new eth_common.c file
by Simon Glass
· 9 years ago
c32a6fd
net: Don't call board/cpu_eth_init() with driver model
by Simon Glass
· 9 years ago
44c42dd
net: bootp: Ignore packets whose yiaddr is 0
by Peng Fan
· 9 years ago
821fec0
net: remove scary warning about EEPROM provided MAC address
by Andre Przywara
· 9 years ago
c5a7533
net: Fix delay in net_retry test
by Joe Hershberger
· 9 years ago
4cdc2c8
dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()
by Bin Meng
· 9 years ago
a671c4f
dm: eth: Test 'ethrotate' before changing current ethernet device
by Bin Meng
· 9 years ago
9406758
dm: net: Fix DM for targets which use MANUAL_RELOC
by Michal Simek
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
ac1d313
net: eth: Check return value in various places
by Bin Meng
· 9 years ago
a16edab
net: eth: Clear MAC address in eth_pre_remove()
by Bin Meng
· 9 years ago
11a69ff
net: Increase the size of the net_boot_file_name buffer
by Jacob Stiffler
· 9 years ago
774c3e0
net: parse DHCP options from overloaded file/sname fields
by Stefan Brüns
· 9 years ago
ec87b1b
net: Do not overwrite options found in overloaded 'file' field
by Stefan Brüns
· 9 years ago
219cc94
net: change the env name to use const
by Josh Wu
· 9 years ago
Next »