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-03-10
net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0
Balazs Nemeth
1
-0
/
+3
2021-03-10
net: check if protocol extracted by virtio_net_hdr_set_proto is correct
Balazs Nemeth
1
-1
/
+6
2021-03-10
net: dsa: xrs700x: check if partner is same as port in hsr join
George McCollister
1
-2
/
+8
2021-03-10
bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
Yonghong Song
1
-2
/
+2
2021-03-09
bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs
Yonghong Song
1
-4
/
+5
2021-03-09
Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-74
/
+58
2021-03-09
Merge tag 'mips-fixes_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-9
/
+35
2021-03-09
net: lapbether: Remove netif_start_queue / netif_stop_queue
Xie He
1
-3
/
+0
2021-03-09
MIPS: kernel: Reserve exception base early to prevent corruption
Thomas Bogendoerfer
4
-5
/
+17
2021-03-09
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
21
-647
/
+198
2021-03-09
atm: idt77252: fix null-ptr-dereference
Tong Zhang
1
-2
/
+2
2021-03-09
atm: uPD98402: fix incorrect allocation
Tong Zhang
1
-1
/
+1
2021-03-09
atm: fix a typo in the struct description
Tong Zhang
1
-1
/
+1
2021-03-09
net: qrtr: fix error return code of qrtr_sendmsg()
Jia-Ju Bai
1
-1
/
+3
2021-03-09
mptcp: fix length of ADD_ADDR with port sub-option
Davide Caratti
1
-6
/
+8
2021-03-09
selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param
Jesper Dangaard Brouer
2
-0
/
+96
2021-03-09
bpf: BPF-helper for MTU checking add length input
Jesper Dangaard Brouer
2
-7
/
+21
2021-03-08
net: bonding: fix error return code of bond_neigh_init()
Jia-Ju Bai
1
-2
/
+6
2021-03-08
net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
Vladimir Oltean
1
-0
/
+6
2021-03-08
net: enetc: set MAC RX FIFO to recommended value
Alex Marginean
2
-0
/
+8
2021-03-08
net: davicom: Use platform_get_irq_optional()
Paul Cercueil
1
-1
/
+1
2021-03-08
net: davicom: Fix regulator not turned off on driver removal
Paul Cercueil
1
-1
/
+8
2021-03-08
net: davicom: Fix regulator not turned off on failed probe
Paul Cercueil
1
-3
/
+9
2021-03-08
net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...
Vladimir Oltean
2
-27
/
+57
2021-03-08
net: wan: fix error return code of uhdlc_init()
Jia-Ju Bai
1
-2
/
+6
2021-03-08
net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()
Jia-Ju Bai
1
-1
/
+3
2021-03-08
net: usb: log errors to dmesg/syslog
Grant Grundler
1
-1
/
+1
2021-03-08
net: usb: cdc_ncm: emit dev_err on error paths
Grant Grundler
1
-5
/
+5
2021-03-08
net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...
Bhaskar Chowdhury
1
-4
/
+4
2021-03-08
net: dsa: bcm_sf2: simplify optional reset handling
Philipp Zabel
1
-3
/
+3
2021-03-08
libbpf: Fix INSTALL flag order
Georgi Valkov
1
-1
/
+1
2021-03-08
MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytes
Bjørn Mork
1
-1
/
+5
2021-03-08
bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
Tal Lossos
1
-1
/
+1
2021-03-08
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
2
-0
/
+9
2021-03-08
gpiolib: Read "gpio-line-names" from a firmware node
Andy Shevchenko
1
-8
/
+4
2021-03-08
gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2
Andy Shevchenko
1
-55
/
+23
2021-03-08
gpiolib: acpi: Allow to find GpioInt() resource by name and index
Andy Shevchenko
2
-6
/
+16
2021-03-08
gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk
Andy Shevchenko
2
-1
/
+8
2021-03-08
gpiolib: acpi: Add missing IRQF_ONESHOT
Yang Li
1
-1
/
+1
2021-03-08
gpio: fix gpio-device list corruption
Johan Hovold
1
-0
/
+4
2021-03-08
gpio: fix NULL-deref-on-deregistration regression
Johan Hovold
1
-2
/
+1
2021-03-08
selftests: gpio: update .gitignore
Bartosz Golaszewski
1
-1
/
+1
2021-03-08
crypto: mips/poly1305 - enable for all MIPS processors
Maciej W. Rozycki
3
-4
/
+4
2021-03-08
MIPS: boot/compressed: Copy DTB to aligned address
Paul Cercueil
2
-0
/
+10
2021-03-08
Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub...
Linus Torvalds
60
-215
/
+517
2021-03-08
Merge branch 'parisc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+5
2021-03-08
Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
20
-53
/
+55
2021-03-08
Merge tag 'm68k-for-v5.12-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2021-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-17
/
+145
2021-03-06
perf cs-etm: Fix bitmap for option
Suzuki K Poulose
1
-4
/
+8
[prev]
[next]