Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c8ca1cbebee861bda20768c950b974478f94f07c
/
net
deea30d
net: support NETCONSOLE option via Kconfig
by Bernhard Nortmann
· 9 years ago
8de9d12
net: expose eth_is_active() function to test network device state
by Bernhard Nortmann
· 9 years ago
9ac7bbf
dm: eth: Correctly detect alias in eth_get_dev_by_name()
by Bin Meng
· 9 years ago
124e138
dm: eth: Do not print misleading "Net Initialization Skipped"
by Bin Meng
· 9 years ago
e67eaa8
net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
by Bin Meng
· 9 years ago
2118592
net: tftp: Move tftp.h file from ./net to ./include/net
by Lukasz Majewski
· 9 years ago
afd3160
net: Return -EINTR when ctrl+c is pressed
by Michal Simek
· 9 years ago
74154e1
tftp: adjust settings to be suitable for 100Mbit ethernet
by Pavel Machek
· 9 years ago
dd081cc
tftp.c: fix CONFIG_TFTP_TSIZE for small files
by Max Krummenacher
· 9 years ago
c91b2b7
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
by Simon Glass
· 9 years ago
dc6eda3
dm: eth: Avoid blocking on packet reception
by Simon Glass
· 9 years ago
8ab8b72
Allow CONFIG_REGEX to be disabled when CONFIG_NET
by Joe Hershberger
· 9 years ago
2c1b1db
net: Fix NET_RANDOM_ETHADDR dependencies
by Michal Simek
· 10 years ago
7e0b015
net: Handle ethaddr changes as an env callback
by Joe Hershberger
· 10 years ago
7545c07
net: Remove duplicate bootfile syncing functionality
by Joe Hershberger
· 10 years ago
875b6bf
net: Use env callbacks for net variables
by Joe Hershberger
· 10 years ago
2dc2b5d
net: Implement random ethaddr fallback in eth.c
by Joe Hershberger
· 10 years ago
e84319a
net: Update hardware MAC address if it changes in env
by Joe Hershberger
· 10 years ago
1aa1126
dm: net: rtc: Support using driver model for rtc in sntp
by Simon Glass
· 10 years ago
1299466
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
by Simon Glass
· 10 years ago
b6121f2
dm: net: Use existing Ethernet init for driver model
by Simon Glass
· 10 years ago
22498c5
net: Fix compile errors when SNTP enabled and not DATE
by Joe Hershberger
· 10 years ago
4c00eeb
net: Convert protocol structures to use explicit sizes
by Sergey Temerkhanov
· 10 years ago
bf5ad64
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
by Sergey Temerkhanov
· 10 years ago
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· 10 years ago
c10c0b1
net: cosmetic: Fix checkpatch.pl failures in eth.c
by Joe Hershberger
· 10 years ago
c3e92a7
net: cosmetic: Fix checkpatch.pl failures in linklocal
by Joe Hershberger
· 10 years ago
013d387
net: cosmetic: Clean up cmd_net variables and functions
by Joe Hershberger
· 10 years ago
d02aa6b
net: cosmetic: Clean up netconsole variables and functions
by Joe Hershberger
· 10 years ago
f725e34
net: cosmetic: Clean up DNS variables and functions
by Joe Hershberger
· 10 years ago
527336f
net: cosmetic: Clean up CDP variables and functions
by Joe Hershberger
· 10 years ago
d640d5d
net: cosmetic: Clean up ping variables and functions
by Joe Hershberger
· 10 years ago
4af0b77
net: cosmetic: Clean up SNTP variables and functions
by Joe Hershberger
· 10 years ago
8e805bb
net: cosmetic: Clean up RARP variables and functions
by Joe Hershberger
· 10 years ago
40d7ca9
net: cosmetic: Clean up NFS variables and functions
by Joe Hershberger
· 10 years ago
2fe81a5
net: cosmetic: Clean up DHCP variables and functions
by Joe Hershberger
· 10 years ago
85ae776
net: cosmetic: Clean up ARP variables and functions
by Joe Hershberger
· 10 years ago
6470159
net: cosmetic: Clean up TFTP variables and functions
by Joe Hershberger
· 10 years ago
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· 10 years ago
a8ca4f6
net: cosmetic: Cleanup internal packet buffer names
by Joe Hershberger
· 10 years ago
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
6d23643
net: cosmetic: Fixup var names for DHCP strings
by Joe Hershberger
· 10 years ago
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· 10 years ago
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· 10 years ago
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· 10 years ago
f4dc96a
net: Improve error handling
by Joe Hershberger
· 10 years ago
aa52edd
dm: eth: Add support for ethprime env var
by Joe Hershberger
· 10 years ago
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· 10 years ago
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· 10 years ago
f77abc5
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· 10 years ago
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· 10 years ago
ed19185
net: Access mapped physmem in net functions
by Joe Hershberger
· 10 years ago
e44a0ea
net: Make netretry actually do something
by Joe Hershberger
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· 10 years ago
d0ce341
net: Change return codes from net/eth.c to use errorno constants
by Joe Hershberger
· 10 years ago
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· 10 years ago
ca044ad
net: Rename helper function to be more clear
by Joe Hershberger
· 10 years ago
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· 10 years ago
dfcdcee
net: Use new checksum functions
by Simon Glass
· 10 years ago
0015391
net: Add a separate file for IP checksumming
by Simon Glass
· 10 years ago
a9c2cbd
net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed
by Wu, Josh
· 10 years ago
b03bf63
eth: make eth_address_set static
by Jeroen Hofstee
· 10 years ago
c8f0a5c
net: Display the size when tftpboot finishes
by Simon Glass
· 10 years ago
db06592
SPDX License cleanup for LiMon imported files
by Wolfgang Denk
· 10 years ago
f3e12b7
kconfig: add blank Kconfig files
by Masahiro Yamada
· 10 years ago
57b8013
net: dns: fix for DNS queries sent to the wrong MAC address
by Gerhard Sittig
· 10 years ago
8977cda
net: More BOOTP retry timeout improvements
by Thierry Reding
· 10 years ago
69e1e35
net: BOOTP retry timeout improvements
by Stephen Warren
· 10 years ago
222981f
Ethernet: let user know if there is no valid ethernet address
by Pavel Machek
· 10 years ago
764c29d
bootp can use mdelay
by Pavel Machek
· 10 years ago
ea07042
fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL
by Hannes Petermaier
· 10 years ago
0b16e65
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· 11 years ago
0c81336
lib: uuid: code refactor for proper maintain between uuid bin and string
by Przemyslaw Marczak
· 11 years ago
0d68fb1
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
37ecfa1
net: execute "miiphy_init" if CONFIG_PHYLIB defined
by Alexey Brodkin
· 11 years ago
91393c5
net: tftpsrv: Get correct client MAC address
by Andrew Ruder
· 11 years ago
0d75736
net: tftp: Make sure timeout will not effect wrap offset
by rockly
· 11 years ago
51dda80
net: convert a makefile to Kbuild style
by Masahiro Yamada
· 11 years ago
6c8921f
NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined
by Jim Lin
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
5fb50bf
net: Correct check for link-local target IP conflict
by Joe Hershberger
· 12 years ago
878dad0
net/tftp: sparse fixes
by Kim Phillips
· 12 years ago
b8d5b8c
net: nfs: add dynamic wait period
by Matthias Brugger
· 12 years ago
09a2bb8
NET: Fix system hanging if NET device is not installed
by Jim Lin
· 12 years ago
596295d
net: Use new numeric setenv functions
by Simon Glass
· 12 years ago
99c7480
net: Fix endianness bug in link-local
by Joe Hershberger
· 12 years ago
cab9a8d
net: Add tftp speed indication
by Simon Glass
· 12 years ago
dc9d1e5
env: Add a bootfile env handler
by Joe Hershberger
· 12 years ago
864ec56
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
40c2c03
net/: sparse fixes
by Kim Phillips
· 12 years ago
659c9cd
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
19d6bc0
net: fix netconsole filtering
by Joe Hershberger
· 12 years ago
f7a2c55
OMAP: networking support for SPL
by Ilya Yanok
· 12 years ago
3087658
net/bootp: add VCI support for BOOTP also
by Ilya Yanok
· 12 years ago
5a672a2
net: Quietly ignore DHCP Option 28 (Broadcast Address)
by Brian Rzycki
· 12 years ago
050219e
net: eth_write_hwaddr: Return error for invalid MACs
by Benoît Thébaudeau
· 12 years ago
58cd218
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· 12 years ago
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
bf17618
net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000
by Tetsuyuki Kobayashi
· 12 years ago
Next »