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
old/tizen_20241126
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
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-17
Make getenv_IPaddr() global
Dirk Behme
1
-26
/
+0
2009-12-13
net: pull CONFIG checks out of source and into makefile
Mike Frysinger
1
-4
/
+0
2009-11-24
Repair the 'netretry=once' option.
Remy Bohmer
1
-8
/
+24
2009-08-25
net: defragment IP packets
Alessandro Rubini
1
-5
/
+183
2009-08-07
minor debug cleanups in ./net
Robin Getz
1
-56
/
+24
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 DNS support
Robin Getz
1
-0
/
+29
2009-07-22
net: rename NetRxPkt to NetRxPacket
Mike Frysinger
1
-4
/
+4
2009-05-15
netloop: updates for NetLoop
Heiko Schocher
1
-4
/
+3
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
1
-12
/
+5
2009-03-20
convert print_IPaddr() to %pI4
Mike Frysinger
1
-12
/
+1
2009-02-22
netloop: speed up NetLoop
Heiko Schocher
1
-59
/
+75
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
1
-3
/
+4
2008-12-06
Update U-Boot's build timestamp on every compile
Peter Tyser
1
-0
/
+3
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-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-6
/
+6
2008-10-18
net: express the first argument to NetSetTimeout() in milliseconds
Bartlomiej Sieka
1
-12
/
+7
2008-07-13
Fix some more printf() format issues.
Wolfgang Denk
1
-1
/
+1
2008-07-13
Fix some more printf() format issues.
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-07-11
Fix some more print() format errors.
Wolfgang Denk
1
-1
/
+2
2008-06-04
Get rid of annoying/superfluous bad-checksum warning message
Remy Bohmer
1
-0
/
+4
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-3
/
+3
2008-04-28
net: make ARP timeout configurable
Guennadi Liakhovetski
1
-6
/
+17
2008-01-03
net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
Matthias Fuchs
1
-0
/
+2
2008-01-03
Introduce new eth_receive routine
Rafal Jaworowski
1
-0
/
+10
2007-11-18
Fix warning differ in signedness in net/net.c and net/nfs.c
Jean-Christophe PLAGNIOL-VILLARD
1
-4
/
+4
2007-09-12
Fix memory corruption problem on STX GP3 SSA Board.
Wolfgang Denk
1
-2
/
+2
2007-08-14
Coding style cleanup; rebuild CHANGELOG
Wolfgang Denk
1
-1
/
+1
2007-08-13
multicast tftp: RFC2090
David Updegraff
1
-0
/
+8
2007-07-10
net/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-4
/
+4
2007-07-09
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
Jon Loeliger
1
-1
/
+1
2007-07-09
net/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
1
-30
/
+30
2007-07-04
net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-30
/
+30
2007-03-07
net - Support ping reply when processing net-loop
Ed Swarthout
1
-0
/
+20
2006-03-31
GCC-4.x fixes: clean up global data pointer initialization for all boards.
Wolfgang Denk
1
-5
/
+2
2006-03-12
Fix behaviour if gatewayip is not set
Wolfgang Denk
1
-1
/
+3
2005-11-10
Add explanation for CDP checksum algorithm
Wolfgang Denk
1
-1
/
+4
2005-10-28
Add support for multiple PHYs.
Marian Balakowicz
1
-2
/
+2
2005-10-13
Cleanup for GCC-4.x
Wolfgang Denk
1
-2
/
+5
2005-08-31
Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
Stefan Roese
1
-1
/
+1
2005-08-26
Prepare U-Boot for gcc-4.x
Wolfgang Denk
1
-1
/
+2
2005-08-12
Minor code cleanup
Wolfgang Denk
1
-20
/
+20
2005-08-12
Add UPD-Checksum code, fix problem in net.c (return instead of break)
Stefan Roese
1
-2
/
+42
2005-05-03
README: add explanation about patch policy
wdenk
1
-5
/
+5
2005-04-03
Patch by David Adair, 27 Oct 2004:
wdenk
1
-2
/
+2
2005-04-03
* Patch by Richard Klingler, 03 Apr 2005:
wdenk
1
-1
/
+4
[next]