Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f284eb03ad62233b518dcda5895f58b021765a4d
/
net
0fb8190
net: lwip: add TFTP_BLOCKSIZE
by Jerome Forissier
· Wed Oct 16 12:04:13 2024 +0200
359d4ed
net: lwip: add wget command
by Jerome Forissier
· Wed Oct 16 12:04:09 2024 +0200
bc4d882
net: lwip: add dns command
by Jerome Forissier
· Wed Oct 16 12:04:07 2024 +0200
8f29e00
net: lwip: add ping command
by Jerome Forissier
· Wed Oct 16 12:04:06 2024 +0200
6a78e96
net: lwip: add TFTP support and tftpboot command
by Jerome Forissier
· Wed Oct 16 12:04:05 2024 +0200
1ff0036
net: lwip: add DHCP support and dhcp commmand
by Jerome Forissier
· Wed Oct 16 12:04:03 2024 +0200
c8d070c
net: eth-uclass: add function eth_start_udev()
by Jerome Forissier
· Wed Oct 16 12:04:01 2024 +0200
64abd78
net: split net into net{,-common,-legacy,-lwip}
by Jerome Forissier
· Wed Oct 16 12:04:00 2024 +0200
e0f9551
net: introduce alternative implementation as net/lwip/
by Jerome Forissier
· Wed Oct 16 12:03:59 2024 +0200
6b3cefc
net: correct wget_connected debug messages
by Heinrich Schuchardt
· Wed Oct 09 01:02:05 2024 +0200
df1d94b
net/wget: set filesize
by Heinrich Schuchardt
· Wed Oct 09 13:08:54 2024 +0200
97799bc
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
by Tom Rini
· Fri Oct 11 12:23:25 2024 -0600
4cafa21
global: Rename SPL_TPL_ to PHASE_
by Simon Glass
· Sun Sep 29 19:49:54 2024 -0600
86adc2e
global: Rename SPL_ to XPL_
by Simon Glass
· Sun Sep 29 19:49:53 2024 -0600
0e84d96
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:50 2024 -0600
1165ba0
tftp: implement support for LED activity
by Christian Marangi
· Tue Oct 01 14:24:39 2024 +0200
4e2e7a8
Merge patch series "Miscellaneous fixes"
by Tom Rini
· Tue Sep 24 10:11:59 2024 -0600
612b2b1
net: wget: allow EFI boot
by Jerome Forissier
· Wed Sep 11 11:58:22 2024 +0200
ab9ca8d
net: wget: removed unused function wget_success()
by Jerome Forissier
· Wed Sep 11 11:58:19 2024 +0200
7772809
wget: rework the logic to validate the load address
by Sughosh Ganu
· Mon Sep 16 20:50:25 2024 +0530
04e10b5
tftp: rework the logic to validate the load address
by Sughosh Ganu
· Mon Sep 16 20:50:24 2024 +0530
29cab7c
include: export uuid.h
by Caleb Connolly
· Fri Aug 30 13:34:37 2024 +0100
4474bab
net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)
by Jerome Forissier
· Mon Sep 02 15:25:11 2024 +0200
27fc17f
lmb: remove the lmb_init_and_reserve() function
by Sughosh Ganu
· Mon Aug 26 17:29:25 2024 +0530
0d733f0
lmb: allow lmb module to be used in SPL
by Sughosh Ganu
· Mon Aug 26 17:29:22 2024 +0530
291bf9c
lmb: make LMB memory map persistent and global
by Sughosh Ganu
· Mon Aug 26 17:29:18 2024 +0530
afab268
sandbox: Enable wget command
by Yasuharu Shibata
· Wed Aug 14 21:41:06 2024 +0900
4565096
net/tftp: make tftpput working with servers that do not use OACK
by Mikhail Kshevetskiy
· Fri Jul 12 13:47:54 2024 +0400
404a837
net: remove duplicate eth_env_set_enetaddr_by_index() declaration
by Alexander Sverdlin
· Mon Jul 08 11:09:58 2024 +0200
92188e1
net: Remove duplicate newlines
by Marek Vasut
· Sat Jul 13 15:19:26 2024 +0200
6c368f4
Fix Kconfig coding style from spaces to tab
by Anand Moon
· Sun Jun 23 23:10:21 2024 +0530
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· Mon May 20 13:35:03 2024 -0600
cb40ccc
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· Mon May 20 10:16:33 2024 -0600
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· Sat May 18 20:20:43 2024 -0600
2469b13
net: eth-uclass: guard against reentrant eth_init()/eth_halt() calls
by Matthias Schiffer
· Fri Apr 26 10:02:24 2024 +0200
7235660
net: Remove <common.h> and add needed includes
by Tom Rini
· Sat Apr 27 08:11:04 2024 -0600
0d871e7
rng: Introduce SPL_DM_RNG
by Marek Vasut
· Fri Apr 26 01:02:07 2024 +0200
92b982b
net: consider option-length when parsing NIS domain
by Heinrich Schuchardt
· Tue Apr 23 09:09:44 2024 +0200
ac178f7
net: add support to parse the NIS domain for the dhcp options
by Charles Hardin
· Fri Apr 12 13:45:33 2024 -0700
2c9b5af
net: wget: fix TCP sequence number wrap around issue
by Yasuharu Shibata
· Tue Apr 16 09:26:24 2024 +0900
07a00ef
net: wget: Support retransmission a dropped packet
by Yasuharu Shibata
· Sun Apr 14 19:46:07 2024 +0900
fa3dc82
net: nfs: fix file handle length in NFSv3
by Sébastien Szymanski
· Tue Mar 26 10:34:31 2024 +0100
fbb1637
net: mdio-uclass: Bind and probe generic Ethernet PHY driver
by Roger Quadros
· Tue Mar 05 15:24:53 2024 +0200
b4ef5a1
net: mdio: Handle bus level GPIO Reset
by Roger Quadros
· Wed Feb 28 12:35:26 2024 +0200
b916385
net: tftp: remove explicit efi configuration dependency
by AKASHI Takahiro
· Wed Jan 17 13:39:43 2024 +0900
1c38703
fastboot: multiresponse support
by Ion Agorria
· Fri Jan 05 09:22:06 2024 +0200
e9cc772
Merge tag 'v2024.01-rc6' into next
by Tom Rini
· Wed Jan 03 09:22:47 2024 -0500
1bbf41d
global: Drop common.h inclusion
by Tom Rini
· Thu Dec 14 13:16:47 2023 -0500
ed00860
net: fix NetConsole documentation reference
by Baruch Siach
· Mon Dec 18 09:37:53 2023 +0200
22a9508
net: wget: Support non-default HTTP port
by Marek Vasut
· Wed Dec 13 22:11:13 2023 +0100
35ee068
net: Make NET imply NETDEVICES
by Tom Rini
· Wed Nov 08 19:12:25 2023 -0500
e501ce1
cmd: efidebug: add uri device path
by Masahisa Kojima
· Fri Nov 10 13:25:41 2023 +0900
6721d18
net: wget: add wget with dns utility function
by Masahisa Kojima
· Fri Nov 10 13:25:35 2023 +0900
77b0ae3
net: wget: prevent overwriting reserved memory
by Masahisa Kojima
· Fri Nov 10 13:25:34 2023 +0900
3cc8444
net: eth-uclass: Improve error message when MAC is not found
by Fabio Estevam
· Fri Oct 20 09:41:51 2023 -0300
dcdc9fa
net: Add option for tracing packets
by Sean Anderson
· Sat Oct 07 21:53:12 2023 -0400
58e609b
net: eth-uclass: Setup ROM source only when ROM reading passes
by Michal Simek
· Fri Sep 15 16:10:06 2023 +0200
5786711
net: Get pxe config file from dhcp option 209
by Sean Edmond
· Tue Jul 25 16:20:30 2023 -0700
4e75c44
net: dhcp6: Fix OPT_BOOTFILE_PARAM parsing
by Sean Edmond
· Tue Jul 25 16:13:29 2023 -0700
123d900
net: bootp: Fall back to BOOTP from DHCP when unit testing
by Sean Anderson
· Sat Oct 14 16:47:53 2023 -0400
19b8ec1
net: bootp: Move port numbers to header
by Sean Anderson
· Sat Oct 14 16:47:52 2023 -0400
8a6557d
net: Fix compiling SPL when fastboot is enabled
by Sean Anderson
· Sat Oct 14 16:47:51 2023 -0400
b29a747
Merge branch 'next'
by Tom Rini
· Mon Oct 02 10:55:44 2023 -0400
bdd5f81
common: Drop linux/printk.h from common header
by Simon Glass
· Thu Sep 14 18:21:46 2023 -0600
bf44cf4
net: wget: Avoid packet queue overflow
by Richard Weinberger
· Thu Jul 20 14:51:56 2023 +0200
699709b
net: phy: Remove unused NEEDS_MANUAL_RELOC code bits
by Marek Vasut
· Wed Sep 06 23:30:09 2023 +0200
8420bb4
net: eth: Remove unused NEEDS_MANUAL_RELOC code bits
by Marek Vasut
· Wed Sep 06 23:30:07 2023 +0200
f24db5c
net: Fix the displayed value of bytes transferred
by Siddharth Vadapalli
· Mon Aug 14 10:23:47 2023 +0530
f2430b8
net: ipv6: router advertisement message length should be within limits
by Ehsan Mohandesi
· Thu May 18 11:24:38 2023 -0700
4157158
bootstd: Use bootdev instead of bootdevice
by Simon Glass
· Wed Jul 12 09:04:32 2023 -0600
4a4ebe3
Merge tag 'v2023.07-rc6' into next
by Tom Rini
· Wed Jul 05 11:28:55 2023 -0400
397d97b
net: dhcp6: Fix VCI string
by Sean Edmond
· Thu May 18 12:35:41 2023 -0700
0860588
net: ipv6: Fix CID 453851 and CID 436278
by Sean Edmond
· Thu May 18 12:35:40 2023 -0700
a10bf63
net: dsa: Fix OF fallback lookup for ports
by Marcus Comstedt
· Mon May 15 15:44:23 2023 +0000
b71d7f7
bootstd: Rename distro and syslinux to extlinux
by Simon Glass
· Wed May 10 16:34:46 2023 -0600
a0d6d27
net: ipv6: Add support for default gateway discovery.
by Ehsan Mohandesi
· Fri Apr 21 17:08:21 2023 -0700
0788290
net: share fastboot boot handle logic between transports
by Dmitrii Merkurev
· Wed Apr 12 19:49:31 2023 +0100
308252d
net: add fastboot TCP support
by Dmitrii Merkurev
· Wed Apr 12 19:49:30 2023 +0100
3acd054
net: support being a TCP server to unblock TCP fastboot
by Dmitrii Merkurev
· Wed Apr 12 19:49:29 2023 +0100
e8c4383
net: dhcp6: Add DHCPv6 (DHCP for IPv6)
by Sean Edmond
· Tue Apr 11 10:48:46 2023 -0700
c8075bd
net: add NFSv1 support
by Thomas RIENOESSL
· Fri Mar 10 10:51:55 2023 +0100
5009744
nfs: handle rpc errors for mount calls
by Thomas RIENOESSL
· Fri Mar 10 10:51:54 2023 +0100
e9839f9
nfs: factor out generic reply error handling
by Thomas RIENOESSL
· Fri Mar 10 10:51:53 2023 +0100
c1bec0d
nfs: convert supported_nfs_versions bitfield to an enum
by Thomas RIENOESSL
· Fri Mar 10 10:51:52 2023 +0100
a71b357
net: phy: Only call phy_init() on systems needing manual relocation
by Marek Vasut
· Sun Mar 19 18:03:17 2023 +0100
b506e7d
net: Pull board_interface_eth_init() into common code
by Marek Vasut
· Mon Mar 06 15:53:42 2023 +0100
c3128da
Correct SPL uses of PHY_FIXED
by Simon Glass
· Wed Feb 22 09:33:51 2023 -0700
8ce7c82
Correct SPL use of NETDEVICES
by Simon Glass
· Sun Feb 05 15:40:20 2023 -0700
3eaba079
Correct SPL uses of FASTBOOT_FLASH
by Simon Glass
· Sun Feb 05 15:39:53 2023 -0700
31072ed
net: ipv6: Fixed IPv6 string to address conversion off-by-one error
by Ehsan Mohandesi
· Fri Jan 13 09:27:41 2023 -0800
c1e3d53
net: ipv6: Fix IPv6 netmask parsing
by Sean Edmond
· Fri Jan 06 14:22:55 2023 -0800
1589836
net: tftp: Fix for DATA ACK for block count out of order
by Sean Edmond
· Wed Jan 04 18:16:26 2023 -0800
41b0f69
net: dsa: allow rcv() and xmit() to be optional
by Tim Harvey
· Wed Nov 30 09:42:47 2022 -0800
b91b11e
net: dsa: ensure dsa driver has proper ops
by Tim Harvey
· Wed Nov 30 09:42:46 2022 -0800
23a66c8
net: dsa: move cpu port probe to dsa_post_probe
by Tim Harvey
· Wed Nov 30 09:42:45 2022 -0800
973eb57
net: mdio-uclass: scan for dm mdio children on post-bind
by Tim Harvey
· Wed Nov 30 09:42:44 2022 -0800
7e1f6a4
bootstd: Add a new pre-scan priority for bootdevs
by Simon Glass
· Tue Jan 17 10:48:08 2023 -0700
18c5040
bootstd: Rename bootdev checkers
by Simon Glass
· Tue Jan 17 10:47:54 2023 -0700
5ea0a8d
bootstd: Add a hunter for ethernet
by Simon Glass
· Tue Jan 17 10:47:40 2023 -0700
b490f5f
sandbox: Allow ethernet bootdevs to be disabled for tests
by Simon Glass
· Tue Jan 17 10:47:28 2023 -0700
Next »