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.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-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
2021-01-07
qmi_wwan: Increase headroom for QMAP SKBs
Kristian Evensen
1
-1
/
+2
2021-01-07
Merge tag 'linux-can-next-for-5.12-20210106' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
7
-132
/
+340
2021-01-07
net: dsa: print error on invalid port index
Rafał Miłecki
1
-0
/
+2
2021-01-06
can: flexcan: add CAN wakeup function for i.MX8QM
Joakim Zhang
1
-17
/
+106
2021-01-06
dt-bindings: can: fsl,flexcan: add fsl,scu-index property to indicate a resource
Joakim Zhang
1
-0
/
+11
2021-01-06
can: raw: return -ERANGE when filterset does not fit into user space buffer
Oliver Hartkopp
1
-4
/
+12
2021-01-06
can: tcan4x5x: add support for half-duplex controllers
Marc Kleine-Budde
1
-6
/
+15
2021-01-06
can: tcan4x5x: rework SPI access
Marc Kleine-Budde
3
-28
/
+84
2021-01-06
can: tcan4x5x: add {wr,rd}_table
Marc Kleine-Budde
1
-0
/
+14
2021-01-06
can: tcan4x5x: add max_raw_{read,write} of 256
Marc Kleine-Budde
1
-0
/
+2
2021-01-06
can: tcan4x5x: tcan4x5x_regmap: set reg_stride to 4
Marc Kleine-Budde
1
-0
/
+1
2021-01-06
can: tcan4x5x: fix max register value
Marc Kleine-Budde
1
-1
/
+1
2021-01-06
can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointer
Marc Kleine-Budde
1
-5
/
+3
2021-01-06
can: tcan4x5x: tcan4x5x_regmap_write(): remove not needed casts and replace 4...
Marc Kleine-Budde
1
-4
/
+3
2021-01-06
can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_wri...
Marc Kleine-Budde
1
-5
/
+5
2021-01-06
can: tcan4x5x: remove regmap async support
Marc Kleine-Budde
1
-15
/
+0
2021-01-06
can: tcan4x5x: tcan4x5x_bus: remove not needed read_flag_mask
Marc Kleine-Budde
1
-1
/
+0
2021-01-06
can: tcan4x5x: mark struct regmap_bus tcan4x5x_bus as constant
Marc Kleine-Budde
1
-1
/
+1
2021-01-06
can: tcan4x5x: move regmap code into seperate file
Marc Kleine-Budde
4
-101
/
+133
2021-01-06
can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c
Marc Kleine-Budde
2
-0
/
+3
2021-01-06
can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table
Marc Kleine-Budde
1
-5
/
+8
2021-01-06
can: tcan4x5x: replace DEVICE_NAME by KBUILD_MODNAME
Marc Kleine-Budde
1
-4
/
+3
2021-01-06
net-next: docs: Fix typos in snmp_counter.rst
Masanari Iida
1
-14
/
+14
2021-01-06
Merge branch 'net-ks8851-Add-KS8851-PHY-support'
David S. Miller
3
-17
/
+99
2021-01-06
net: ks8851: Register MDIO bus and the internal PHY
Marek Vasut
2
-16
/
+98
2021-01-06
net: phy: micrel: Add KS8851 PHY support
Marek Vasut
1
-1
/
+1
2021-01-06
macvlan: remove redundant null check on data
Yunjian Wang
1
-1
/
+1
2021-01-06
octeontx2-pf: Add RSS multi group support
Geetha sowjanya
4
-44
/
+163
2021-01-06
net: nfc: nci: Change the NCI close sequence
Bongsu Jeon
1
-2
/
+2
2021-01-06
net: kcm: Replace fput with sockfd_put
Zheng Yongjun
1
-2
/
+2
2021-01-06
net/mlxfw: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2021-01-06
Merge tag 'mlx5-updates-2021-01-05' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
10
-2078
/
+2329
2021-01-06
octeontx2-af: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2021-01-06
iavf: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2021-01-06
liquidio: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2021-01-06
bnxt_en: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2021-01-06
net: dsa: sja1105: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2021-01-06
cavium/liquidio: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2021-01-06
net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2021-01-06
net: usb: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2021-01-06
net: wan: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-3
/
+1
2021-01-06
net: tipc: Replace expression with offsetof()
Zheng Yongjun
1
-1
/
+1
2021-01-06
net: wan: Replace simple_strtol by simple_strtoul
Zheng Yongjun
1
-1
/
+1
2021-01-06
net: mhi: Add raw IP mode support
Loic Poulain
1
-2
/
+13
2021-01-06
Merge branch 'enetc-code-cleanups'
David S. Miller
1
-32
/
+29
2021-01-06
enetc: reorder macros and functions
Michael Walle
1
-11
/
+11
2021-01-06
enetc: drop MDIO_DATA() macro
Michael Walle
1
-2
/
+1
2021-01-06
enetc: don't use macro magic for the readx_poll_timeout() callback
Michael Walle
1
-6
/
+8
2021-01-06
enetc: drop unneeded indirection
Michael Walle
1
-18
/
+14
2021-01-06
net/mlx5: DR, Move STEv0 modify header logic
Yevgeny Kliteynik
6
-390
/
+501
[next]