index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-30
tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
Kuniyuki Iwashima
3
-7
/
+6
2023-11-30
tcp: Don't pass cookie to __cookie_v[46]_check().
Kuniyuki Iwashima
6
-35
/
+28
2023-11-30
tcp: Clean up goto labels in cookie_v[46]_check().
Kuniyuki Iwashima
2
-13
/
+13
2023-11-30
tcp: Cache sock_net(sk) in cookie_v[46]_check().
Kuniyuki Iwashima
2
-19
/
+21
2023-11-30
tcp: Clean up reverse xmas tree in cookie_v[46]_check().
Kuniyuki Iwashima
2
-11
/
+11
2023-11-30
net: mana: Fix spelling mistake "enforecement" -> "enforcement"
Colin Ian King
3
-4
/
+4
2023-11-30
net: dsa: sja1105: Use units.h instead of the copy of a definition
Andy Shevchenko
1
-1
/
+2
2023-11-30
Merge branch 'mptcp-more-selftest-coverage-and-code-cleanup-for-net-next'
Jakub Kicinski
11
-412
/
+409
2023-11-30
selftests: mptcp: add mptcp_lib_wait_local_port_listen
Geliang Tang
5
-75
/
+24
2023-11-30
selftests: mptcp: add mptcp_lib_check_transfer
Geliang Tang
4
-63
/
+29
2023-11-30
selftests: mptcp: add mptcp_lib_make_file
Geliang Tang
5
-17
/
+13
2023-11-30
selftests: mptcp: add missing oflag=append
Geliang Tang
1
-1
/
+1
2023-11-30
selftests: mptcp: add mptcp_lib_get_counter
Geliang Tang
4
-86
/
+73
2023-11-30
selftests: mptcp: add mptcp_lib_is_v6
Geliang Tang
4
-28
/
+15
2023-11-30
selftests: mptcp: add mptcp_lib_kill_wait
Geliang Tang
3
-28
/
+22
2023-11-30
selftests: mptcp: userspace pm send RM_ADDR for ID 0
Geliang Tang
1
-0
/
+26
2023-11-30
selftests: mptcp: userspace pm remove initial subflow
Geliang Tang
1
-0
/
+24
2023-11-30
mptcp: userspace pm rename remove_err to out
Geliang Tang
1
-4
/
+4
2023-11-30
selftests: mptcp: userspace pm create id 0 subflow
Geliang Tang
1
-0
/
+19
2023-11-30
selftests: mptcp: update userspace pm test helpers
Geliang Tang
1
-52
/
+50
2023-11-30
selftests: mptcp: add chk_subflows_total helper
Geliang Tang
1
-1
/
+41
2023-11-30
selftests: mptcp: add evts_get_info helper
Geliang Tang
3
-58
/
+57
2023-11-30
mptcp: add mptcpi_subflows_total counter
Geliang Tang
3
-0
/
+12
2023-11-30
Merge branch 'mlxsw-support-cff-flood-mode'
Jakub Kicinski
3
-110
/
+727
2023-11-30
mlxsw: spectrum: Use CFF mode where available
Petr Machata
1
-0
/
+2
2023-11-30
mlxsw: spectrum_fid: Add support for rFID family in CFF flood mode
Petr Machata
1
-0
/
+231
2023-11-30
mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood mode
Petr Machata
1
-0
/
+96
2023-11-30
mlxsw: spectrum_fid: Initialize flood profiles in CFF mode
Petr Machata
1
-1
/
+122
2023-11-30
mlxsw: spectrum_fid: Add profile_id to flood profile
Petr Machata
1
-0
/
+6
2023-11-30
mlxsw: spectrum_fid: Add an object to keep flood profiles
Petr Machata
1
-19
/
+31
2023-11-30
mlxsw: spectrum_fid: Add hooks for RSP table maintenance
Petr Machata
3
-1
/
+67
2023-11-30
mlxsw: spectrum_fid: Add a not-UC packet type
Petr Machata
2
-0
/
+12
2023-11-30
mlxsw: spectrum_fid: Add an op for packing SFMR
Petr Machata
1
-2
/
+11
2023-11-30
mlxsw: spectrum_fid: Add an op to get PGT address of a FID
Petr Machata
1
-7
/
+9
2023-11-30
mlxsw: spectrum_fid: Add an op to get PGT allocation size
Petr Machata
1
-5
/
+18
2023-11-30
mlxsw: spectrum_fid: Add an op for flood table initialization
Petr Machata
1
-5
/
+12
2023-11-30
mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() up
Petr Machata
1
-30
/
+30
2023-11-30
mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an int
Petr Machata
1
-7
/
+14
2023-11-30
mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid()
Petr Machata
1
-5
/
+12
2023-11-30
mlxsw: spectrum_fid: Rename FID ops, families, arrays
Petr Machata
1
-23
/
+25
2023-11-30
mlxsw: spectrum_fid: Privatize FID families
Petr Machata
3
-20
/
+44
2023-11-30
net: phy: aquantia: drop wrong endianness conversion for addr and CRC
Christian Marangi
1
-10
/
+14
2023-11-30
net: phy: adin: allow control of Fast Link Down
Vincent Whitchurch
1
-0
/
+53
2023-11-30
r8169: improve handling task scheduling
Heiner Kallweit
1
-2
/
+4
2023-11-30
Merge branch 'create-a-binding-for-the-marvell-mv88e6xxx-dsa-switches'
Jakub Kicinski
7
-115
/
+458
2023-11-30
dt-bindings: marvell: Add Marvell MV88E6060 DSA schema
Linus Walleij
2
-0
/
+89
2023-11-30
dt-bindings: marvell: Rewrite MV88E6xxx in schema
Linus Walleij
3
-110
/
+338
2023-11-30
dt-bindings: net: ethernet-switch: Accept special variants
Linus Walleij
1
-3
/
+20
2023-11-30
dt-bindings: net: mvusb: Fix up DSA example
Linus Walleij
1
-2
/
+5
2023-11-30
dt-bindings: net: dsa: Require ports or ethernet-ports
Linus Walleij
1
-0
/
+6
[next]