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
2023-10-17
net: nfs: show file offset and improve progress display
Marek Szyprowski
1
-4
/
+6
2023-10-17
net: ping: reset stored IP once the command finishes to avoid interrupting ot...
Marek Szyprowski
1
-1
/
+4
2023-10-17
net: nfs: add support for partial downloads from given offset
Marek Szyprowski
1
-2
/
+9
2023-10-17
net: nfs: reduce the number of printed hashes during data transfer
Marek Szyprowski
1
-2
/
+2
2023-10-17
net: nfs: fix the regression when nfs_read_reply() is called
Jaehoon Chung
1
-1
/
+1
2023-09-22
net: wget: Avoid packet queue overflow
Richard Weinberger
1
-1
/
+9
2023-07-27
net: ipv6: router advertisement message length should be within limits
Ehsan Mohandesi
1
-0
/
+2
2023-07-16
bootstd: Use bootdev instead of bootdevice
Simon Glass
1
-1
/
+1
2023-07-05
Merge tag 'v2023.07-rc6' into next
Tom Rini
2
-1
/
+6
2023-06-14
net: dhcp6: Fix VCI string
Sean Edmond
1
-1
/
+1
2023-06-14
net: ipv6: Fix CID 453851 and CID 436278
Sean Edmond
1
-0
/
+5
2023-06-14
net: dsa: Fix OF fallback lookup for ports
Marcus Comstedt
1
-1
/
+1
2023-05-13
bootstd: Rename distro and syslinux to extlinux
Simon Glass
1
-2
/
+2
2023-05-05
net: ipv6: Add support for default gateway discovery.
Ehsan Mohandesi
3
-11
/
+256
2023-05-05
net: share fastboot boot handle logic between transports
Dmitrii Merkurev
2
-31
/
+5
2023-05-05
net: add fastboot TCP support
Dmitrii Merkurev
4
-8
/
+159
2023-05-05
net: support being a TCP server to unblock TCP fastboot
Dmitrii Merkurev
2
-79
/
+79
2023-05-05
net: dhcp6: Add DHCPv6 (DHCP for IPv6)
Sean Edmond
4
-2
/
+985
2023-05-05
net: add NFSv1 support
Thomas RIENOESSL
1
-9
/
+33
2023-05-05
nfs: handle rpc errors for mount calls
Thomas RIENOESSL
1
-5
/
+8
2023-05-05
nfs: factor out generic reply error handling
Thomas RIENOESSL
1
-42
/
+52
2023-05-05
nfs: convert supported_nfs_versions bitfield to an enum
Thomas RIENOESSL
1
-41
/
+52
2023-04-07
net: phy: Only call phy_init() on systems needing manual relocation
Marek Vasut
1
-1
/
+1
2023-03-30
net: Pull board_interface_eth_init() into common code
Marek Vasut
1
-0
/
+7
2023-03-02
Correct SPL uses of PHY_FIXED
Simon Glass
1
-1
/
+1
2023-02-10
Correct SPL use of NETDEVICES
Simon Glass
1
-1
/
+1
2023-02-09
Correct SPL uses of FASTBOOT_FLASH
Simon Glass
1
-1
/
+1
2023-02-02
net: ipv6: Fixed IPv6 string to address conversion off-by-one error
Ehsan Mohandesi
1
-1
/
+1
2023-02-02
net: ipv6: Fix IPv6 netmask parsing
Sean Edmond
1
-3
/
+6
2023-02-02
net: tftp: Fix for DATA ACK for block count out of order
Sean Edmond
1
-0
/
+8
2023-02-02
net: dsa: allow rcv() and xmit() to be optional
Tim Harvey
1
-13
/
+15
2023-02-02
net: dsa: ensure dsa driver has proper ops
Tim Harvey
1
-0
/
+17
2023-02-02
net: dsa: move cpu port probe to dsa_post_probe
Tim Harvey
1
-1
/
+10
2023-02-02
net: mdio-uclass: scan for dm mdio children on post-bind
Tim Harvey
1
-0
/
+4
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
1
-2
/
+2
2023-01-23
bootstd: Rename bootdev checkers
Simon Glass
1
-1
/
+1
2023-01-23
bootstd: Add a hunter for ethernet
Simon Glass
1
-23
/
+41
2023-01-23
sandbox: Allow ethernet bootdevs to be disabled for tests
Simon Glass
1
-1
/
+13
2023-01-23
sandbox: Allow ethernet to be disabled at runtime
Simon Glass
1
-0
/
+4
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
1
-7
/
+7
2023-01-11
fastboot: remove #ifdef CONFIG when it is possible
Patrick Delaunay
1
-5
/
+3
2023-01-09
Merge branch 'next'
Tom Rini
4
-437
/
+55
2022-12-29
net: wget: fix implicit declaration
Michael Walle
1
-0
/
+1
2022-12-22
net: don't memcpy to NULL
Heinrich Schuchardt
1
-1
/
+1
2022-12-22
net: ipv6: Add missing break into IPv6 protocol handler
Viacheslav Mitrofanov
1
-0
/
+1
2022-12-22
Convert CONFIG_HOSTNAME et al to Kconfig
Tom Rini
1
-0
/
+52
2022-12-07
net: Remove eth_legacy.c
Tom Rini
3
-437
/
+3
2022-12-05
net: ping6: Add ping6 command
Viacheslav Mitrofanov
4
-0
/
+136
2022-12-05
net: tftp: Add IPv6 support for tftpboot
Viacheslav Mitrofanov
2
-7
/
+68
2022-12-05
net: ipv6: Incorporate IPv6 support into u-boot net subsystem
Viacheslav Mitrofanov
1
-1
/
+22
[next]