index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
mptcp: MP_FAIL suboption sending
Geliang Tang
3
-5
/
+62
2021-08-25
mptcp: shrink mptcp_out_options struct
Paolo Abeni
1
-9
/
+17
2021-08-25
mptcp: optimize out option generation
Paolo Abeni
2
-109
/
+121
2021-08-25
net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdp
Song Yoong Siang
1
-4
/
+4
2021-08-25
net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_pool
Song Yoong Siang
1
-6
/
+6
2021-08-25
x86/build: Move the install rule to arch/x86/Makefile
Masahiro Yamada
2
-7
/
+3
2021-08-25
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
8
-3
/
+259
2021-08-25
Merge branch 'lan7800-improvements'
David S. Miller
1
-228
/
+832
2021-08-25
lan78xx: Limit number of driver warning messages
John Efstathiades
1
-2
/
+3
2021-08-25
lan78xx: Fix race condition in disconnect handling
John Efstathiades
1
-9
/
+57
2021-08-25
lan78xx: Fix race conditions in suspend/resume handling
John Efstathiades
1
-135
/
+284
2021-08-25
lan78xx: Fix partial packet errors on suspend/resume
John Efstathiades
1
-106
/
+197
2021-08-25
lan78xx: Fix exception on link speed change
John Efstathiades
1
-6
/
+48
2021-08-25
lan78xx: Add missing return code checks
John Efstathiades
1
-63
/
+330
2021-08-25
lan78xx: Remove unused pause frame queue
John Efstathiades
1
-9
/
+0
2021-08-25
lan78xx: Set flow control threshold to prevent packet loss
John Efstathiades
1
-2
/
+15
2021-08-25
lan78xx: Remove unused timer
John Efstathiades
1
-3
/
+1
2021-08-25
lan78xx: Fix white space and style issues
John Efstathiades
1
-38
/
+42
2021-08-25
Merge series "ASoC: mediatek: Add support for MT8195 SoC" from Trevor Wu <trevor.wu@mediatek.com>:
Mark Brown
19
-5
/
+12350
2021-08-25
x86/build: Remove the left-over bzlilo target
Masahiro Yamada
1
-2
/
+2
2021-08-25
Merge branch 'xen-harden-netfront'
David S. Miller
1
-103
/
+169
2021-08-25
xen/netfront: don't trust the backend response data blindly
Juergen Gross
1
-5
/
+84
2021-08-25
xen/netfront: disentangle tx_skb_freelist
Juergen Gross
1
-36
/
+25
2021-08-25
xen/netfront: don't read data from request on the ring page
Juergen Gross
1
-44
/
+42
2021-08-25
xen/netfront: read response from backend only once
Juergen Gross
1
-19
/
+19
2021-08-25
net: macb: Add a NULL check on desc_ptp
Harini Katakam
1
-1
/
+10
2021-08-25
qed: Enable automatic recovery on error condition.
Alok Prasad
4
-2
/
+39
2021-08-25
net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
Michael Riesch
1
-9
/
+0
2021-08-25
net-next: When a bond have a massive amount of VLANs with IPv6 addresses, performance of changing link state, attaching a VRF, changing an IPv6 address, etc. go down dramtically.
Gilad Naaman
2
-46
/
+103
2021-08-25
mmc: queue: Remove unused parameters(request_queue)
ChanWoo Lee
1
-24
/
+6
2021-08-25
mmc: pwrseq: sd8787: fix compilation warning
Claudiu Beznea
1
-3
/
+6
2021-08-25
mmc: core: Return correct emmc response in case of ioctl error
Nishad Kamdar
1
-2
/
+1
2021-08-25
mmc: sdhci-esdhc-imx: Select the correct mode for auto tuning
Haibo Chen
1
-0
/
+33
2021-08-25
mmc: sdhci-esdhc-imx: Remove redundant code for manual tuning
Haibo Chen
1
-11
/
+1
2021-08-25
KVM: s390: generate kvm hypercall functions
Heiko Carstens
1
-150
/
+67
2021-08-25
s390/sclp: add tracing of SCLP interactions
Peter Oberparleiter
2
-10
/
+236
2021-08-25
s390/debug: add early tracing support
Peter Oberparleiter
2
-0
/
+151
2021-08-25
s390/debug: fix debug area life cycle
Peter Oberparleiter
1
-46
/
+56
2021-08-25
s390/debug: keep debug data on resize
Peter Oberparleiter
1
-21
/
+53
2021-08-25
s390/diag: make restart_part2 a local label
Heiko Carstens
1
-2
/
+2
2021-08-25
s390/mm,pageattr: fix walk_pte_level() early exit
Heiko Carstens
1
-1
/
+1
2021-08-25
s390: fix typo in linker script
Heiko Carstens
1
-1
/
+1
2021-08-25
s390: remove do_signal() prototype and do_notify_resume() function
Sven Schnelle
2
-8
/
+0
2021-08-25
s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c
Randy Dunlap
1
-64
/
+52
2021-08-25
s390/pci: improve DMA translation init and exit
Niklas Schnelle
8
-43
/
+76
2021-08-25
s390/pci: simplify CLP List PCI handling
Niklas Schnelle
3
-87
/
+102
2021-08-25
s390/pci: handle FH state mismatch only on disable
Niklas Schnelle
3
-6
/
+16
2021-08-25
s390/pci: fix misleading rc in clp_set_pci_fn()
Niklas Schnelle
2
-20
/
+20
2021-08-25
s390/boot: factor out offset_vmlinux_info() function
Alexander Gordeev
1
-8
/
+12
2021-08-25
s390/kasan: fix large PMD pages address alignment check
Alexander Gordeev
1
-20
/
+19
[prev]
[next]