Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
9db1bfa110ac411ab3468e817f7f74b2439eb8c8
/
net
0934986
Put common autoload code into auto_load() function
by Simon Glass
· 13 years ago
7616e78
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 13 years ago
d1228ea
net/eth.c: drop obsolete at91rm9200 support
by Andreas Bießmann
· 13 years ago
09e3a67
bootp: add ntpserver option to bootp request
by Luuk Paulussen
· 13 years ago
23a70bf
net/net.c: Update ipaddr if the environment has changed
by Enric Balletbo i Serra
· 13 years ago
4d69e98
net/tftp.c: fix typo
by Luca Ceresoli
· 13 years ago
7a83af0
TFTP: add tftpsrv command
by Luca Ceresoli
· 13 years ago
e59e356
TFTP: net/tftp.c: add server mode receive
by Luca Ceresoli
· 13 years ago
e3fb0ab
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
by Luca Ceresoli
· 13 years ago
20478ce
TFTP: replace "server" with "remote" in local variable names
by Luca Ceresoli
· 13 years ago
9bb0a1b
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
by Luca Ceresoli
· 13 years ago
0bdd8ac
net/tftp.c: cosmetic: fix indentation
by Luca Ceresoli
· 13 years ago
6d2231e
net/tftp.c: cosmetic: trailing statements should be on next line
by Luca Ceresoli
· 13 years ago
7bc325a
net/tftp.c: cosmetic: fix brace issues
by Luca Ceresoli
· 13 years ago
2cb5360
net/tftp.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 13 years ago
2e32025
net/tftp.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 13 years ago
c718b14
net/tftp.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 13 years ago
2f09413
net/tftp.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 13 years ago
ccb9ebe
net/net.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 14 years ago
c819abe
net/net.c: cosmetic: fix indentation
by Luca Ceresoli
· 14 years ago
92895de
net/net.c: cosmetic: parentheses not required for return
by Luca Ceresoli
· 14 years ago
6b147d1
net/net.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 14 years ago
d3c65b0
net/net.c: cosmetic: fix brace issues
by Luca Ceresoli
· 14 years ago
4f63acd
net/net.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 14 years ago
c586ce6
net/net.c: cosmetic: variable initializations
by Luca Ceresoli
· 14 years ago
3e38e42
net/net.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 14 years ago
03eb129
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
8b6bbe1
netconsole: remove `serverip' check
by Simon Guinot
· 14 years ago
9030a55
NET: Correct potential missing goto label in case statement.
by Gray Remlin
· 14 years ago
5f18471
Create PHY Lib for U-Boot
by Andy Fleming
· 14 years ago
21076f6
Fix bad padding of bootp request packet
by Simon Glass
· 14 years ago
c650e1b
Fix compile warning in net/eth.c
by Remy Bohmer
· 14 years ago
89d4836
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago
2e3ef6e
string_to_VLAN: constify "var" arg
by Mike Frysinger
· 14 years ago
b920ee9
copy_filename: constify "src" arg
by Mike Frysinger
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
8ad25bf
Net: clarify board/cpu_eth_init calls
by Ben Warren
· 14 years ago
258ccd6
net: Fix potential empty DHCP Parameter Request List
by Jason Liu
· 14 years ago
bf6cb24
rarp: Condtionally compile rarp support
by Peter Tyser
· 14 years ago
68e1ede
Net: Remove redundant CONFIG_NET_MULTI directives
by Ben Warren
· 14 years ago
d7fb9bc
Fix compile warnings for const correctness
by Ben Warren
· 14 years ago
1384f3b
net: warn about spaces in device names
by Mike Frysinger
· 14 years ago
6de27bd
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
by Wolfgang Denk
· 14 years ago
e397e59
ip/defrag: fix processing of last short fragment
by Fillod Stephane
· 14 years ago
ecee932
Program net device MAC addresses after initializing
by Ben Warren
· 15 years ago
9739946
./net/net.c - make Microsoft dns servers happy with random_port() numbers
by Robin Getz
· 15 years ago
aba4b69
net: Trivial coding style issue with empty for statement
by Detlev Zundel
· 15 years ago
c96f86e
TFTP: allow for adjustable retransmission timout
by Wolfgang Denk
· 15 years ago
6a45e38
Make getenv_IPaddr() global
by Dirk Behme
· 15 years ago
aafda38
Add error codes/handling for TFTP-server
by Remy Bohmer
· 15 years ago
6ac59c5
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
aabb8cb
nfs: NfsTimeout() updates
by Evan Samanas
· 15 years ago
f64ef9b
fix nfs symlink name corruption
by Ed Swarthout
· 15 years ago
67b96e8
Repair the 'netretry=once' option.
by Remy Bohmer
· 15 years ago
d8d8724
net/bootp.c: fix compile warning
by Wolfgang Denk
· 15 years ago
4fccb81
Add Transfer Size Option to tftp
by Robin Getz
· 15 years ago
bd931ca
nfs: accept CONFIG_NFS_READ_SIZE from config file
by Alessandro Rubini
· 15 years ago
89ba81d
tftp: get the tftp block size from config file and from the environment
by Alessandro Rubini
· 15 years ago
5cfaa4e
net: defragment IP packets
by Alessandro Rubini
· 15 years ago
d371708
net/tftp.c: fix warning: pointer targets differ in signedness
by Wolfgang Denk
· 15 years ago
86848a7
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· 15 years ago
0ebf04c
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
28958b8
Coding Style cleanup; update CHANGELOG.
by Wolfgang Denk
· 15 years ago
97cfe86
Save server's MAC address in environment
by Robin Getz
· 15 years ago
09133f8
DHCP regression on 2009-06
by Michael Zaidman
· 15 years ago
3bd0a87
Add warning about upcoming removal of old Ethernet API
by Ben Warren
· 15 years ago
1a32bf4
Add DNS support
by Robin Getz
· 15 years ago
d9bec9f
net: rename NetRxPkt to NetRxPacket
by Mike Frysinger
· 15 years ago
c9a2aab
A VLAN tagged DHCP request/discover is 4 bytes short
by Norbert van Bolhuis
· 15 years ago
6e0d2fc
Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
by Ben Warren
· 16 years ago
8453587
Switched davinci_emac Ethernet driver to use newer API
by Ben Warren
· 15 years ago
da95427
netloop: updates for NetLoop
by Heiko Schocher
· 16 years ago
f9a109b
Replace __attribute references with __attribute__
by Peter Tyser
· 16 years ago
3c172c4
NetLoop initialization bug
by Michael Zaidman
· 16 years ago
95823ca
net: get mac address from environment and use eth util funcs
by Mike Frysinger
· 16 years ago
3f6e699
net: new utility functions for working with enetaddr's
by Mike Frysinger
· 16 years ago
b6446b6
convert print_IPaddr() to %pI4
by Mike Frysinger
· 16 years ago
2f70c49
netloop: speed up NetLoop
by Heiko Schocher
· 16 years ago
9e56986
Add eth_get_dev_by_index
by Andy Fleming
· 16 years ago
638ed3e
net/sntp.c: move ifdef into Makefile COBJS-$(...)
by Mike Frysinger
· 16 years ago
af8626e
Fix IP alignment problem
by Olav Morken
· 16 years ago
c645b18
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 16 years ago
561858e
Update U-Boot's build timestamp on every compile
by Peter Tyser
· 16 years ago
6a86bb6
net: Fix TftpStart() ip:filename bug
by Peter Tyser
· 16 years ago
d32c5be
net: Add additional IP fragmentation check
by Peter Tyser
· 16 years ago
e0c07b8
net: Define IP flag field values
by Peter Tyser
· 16 years ago
25a8590
Moved initialization of PPC4xx EMAC to cpu_eth_init()
by Ben Warren
· 16 years ago
96e21f8
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
by Ben Warren
· 16 years ago
9eb79bd
Moved initialization of MPC8XX SCC to cpu_eth_init()
by Ben Warren
· 16 years ago
a9bec96
Moved initialization of MPC8220 FEC to cpu_eth_init()
by Ben Warren
· 16 years ago
0e8454e
Moved initialization of QE Ethernet controller to cpu_eth_init()
by Ben Warren
· 16 years ago
3456a14
Moved initialization of FCC Ethernet controller to cpu_eth_init
by Ben Warren
· 16 years ago
5dfb3ee
net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
by Shinya Kuribayashi
· 16 years ago
cc94074
Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
by Ben Warren
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
e83cc06
net: Make TFTP server timeout configurable
by Bartlomiej Sieka
· 16 years ago
49f3bdb
net: express the first argument to NetSetTimeout() in milliseconds
by Bartlomiej Sieka
· 16 years ago
c68a05f
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
be1b0d2
Don't tftp to unknown flash
by Jochen Friedrich
· 16 years ago
10efa02
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
by Ben Warren
· 16 years ago
Next »