Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ce7cc047fed8414ba567b044e4a03d01ded0870e
/
net
7019d25
net/net.c: Update ipaddr if the environment has changed
by Enric Balletbo i Serra
· 13 years ago
2f3dc0a
net/tftp.c: fix typo
by Luca Ceresoli
· 14 years ago
7aa81a4
TFTP: add tftpsrv command
by Luca Ceresoli
· 14 years ago
b640ed3
TFTP: net/tftp.c: add server mode receive
by Luca Ceresoli
· 14 years ago
562dfe5
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
by Luca Ceresoli
· 14 years ago
5079c76
TFTP: replace "server" with "remote" in local variable names
by Luca Ceresoli
· 14 years ago
4e7a02b
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
by Luca Ceresoli
· 14 years ago
09b1823
net/tftp.c: cosmetic: fix indentation
by Luca Ceresoli
· 14 years ago
6072fcd
net/tftp.c: cosmetic: trailing statements should be on next line
by Luca Ceresoli
· 14 years ago
35dfb18
net/tftp.c: cosmetic: fix brace issues
by Luca Ceresoli
· 14 years ago
c4ffb9f
net/tftp.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 14 years ago
bf6ce41
net/tftp.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 14 years ago
f40538a
net/tftp.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 14 years ago
c42fc27
net/tftp.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 14 years ago
db21082
net/net.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 14 years ago
b19d0b7
net/net.c: cosmetic: fix indentation
by Luca Ceresoli
· 14 years ago
5fe6de2
net/net.c: cosmetic: parentheses not required for return
by Luca Ceresoli
· 14 years ago
f27d91f
net/net.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 14 years ago
e8ccbb0
net/net.c: cosmetic: fix brace issues
by Luca Ceresoli
· 14 years ago
7cbd748
net/net.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 14 years ago
d01bc1c
net/net.c: cosmetic: variable initializations
by Luca Ceresoli
· 14 years ago
5c83a96
net/net.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 14 years ago
428ab36
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
00dceba
netconsole: remove `serverip' check
by Simon Guinot
· 14 years ago
fa51d4c
NET: Correct potential missing goto label in case statement.
by Gray Remlin
· 14 years ago
aecf6fc
Create PHY Lib for U-Boot
by Andy Fleming
· 14 years ago
a0978eb
Fix bad padding of bootp request packet
by Simon Glass
· 14 years ago
0fce515
Fix compile warning in net/eth.c
by Remy Bohmer
· 14 years ago
1e9961d
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago
89c7392
string_to_VLAN: constify "var" arg
by Mike Frysinger
· 14 years ago
c8ecaa3
copy_filename: constify "src" arg
by Mike Frysinger
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
cfdc8e0
Net: clarify board/cpu_eth_init calls
by Ben Warren
· 14 years ago
1c7dca5
net: Fix potential empty DHCP Parameter Request List
by Jason Liu
· 14 years ago
f7a48ca
rarp: Condtionally compile rarp support
by Peter Tyser
· 14 years ago
5ffd701
Net: Remove redundant CONFIG_NET_MULTI directives
by Ben Warren
· 14 years ago
97824d6
Fix compile warnings for const correctness
by Ben Warren
· 14 years ago
2843ed9
net: warn about spaces in device names
by Mike Frysinger
· 14 years ago
284902e
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
by Wolfgang Denk
· 14 years ago
e7ade8b
ip/defrag: fix processing of last short fragment
by Fillod Stephane
· 14 years ago
6db991a
Program net device MAC addresses after initializing
by Ben Warren
· 15 years ago
55b50e9
./net/net.c - make Microsoft dns servers happy with random_port() numbers
by Robin Getz
· 15 years ago
d46bcd3
net: Trivial coding style issue with empty for statement
by Detlev Zundel
· 15 years ago
b233bd7
TFTP: allow for adjustable retransmission timout
by Wolfgang Denk
· 15 years ago
8b3cc06
Make getenv_IPaddr() global
by Dirk Behme
· 15 years ago
b46293f
Add error codes/handling for TFTP-server
by Remy Bohmer
· 15 years ago
8c2926d
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
b956fba
nfs: NfsTimeout() updates
by Evan Samanas
· 15 years ago
867d870
fix nfs symlink name corruption
by Ed Swarthout
· 15 years ago
0ddb8e8
Repair the 'netretry=once' option.
by Remy Bohmer
· 15 years ago
2b18422
net/bootp.c: fix compile warning
by Wolfgang Denk
· 15 years ago
b3b00ed
Add Transfer Size Option to tftp
by Robin Getz
· 15 years ago
252f04d
nfs: accept CONFIG_NFS_READ_SIZE from config file
by Alessandro Rubini
· 15 years ago
8832f6e
tftp: get the tftp block size from config file and from the environment
by Alessandro Rubini
· 15 years ago
f119e3d
net: defragment IP packets
by Alessandro Rubini
· 15 years ago
12730c7
net/tftp.c: fix warning: pointer targets differ in signedness
by Wolfgang Denk
· 15 years ago
e129d56
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· 15 years ago
9e0a4d6
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
bddc726
Coding Style cleanup; update CHANGELOG.
by Wolfgang Denk
· 15 years ago
470a6d4
Save server's MAC address in environment
by Robin Getz
· 15 years ago
16bb21d
DHCP regression on 2009-06
by Michael Zaidman
· 15 years ago
cc44306
Add warning about upcoming removal of old Ethernet API
by Ben Warren
· 15 years ago
82f0d23
Add DNS support
by Robin Getz
· 15 years ago
dc16603
net: rename NetRxPkt to NetRxPacket
by Mike Frysinger
· 15 years ago
20a020c
A VLAN tagged DHCP request/discover is 4 bytes short
by Norbert van Bolhuis
· 15 years ago
6045806
Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
by Ben Warren
· 16 years ago
5301bbf
Switched davinci_emac Ethernet driver to use newer API
by Ben Warren
· 16 years ago
3b195ff
netloop: updates for NetLoop
by Heiko Schocher
· 16 years ago
21d2cd2
Replace __attribute references with __attribute__
by Peter Tyser
· 16 years ago
b97bfe4
NetLoop initialization bug
by Michael Zaidman
· 16 years ago
79ca1b9
net: get mac address from environment and use eth util funcs
by Mike Frysinger
· 16 years ago
c34319c
net: new utility functions for working with enetaddr's
by Mike Frysinger
· 16 years ago
d5695f4
convert print_IPaddr() to %pI4
by Mike Frysinger
· 16 years ago
0c303fa
netloop: speed up NetLoop
by Heiko Schocher
· 16 years ago
e7fd34b
Add eth_get_dev_by_index
by Andy Fleming
· 16 years ago
9e3cc95
net/sntp.c: move ifdef into Makefile COBJS-$(...)
by Mike Frysinger
· 16 years ago
e8a0277
Fix IP alignment problem
by Olav Morken
· 16 years ago
fd97492
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 16 years ago
6294850
Update U-Boot's build timestamp on every compile
by Peter Tyser
· 16 years ago
5e58efa
net: Fix TftpStart() ip:filename bug
by Peter Tyser
· 16 years ago
49570cd
net: Add additional IP fragmentation check
by Peter Tyser
· 16 years ago
0885bf0
net: Define IP flag field values
by Peter Tyser
· 16 years ago
9e37c58
Moved initialization of PPC4xx EMAC to cpu_eth_init()
by Ben Warren
· 16 years ago
3a918a6
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
by Ben Warren
· 16 years ago
bbff280
Moved initialization of MPC8XX SCC to cpu_eth_init()
by Ben Warren
· 16 years ago
5d71837
Moved initialization of MPC8220 FEC to cpu_eth_init()
by Ben Warren
· 16 years ago
6773169
Moved initialization of QE Ethernet controller to cpu_eth_init()
by Ben Warren
· 16 years ago
70618a3
Moved initialization of FCC Ethernet controller to cpu_eth_init
by Ben Warren
· 16 years ago
93971f6
net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
by Shinya Kuribayashi
· 16 years ago
3ead27f
Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
by Ben Warren
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
371cde7
net: Make TFTP server timeout configurable
by Bartlomiej Sieka
· 16 years ago
5666846
net: express the first argument to NetSetTimeout() in milliseconds
by Bartlomiej Sieka
· 16 years ago
e5167f1
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
d31a59b
Don't tftp to unknown flash
by Jochen Friedrich
· 16 years ago
052a5ea
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
840f8a5
Moved initialization of TULIP Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
050019d
Moved initialization of E1000 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
5f92942
Moved initialization of plb2800 Ethernet driver to board_eth_init
by Ben Warren
· 16 years ago
cba8851
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
by Ben Warren
· 16 years ago
Next »