index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-12
rarp: Condtionally compile rarp support
Peter Tyser
2
-3
/
+10
2010-10-12
Net: Remove redundant CONFIG_NET_MULTI directives
Ben Warren
1
-12
/
+4
2010-08-09
Fix compile warnings for const correctness
Ben Warren
1
-1
/
+1
2010-07-12
net: warn about spaces in device names
Mike Frysinger
1
-0
/
+3
2010-06-21
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
Wolfgang Denk
1
-2
/
+2
2010-06-21
ip/defrag: fix processing of last short fragment
Fillod Stephane
1
-1
/
+2
2010-05-04
Program net device MAC addresses after initializing
Ben Warren
1
-0
/
+13
2010-05-04
./net/net.c - make Microsoft dns servers happy with random_port() numbers
Robin Getz
1
-2
/
+4
2010-05-04
net: Trivial coding style issue with empty for statement
Detlev Zundel
1
-2
/
+3
2010-03-22
TFTP: allow for adjustable retransmission timout
Wolfgang Denk
1
-5
/
+18
2010-01-17
Make getenv_IPaddr() global
Dirk Behme
1
-26
/
+0
2009-12-14
Add error codes/handling for TFTP-server
Remy Bohmer
1
-3
/
+29
2009-12-14
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
7
-30
/
+9
2009-12-08
nfs: NfsTimeout() updates
Evan Samanas
1
-5
/
+6
2009-12-07
fix nfs symlink name corruption
Ed Swarthout
1
-1
/
+1
2009-11-25
Repair the 'netretry=once' option.
Remy Bohmer
1
-8
/
+24
2009-09-11
net/bootp.c: fix compile warning
Wolfgang Denk
1
-1
/
+5
2009-08-26
Add Transfer Size Option to tftp
Robin Getz
1
-2
/
+36
2009-08-26
nfs: accept CONFIG_NFS_READ_SIZE from config file
Alessandro Rubini
1
-2
/
+8
2009-08-26
tftp: get the tftp block size from config file and from the environment
Alessandro Rubini
1
-2
/
+11
2009-08-26
net: defragment IP packets
Alessandro Rubini
1
-5
/
+183
2009-08-10
net/tftp.c: fix warning: pointer targets differ in signedness
Wolfgang Denk
1
-1
/
+3
2009-08-08
net: sync env ethaddr to device enetaddr in eth_init()
Mike Frysinger
1
-29
/
+23
2009-08-08
minor debug cleanups in ./net
Robin Getz
8
-167
/
+77
2009-07-24
Coding Style cleanup; update CHANGELOG.
Wolfgang Denk
1
-1
/
+0
2009-07-23
Save server's MAC address in environment
Robin Getz
1
-0
/
+9
2009-07-23
DHCP regression on 2009-06
Michael Zaidman
1
-0
/
+3
2009-07-23
Add warning about upcoming removal of old Ethernet API
Ben Warren
1
-0
/
+2
2009-07-23
Add DNS support
Robin Getz
4
-3
/
+283
2009-07-23
net: rename NetRxPkt to NetRxPacket
Mike Frysinger
2
-5
/
+5
2009-06-15
A VLAN tagged DHCP request/discover is 4 bytes short
Norbert van Bolhuis
1
-2
/
+2
2009-06-15
Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
Ben Warren
1
-4
/
+0
2009-06-15
Switched davinci_emac Ethernet driver to use newer API
Ben Warren
1
-4
/
+0
2009-05-15
netloop: updates for NetLoop
Heiko Schocher
2
-7
/
+5
2009-04-28
Replace __attribute references with __attribute__
Peter Tyser
1
-2
/
+2
2009-04-20
NetLoop initialization bug
Michael Zaidman
1
-59
/
+4
2009-03-21
net: get mac address from environment and use eth util funcs
Mike Frysinger
2
-22
/
+6
2009-03-21
net: new utility functions for working with enetaddr's
Mike Frysinger
1
-31
/
+38
2009-03-21
convert print_IPaddr() to %pI4
Mike Frysinger
4
-37
/
+14
2009-02-23
netloop: speed up NetLoop
Heiko Schocher
2
-61
/
+84
2009-02-17
Add eth_get_dev_by_index
Andy Fleming
1
-0
/
+22
2009-02-10
net/sntp.c: move ifdef into Makefile COBJS-$(...)
Mike Frysinger
2
-5
/
+1
2009-01-29
Fix IP alignment problem
Olav Morken
1
-1
/
+1
2008-12-09
Merge branch 'master' of git://git.denx.de/u-boot-net
Wolfgang Denk
2
-5
/
+5
2008-12-07
Update U-Boot's build timestamp on every compile
Peter Tyser
1
-0
/
+3
2008-12-05
net: Fix TftpStart() ip:filename bug
Peter Tyser
1
-2
/
+1
2008-12-05
net: Add additional IP fragmentation check
Peter Tyser
1
-1
/
+2
2008-12-05
net: Define IP flag field values
Peter Tyser
1
-3
/
+3
2008-11-10
Moved initialization of PPC4xx EMAC to cpu_eth_init()
Ben Warren
1
-4
/
+0
2008-11-10
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
Ben Warren
1
-3
/
+2
[next]