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
2015-11-19
Move console definitions into a new console.h file
Simon Glass
1
-0
/
+1
2015-10-29
net: eth: Check return value in various places
Bin Meng
1
-18
/
+25
2015-10-29
net: eth: Clear MAC address in eth_pre_remove()
Bin Meng
1
-0
/
+5
2015-10-29
net: Increase the size of the net_boot_file_name buffer
Jacob Stiffler
1
-1
/
+1
2015-10-29
net: parse DHCP options from overloaded file/sname fields
Stefan Brüns
1
-10
/
+32
2015-10-29
net: Do not overwrite options found in overloaded 'file' field
Stefan Brüns
1
-26
/
+18
2015-10-28
net: change the env name to use const
Josh Wu
1
-2
/
+2
2015-10-28
net/eth: fix a bug in on_ethaddr()
Gong Qianyu
1
-0
/
+1
2015-10-28
net: cancel timeout handler after DHCPACK
Stefan Brüns
1
-0
/
+1
2015-10-28
net/arp: account for ARP delay, avoid duplicate packets on timeout
Stefan Brüns
3
-4
/
+7
2015-10-28
net/arp: Do not run net_start_again() on timeout
Stefan Brüns
1
-1
/
+1
2015-10-28
net: Fix parsing of Bootp/DHCP option 0 (Pad)
Stefan Brüns
1
-1
/
+10
2015-10-28
net: send RFC1542 compliant value for bootp requests
Stefan Brüns
1
-2
/
+6
2015-10-28
net: reject Bootp/DHCP packets with bad OP value
Stefan Brüns
1
-8
/
+5
2015-10-28
net: protect status led access in bootp
Thomas Chou
1
-1
/
+1
2015-10-28
net: bootp fix vci string on SPL-Boot
Hannes Petermaier
1
-1
/
+3
2015-10-28
net: TFTP: variables cleanup and addition
Albert ARIBAUD \(3ADEV\)
2
-2
/
+25
2015-09-29
net: support NETCONSOLE option via Kconfig
Bernhard Nortmann
1
-0
/
+6
2015-09-29
net: expose eth_is_active() function to test network device state
Bernhard Nortmann
1
-1
/
+17
2015-09-09
dm: eth: Correctly detect alias in eth_get_dev_by_name()
Bin Meng
1
-2
/
+3
2015-09-09
dm: eth: Do not print misleading "Net Initialization Skipped"
Bin Meng
1
-0
/
+2
2015-09-09
net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
Bin Meng
1
-5
/
+5
2015-09-07
net: tftp: Move tftp.h file from ./net to ./include/net
Lukasz Majewski
5
-34
/
+4
2015-08-21
net: Return -EINTR when ctrl+c is pressed
Michal Simek
1
-0
/
+1
2015-08-21
tftp: adjust settings to be suitable for 100Mbit ethernet
Pavel Machek
1
-5
/
+5
2015-08-12
tftp.c: fix CONFIG_TFTP_TSIZE for small files
Max Krummenacher
1
-0
/
+2
2015-07-21
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
Simon Glass
1
-0
/
+6
2015-07-21
dm: eth: Avoid blocking on packet reception
Simon Glass
1
-1
/
+4
2015-07-08
Allow CONFIG_REGEX to be disabled when CONFIG_NET
Joe Hershberger
1
-1
/
+0
2015-06-01
net: Fix NET_RANDOM_ETHADDR dependencies
Michal Simek
1
-0
/
+1
2015-05-21
net: Handle ethaddr changes as an env callback
Joe Hershberger
2
-43
/
+61
2015-05-21
net: Remove duplicate bootfile syncing functionality
Joe Hershberger
1
-12
/
+0
2015-05-21
net: Use env callbacks for net variables
Joe Hershberger
1
-16
/
+89
2015-05-19
net: Implement random ethaddr fallback in eth.c
Joe Hershberger
2
-0
/
+20
2015-05-19
net: Update hardware MAC address if it changes in env
Joe Hershberger
1
-28
/
+48
2015-05-05
dm: net: rtc: Support using driver model for rtc in sntp
Simon Glass
1
-0
/
+12
2015-05-05
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
Simon Glass
1
-1
/
+1
2015-04-18
dm: net: Use existing Ethernet init for driver model
Simon Glass
1
-37
/
+42
2015-04-18
net: Fix compile errors when SNTP enabled and not DATE
Joe Hershberger
1
-1
/
+5
2015-04-18
net: Convert protocol structures to use explicit sizes
Sergey Temerkhanov
1
-7
/
+7
2015-04-18
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
Sergey Temerkhanov
2
-19
/
+18
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
12
-134
/
+135
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in eth.c
Joe Hershberger
1
-10
/
+16
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in linklocal
Joe Hershberger
1
-19
/
+17
2015-04-18
net: cosmetic: Clean up cmd_net variables and functions
Joe Hershberger
1
-13
/
+13
2015-04-18
net: cosmetic: Clean up netconsole variables and functions
Joe Hershberger
1
-1
/
+1
2015-04-18
net: cosmetic: Clean up DNS variables and functions
Joe Hershberger
3
-30
/
+27
2015-04-18
net: cosmetic: Clean up CDP variables and functions
Joe Hershberger
3
-39
/
+35
2015-04-18
net: cosmetic: Clean up ping variables and functions
Joe Hershberger
1
-6
/
+7
2015-04-18
net: cosmetic: Clean up SNTP variables and functions
Joe Hershberger
3
-16
/
+13
[next]