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-7.1.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
2024-08-03
net: airoha: Link the gdm port to the selected qdma controller
Lorenzo Bianconi
1
-18
/
+19
2024-08-03
net: airoha: Start all qdma NAPIs in airoha_probe()
Lorenzo Bianconi
1
-3
/
+4
2024-08-03
net: airoha: Allow mapping IO region for multiple qdma controllers
Lorenzo Bianconi
1
-24
/
+32
2024-08-03
net: airoha: Use qdma pointer as private structure in airoha_irq_handler routine
Lorenzo Bianconi
1
-4
/
+3
2024-08-03
net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...
Lorenzo Bianconi
1
-43
/
+41
2024-08-03
net: airoha: Move irq_mask in airoha_qdma structure
Lorenzo Bianconi
1
-42
/
+42
2024-08-03
net: airoha: Move airoha_queues in airoha_qdma
Lorenzo Bianconi
1
-61
/
+65
2024-08-03
net: airoha: Introduce airoha_qdma struct
Lorenzo Bianconi
1
-85
/
+112
2024-08-03
eth: fbnic: select DEVLINK and PAGE_POOL
Simon Horman
1
-0
/
+2
2024-08-03
selftests: net: ksft: print more of the stack for checks
Jakub Kicinski
1
-2
/
+12
2024-08-03
selftests: net: ksft: replace 95 with errno.EOPNOTSUPP
Stanislav Fomichev
2
-4
/
+5
2024-08-03
selftests: net: ksft: support marking tests as disruptive
Stanislav Fomichev
3
-2
/
+45
2024-08-03
selftests: net-drv: exercise queue stats when the device is down
Stanislav Fomichev
1
-1
/
+24
2024-08-03
net: remove IFF_* re-definition
Jakub Kicinski
1
-32
/
+0
2024-08-02
Merge branch 'axienet-coding-style' into main
David S. Miller
2
-20
/
+17
2024-08-02
net: axienet: remove unnecessary parentheses
Radhey Shyam Pandey
1
-2
/
+1
2024-08-02
net: axienet: remove unnecessary ftrace-like logging
Radhey Shyam Pandey
1
-4
/
+0
2024-08-02
net: axienet: add missing blank line after declaration
Radhey Shyam Pandey
1
-0
/
+2
2024-08-02
net: axienet: Replace the occurrences of (1<<x) by BIT(x)
Appana Durga Kedareswara Rao
1
-14
/
+14
2024-08-02
Merge branch 'vsock-virtio' into main
David S. Miller
10
-8
/
+202
2024-08-02
test/vsock: add ioctl unsent bytes test
Luigi Leonardi
3
-3
/
+91
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
5
-2
/
+53
2024-08-02
vsock: add support for SIOCOUTQ ioctl
Luigi Leonardi
2
-3
/
+58
2024-08-02
net: Use of_property_read_bool()
Rob Herring (Arm)
4
-12
/
+12
2024-08-02
net: mdio: Use of_property_count_u32_elems() to get property length
Rob Herring (Arm)
1
-3
/
+2
2024-08-02
net: phy: qca807x: Drop unnecessary and broken DT validation
Rob Herring (Arm)
1
-10
/
+0
2024-08-02
net: mctp: Consistent peer address handling in ioctl tag allocation
John Wang
1
-0
/
+3
2024-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
549
-4017
/
+9932
2024-08-01
Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
73
-303
/
+694
2024-08-01
ethtool: Don't check for NULL info in prepare_data callbacks
Simon Horman
3
-4
/
+3
2024-08-01
RDS: IB: Remove unused declarations
Yue Haibing
1
-4
/
+0
2024-08-01
net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver
Daniel Golle
1
-14
/
+0
2024-08-01
net/mlx5: Reclaim max 50K pages at once
Anand Khoje
1
-1
/
+15
2024-08-01
Merge branch 'mptcp-fix-duplicate-data-handling'
Paolo Abeni
2
-8
/
+16
2024-08-01
mptcp: fix duplicate data handling
Paolo Abeni
1
-4
/
+12
2024-08-01
mptcp: fix bad RCVPRUNED mib accounting
Paolo Abeni
1
-4
/
+4
2024-08-01
Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2
-13
/
+19
2024-08-01
ipv6: fix ndisc_is_useropt() handling for PIO
Maciej Żenczykowski
1
-16
/
+18
2024-08-01
net: skbuff: Skip early return in skb_unref when debugging
Breno Leitao
1
-1
/
+1
2024-08-01
Merge branch 'ethernet-convert-from-tasklet-to-bh-workqueue'
Jakub Kicinski
11
-71
/
+73
2024-08-01
net: macb: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-6
/
+7
2024-08-01
net: cnic: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-10
/
+11
2024-08-01
net: xgbe: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
5
-38
/
+38
2024-08-01
net: alteon: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-17
/
+17
2024-08-01
igc: Fix double reset adapter triggered from a single taprio cmd
Faizal Rahim
1
-16
/
+17
2024-08-01
Merge branch 'mlxsw-core_thermal-small-cleanups'
Jakub Kicinski
1
-31
/
+12
2024-08-01
mlxsw: core_thermal: Fix -Wformat-truncation warning
Ido Schimmel
1
-1
/
+1
2024-08-01
mlxsw: core_thermal: Remove unnecessary assignments
Ido Schimmel
1
-2
/
+0
2024-08-01
mlxsw: core_thermal: Remove unnecessary checks
Ido Schimmel
1
-5
/
+3
2024-08-01
mlxsw: core_thermal: Simplify rollback
Ido Schimmel
1
-1
/
+1
[next]