index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
197
-1565
/
+2058
2021-07-30
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
52
-271
/
+528
2021-07-30
Merge tag 'acpi-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-18
/
+52
2021-07-30
devlink: Allocate devlink directly in requested net namespace
Leon Romanovsky
1
-2
/
+2
2021-07-30
Merge branches 'acpi-resources' and 'acpi-dptf'
Rafael J. Wysocki
2
-16
/
+44
2021-07-30
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-31
/
+97
2021-07-30
Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+27
2021-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
10
-33
/
+55
2021-07-30
nfc: constify local pointer variables
Krzysztof Kozlowski
1
-2
/
+2
2021-07-30
nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
can: esd_usb2: fix memory leak
Pavel Skripkin
1
-1
/
+15
2021-07-30
can: ems_usb: fix memory leak
Pavel Skripkin
1
-1
/
+13
2021-07-30
can: usb_8dev: fix memory leak
Pavel Skripkin
1
-2
/
+13
2021-07-30
can: mcba_usb_start(): add missing urb->transfer_dma initialization
Pavel Skripkin
1
-0
/
+2
2021-07-30
can: hi311x: fix a signedness bug in hi3110_cmd()
Dan Carpenter
1
-1
/
+1
2021-07-29
Merge tag 'drm-fixes-2021-07-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
18
-40
/
+59
2021-07-29
Merge tag 'fallthrough-fixes-clang-5.14-rc4' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-0
/
+2
2021-07-29
bcm63xx_enet: delete a redundant assignment
Tang Bin
1
-1
/
+0
2021-07-29
ipvlan: Add handling of NETDEV_UP events
Di Zhu
1
-0
/
+1
2021-07-29
dpaa2-switch: offload shared block mirror filters when binding to a port
Ioana Ciornei
3
-0
/
+71
2021-07-29
dpaa2-switch: add VLAN based mirroring
Ioana Ciornei
1
-5
/
+138
2021-07-29
dpaa2-switch: add support for port mirroring
Ioana Ciornei
3
-5
/
+182
2021-07-29
dpaa2-switch: add API for setting up mirroring
Ioana Ciornei
3
-0
/
+130
2021-07-29
dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replace
Ioana Ciornei
1
-6
/
+25
2021-07-29
dpaa2-switch: reorganize dpaa2_switch_cls_flower_replace
Ioana Ciornei
1
-6
/
+26
2021-07-29
dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_block
Ioana Ciornei
3
-125
/
+130
2021-07-29
dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACL
Ioana Ciornei
1
-8
/
+8
2021-07-29
scsi: fas216: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-07-29
scsi: acornscsi: Fix fall-through warning for clang
Gustavo A. R. Silva
1
-0
/
+1
2021-07-29
qede: Remove the qede module version
Shai Malin
3
-21
/
+4
2021-07-29
qed: Remove the qed module version
Shai Malin
3
-18
/
+1
2021-07-29
net: dsa: sja1105: make sure untagged packets are dropped on ingress ports wi...
Vladimir Oltean
1
-18
/
+56
2021-07-29
net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridge
Vladimir Oltean
1
-29
/
+33
2021-07-29
mctp: Add initial driver infrastructure
Jeremy Kerr
4
-0
/
+11
2021-07-29
nfc: mrvl: constify static nfcmrvl_if_ops
Krzysztof Kozlowski
6
-7
/
+7
2021-07-29
nfc: mrvl: constify several pointers
Krzysztof Kozlowski
6
-13
/
+15
2021-07-29
nfc: microread: constify several pointers
Krzysztof Kozlowski
3
-4
/
+4
2021-07-29
nfc: fdp: constify several pointers
Krzysztof Kozlowski
3
-13
/
+13
2021-07-29
nfc: fdp: use unsigned int as loop iterator
Krzysztof Kozlowski
1
-1
/
+2
2021-07-29
nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()
Krzysztof Kozlowski
1
-4
/
+4
2021-07-29
nfc: nfcsim: constify drvdata (struct nfcsim)
Krzysztof Kozlowski
1
-1
/
+1
2021-07-29
nfc: virtual_ncidev: constify pointer to nfc_dev
Krzysztof Kozlowski
1
-1
/
+1
2021-07-29
nfc: trf7970a: constify several pointers
Krzysztof Kozlowski
1
-8
/
+9
2021-07-29
nfc: port100: constify several pointers
Krzysztof Kozlowski
1
-17
/
+20
2021-07-29
nfc: mei_phy: constify buffer passed to mei_nfc_send()
Krzysztof Kozlowski
1
-1
/
+1
2021-07-29
veth: use skb_prepare_for_gro()
Paolo Abeni
1
-1
/
+1
2021-07-29
HID: ft260: fix device removal due to USB disconnect
Michael Zaidman
1
-16
/
+7
2021-07-29
Merge tag 'amd-drm-fixes-5.14-2021-07-28' of https://gitlab.freedesktop.org/a...
Dave Airlie
7
-14
/
+14
2021-07-29
Merge tag 'drm-intel-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
3
-6
/
+14
2021-07-29
Merge tag 'drm-misc-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-17
/
+13
[prev]
[next]