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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-21
net: turn name len check into an assert
Mike Frysinger
1
-6
/
+1
2011-09-19
net/bootp.c: fix tftp load if autoload environment var isn't set
Peter Korsgaard
1
-1
/
+1
2011-09-09
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
Helmut Raiger
1
-0
/
+2
2011-09-05
Correct call to eth_write_hwaddr()
Simon Glass
1
-1
/
+1
2011-09-04
net: Check network device driver name
Michal Simek
1
-0
/
+8
2011-08-08
Put common autoload code into auto_load() function
Simon Glass
1
-43
/
+33
2011-08-08
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
1
-25
/
+39
2011-08-03
net/eth.c: drop obsolete at91rm9200 support
Andreas Bießmann
1
-4
/
+0
2011-07-27
bootp: add ntpserver option to bootp request
Luuk Paulussen
1
-0
/
+15
2011-06-01
net/net.c: Update ipaddr if the environment has changed
Enric Balletbo i Serra
1
-1
/
+2
2011-05-19
net/tftp.c: fix typo
Luca Ceresoli
1
-1
/
+1
2011-05-19
TFTP: add tftpsrv command
Luca Ceresoli
1
-1
/
+6
2011-05-19
TFTP: net/tftp.c: add server mode receive
Luca Ceresoli
2
-4
/
+64
2011-05-19
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
Luca Ceresoli
1
-6
/
+6
2011-05-19
TFTP: replace "server" with "remote" in local variable names
Luca Ceresoli
1
-14
/
+14
2011-05-19
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
Luca Ceresoli
1
-2
/
+2
2011-05-19
net/tftp.c: cosmetic: fix indentation
Luca Ceresoli
1
-5
/
+6
2011-05-19
net/tftp.c: cosmetic: trailing statements should be on next line
Luca Ceresoli
1
-3
/
+6
2011-05-19
net/tftp.c: cosmetic: fix brace issues
Luca Ceresoli
1
-11
/
+6
2011-05-19
net/tftp.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
1
-6
/
+12
2011-05-19
net/tftp.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
1
-10
/
+10
2011-05-19
net/tftp.c: cosmetic: fix whitespace issues
Luca Ceresoli
1
-95
/
+97
2011-05-19
net/tftp.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
1
-24
/
+42
2011-05-12
net/net.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
1
-1
/
+2
2011-05-12
net/net.c: cosmetic: fix indentation
Luca Ceresoli
1
-42
/
+41
2011-05-12
net/net.c: cosmetic: parentheses not required for return
Luca Ceresoli
1
-15
/
+15
2011-05-12
net/net.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
1
-15
/
+15
2011-05-12
net/net.c: cosmetic: fix brace issues
Luca Ceresoli
1
-25
/
+13
2011-05-12
net/net.c: cosmetic: fix whitespace issues
Luca Ceresoli
1
-93
/
+93
2011-05-12
net/net.c: cosmetic: variable initializations
Luca Ceresoli
1
-22
/
+18
2011-05-12
net/net.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
1
-77
/
+155
2011-05-12
NET: pass source IP address to packet handlers
Luca Ceresoli
7
-21
/
+31
2011-05-12
netconsole: remove `serverip' check
Simon Guinot
1
-1
/
+2
2011-04-28
NET: Correct potential missing goto label in case statement.
Gray Remlin
1
-1
/
+2
2011-04-20
Create PHY Lib for U-Boot
Andy Fleming
1
-0
/
+6
2011-04-13
Fix bad padding of bootp request packet
Simon Glass
1
-1
/
+1
2011-02-19
Fix compile warning in net/eth.c
Remy Bohmer
1
-1
/
+1
2011-02-19
Add USB host ethernet adapter support
Simon Glass
1
-19
/
+22
2010-11-28
string_to_VLAN: constify "var" arg
Mike Frysinger
1
-1
/
+1
2010-11-28
copy_filename: constify "src" arg
Mike Frysinger
1
-1
/
+1
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
1
-2
/
+2
2010-11-15
Net: clarify board/cpu_eth_init calls
Ben Warren
1
-4
/
+12
2010-11-14
net: Fix potential empty DHCP Parameter Request List
Jason Liu
1
-0
/
+4
2010-10-11
rarp: Condtionally compile rarp support
Peter Tyser
2
-3
/
+10
2010-10-11
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-20
net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
Wolfgang Denk
1
-2
/
+2
2010-06-20
ip/defrag: fix processing of last short fragment
Fillod Stephane
1
-1
/
+2
2010-05-03
Program net device MAC addresses after initializing
Ben Warren
1
-0
/
+13
[next]