index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: xsk: add TX multi-buffer support
Tirthendu Sarkar
2023-07-19
2
-5
/
+6
*
ice: xsk: Tx multi-buffer support
Maciej Fijalkowski
2023-07-19
2
-23
/
+61
*
xsk: support ZC Tx multi-buffer in batch API
Maciej Fijalkowski
2023-07-19
1
-9
/
+36
*
i40e: xsk: add RX multi-buffer support
Tirthendu Sarkar
2023-07-19
4
-18
/
+84
*
ice: xsk: add RX multi-buffer support
Maciej Fijalkowski
2023-07-19
2
-43
/
+102
*
xsk: support mbuf on ZC RX
Maciej Fijalkowski
2023-07-19
4
-1
/
+78
*
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
2023-07-19
8
-1
/
+25
*
xsk: discard zero length descriptors in Tx path
Tirthendu Sarkar
2023-07-19
1
-0
/
+6
*
xsk: add support for AF_XDP multi-buffer on Tx path
Tirthendu Sarkar
2023-07-19
2
-33
/
+100
*
xsk: allow core/drivers to test EOP bit
Maciej Fijalkowski
2023-07-19
2
-0
/
+15
*
xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
Tirthendu Sarkar
2023-07-19
3
-32
/
+67
*
xsk: add support for AF_XDP multi-buffer on Rx path
Tirthendu Sarkar
2023-07-19
2
-29
/
+88
*
xsk: move xdp_buff's data length check to xsk_rcv_check
Tirthendu Sarkar
2023-07-19
1
-14
/
+13
*
xsk: prepare both copy and zero-copy modes to co-exist
Maciej Fijalkowski
2023-07-19
1
-4
/
+13
*
xsk: introduce XSK_USE_SG bind flag for xsk socket
Tirthendu Sarkar
2023-07-19
3
-2
/
+10
*
xsk: prepare 'options' in xdp_desc for multi-buffer use
Tirthendu Sarkar
2023-07-19
3
-7
/
+20
*
bpf, x86: initialize the variable "first_off" in save_args()
Menglong Dong
2023-07-19
1
-1
/
+1
*
Merge branch 'allow-bpf_map_sum_elem_count-for-all-program-types'
Alexei Starovoitov
2023-07-19
4
-13
/
+22
|
\
|
*
bpf: allow any program to use the bpf_map_sum_elem_count kfunc
Anton Protopopov
2023-07-19
2
-1
/
+6
|
*
bpf: make an argument const in the bpf_map_sum_elem_count kfunc
Anton Protopopov
2023-07-19
1
-1
/
+1
|
*
bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
Anton Protopopov
2023-07-19
3
-2
/
+3
|
*
bpf: consider types listed in reg2btf_ids as trusted
Anton Protopopov
2023-07-19
1
-9
/
+12
|
/
*
bpf: Drop useless btf_vmlinux in bpf_tcp_ca
Geliang Tang
2023-07-18
1
-2
/
+0
*
samples/bpf: README: Update build dependencies required
Anh Tuan Phan
2023-07-18
1
-5
/
+9
*
Merge branch 'bpf-refcount-followups-2-owner-field'
Alexei Starovoitov
2023-07-18
6
-53
/
+187
|
\
|
*
selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabled
Dave Marchevsky
2023-07-18
1
-24
/
+0
|
*
selftests/bpf: Add rbtree test exercising race which 'owner' field prevents
Dave Marchevsky
2023-07-18
2
-1
/
+121
|
*
bpf: Add 'owner' field to bpf_{list,rb}_node
Dave Marchevsky
2023-07-18
4
-43
/
+68
|
*
bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
Dave Marchevsky
2023-07-18
2
-10
/
+23
|
/
*
Merge branch 'phy-at803x-support'
David S. Miller
2023-07-17
1
-40
/
+95
|
\
|
*
net: phy: at803x: add qca8081 fifo reset on the link changed
Luo Jie
2023-07-17
1
-0
/
+14
|
*
net: phy: at803x: remove qca8081 1G fast retrain and slave seed config
Luo Jie
2023-07-17
1
-18
/
+32
|
*
net: phy: at803x: support qca8081 1G chip type
Luo Jie
2023-07-17
1
-0
/
+15
|
*
net: phy: at803x: enable qca8081 slave seed conditionally
Luo Jie
2023-07-17
1
-5
/
+20
|
*
net: phy: at803x: merge qca8081 slave seed function
Luo Jie
2023-07-17
1
-20
/
+9
|
*
net: phy: at803x: support qca8081 genphy_c45_pma_read_abilities
Luo Jie
2023-07-17
1
-10
/
+18
|
/
*
Merge branch 'qrtr-fixes'
David S. Miller
2023-07-17
2
-112
/
+32
|
\
|
*
net: qrtr: Handle IPCR control port format of older targets
Vignesh Viswanathan
2023-07-17
1
-0
/
+5
|
*
net: qrtr: ns: Change nodes radix tree to xarray
Vignesh Viswanathan
2023-07-17
1
-3
/
+3
|
*
net: qrtr: ns: Change servers radix tree to xarray
Vignesh Viswanathan
2023-07-17
1
-109
/
+24
|
/
*
Merge branch 'brcm-asp-2.0-support'
David S. Miller
2023-07-17
14
-0
/
+4382
|
\
|
*
MAINTAINERS: ASP 2.0 Ethernet driver maintainers
Justin Chen
2023-07-17
1
-0
/
+9
|
*
net: phy: bcm7xxx: Add EPHY entry for 74165
Florian Fainelli
2023-07-17
2
-0
/
+2
|
*
net: phy: mdio-bcm-unimac: Add asp v2.0 support
Justin Chen
2023-07-17
1
-0
/
+2
|
*
net: bcmasp: Add support for ethtool driver stats
Justin Chen
2023-07-17
4
-4
/
+199
|
*
net: bcmasp: Add support for ethtool standard stats
Justin Chen
2023-07-17
2
-1
/
+139
|
*
net: bcmasp: Add support for eee mode
Justin Chen
2023-07-17
3
-0
/
+71
|
*
net: bcmasp: Add support for wake on net filters
Justin Chen
2023-07-17
4
-1
/
+768
|
*
net: bcmasp: Add support for WoL magic packet
Justin Chen
2023-07-17
4
-12
/
+262
|
*
net: bcmasp: Add support for ASP2.0 Ethernet controller
Justin Chen
2023-07-17
8
-0
/
+2791
[next]