index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-25
Add Transfer Size Option to tftp
Robin Getz
1
-2
/
+36
2009-08-25
nfs: accept CONFIG_NFS_READ_SIZE from config file
Alessandro Rubini
1
-2
/
+8
2009-08-25
tftp: get the tftp block size from config file and from the environment
Alessandro Rubini
1
-2
/
+11
2009-08-25
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-07
net: sync env ethaddr to device enetaddr in eth_init()
Mike Frysinger
1
-29
/
+23
2009-08-07
minor debug cleanups in ./net
Robin Getz
8
-167
/
+77
2009-07-23
Coding Style cleanup; update CHANGELOG.
Wolfgang Denk
1
-1
/
+0
2009-07-22
Save server's MAC address in environment
Robin Getz
1
-0
/
+9
2009-07-22
DHCP regression on 2009-06
Michael Zaidman
1
-0
/
+3
2009-07-22
Add warning about upcoming removal of old Ethernet API
Ben Warren
1
-0
/
+2
2009-07-22
Add DNS support
Robin Getz
4
-3
/
+283
2009-07-22
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-19
NetLoop initialization bug
Michael Zaidman
1
-59
/
+4
2009-03-20
net: get mac address from environment and use eth util funcs
Mike Frysinger
2
-22
/
+6
2009-03-20
net: new utility functions for working with enetaddr's
Mike Frysinger
1
-31
/
+38
2009-03-20
convert print_IPaddr() to %pI4
Mike Frysinger
4
-37
/
+14
2009-02-22
netloop: speed up NetLoop
Heiko Schocher
2
-61
/
+84
2009-02-16
Add eth_get_dev_by_index
Andy Fleming
1
-0
/
+22
2009-02-09
net/sntp.c: move ifdef into Makefile COBJS-$(...)
Mike Frysinger
2
-5
/
+1
2009-01-28
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-06
Update U-Boot's build timestamp on every compile
Peter Tyser
1
-0
/
+3
2008-12-04
net: Fix TftpStart() ip:filename bug
Peter Tyser
1
-2
/
+1
2008-12-04
net: Add additional IP fragmentation check
Peter Tyser
1
-1
/
+2
2008-12-04
net: Define IP flag field values
Peter Tyser
1
-3
/
+3
2008-11-09
Moved initialization of PPC4xx EMAC to cpu_eth_init()
Ben Warren
1
-4
/
+0
2008-11-09
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
Ben Warren
1
-3
/
+2
2008-11-09
Moved initialization of MPC8XX SCC to cpu_eth_init()
Ben Warren
1
-4
/
+0
2008-11-09
Moved initialization of MPC8220 FEC to cpu_eth_init()
Ben Warren
1
-4
/
+0
2008-11-09
Moved initialization of QE Ethernet controller to cpu_eth_init()
Ben Warren
1
-19
/
+0
2008-11-09
Moved initialization of FCC Ethernet controller to cpu_eth_init
Ben Warren
1
-5
/
+0
2008-11-09
net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
Shinya Kuribayashi
1
-4
/
+0
2008-11-09
Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
Ben Warren
1
-4
/
+0
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
4
-19
/
+19
2008-10-18
net: Make TFTP server timeout configurable
Bartlomiej Sieka
1
-4
/
+24
2008-10-18
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
7
-33
/
+28
2008-10-18
Adds two more ethernet interface to 83xx
richardretanubun
1
-0
/
+6
2008-09-02
Don't tftp to unknown flash
Jochen Friedrich
1
-0
/
+2
2008-09-02
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
Ben Warren
1
-4
/
+0
2008-09-02
Moved initialization of TULIP Ethernet controller to board_eth_init()
Ben Warren
1
-4
/
+0
2008-09-02
Moved initialization of E1000 Ethernet controller to board_eth_init()
Ben Warren
1
-4
/
+0
2008-09-02
Moved initialization of plb2800 Ethernet driver to board_eth_init
Ben Warren
1
-4
/
+0
2008-09-02
Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
Ben Warren
1
-4
/
+0
2008-09-02
Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
Ben Warren
1
-4
/
+0
[next]