index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
bpf: Fix extable address check.
Alexei Starovoitov
1
-7
/
+42
2021-12-16
bpf: Fix extable fixup offset.
Alexei Starovoitov
1
-1
/
+1
2021-12-16
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+12
2021-12-16
bpf, selftests: Add test case trying to taint map value pointer
Daniel Borkmann
1
-0
/
+23
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+1
2021-12-16
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
47
-326
/
+2104
2021-12-16
Merge tag 'for-5.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2021-12-16
arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
Lakshmi Ramasubramanian
1
-0
/
+1
2021-12-16
afs: Fix mmap
David Howells
2
-2
/
+4
2021-12-16
sit: do not call ipip6_dev_free() from sit_init_net()
Eric Dumazet
1
-1
/
+0
2021-12-16
net: systemport: Add global locking for descriptor lifecycle
Florian Fainelli
2
-1
/
+5
2021-12-16
net/smc: Prevent smc_release() from long blocking
D. Wythe
1
-1
/
+3
2021-12-16
wcn36xx: Implement beacon filtering
Bryan O'Donoghue
4
-0
/
+107
2021-12-16
wcn36xx: Fix physical location of beacon filter comment
Bryan O'Donoghue
1
-3
/
+4
2021-12-16
wcn36xx: Fix beacon filter structure definitions
Bryan O'Donoghue
1
-3
/
+3
2021-12-16
ath11k: Use reserved host DDR addresses from DT for PCI devices
Anilkumar Kolli
5
-13
/
+101
2021-12-16
dt: bindings: add new DT entry for ath11k PCI device support
Anilkumar Kolli
1
-0
/
+30
2021-12-16
Merge branch 'fib-merge-nl-policies'
Jakub Kicinski
7
-49
/
+23
2021-12-16
fib: expand fib_rule_policy
Florian Westphal
2
-21
/
+17
2021-12-16
fib: rules: remove duplicated nla policies
Florian Westphal
7
-29
/
+7
2021-12-16
Merge tag 'tegra-for-5.16-soc-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
2
-2
/
+2
2021-12-16
net: Fix double 0x prefix print in SKB dump
Gal Pressman
1
-1
/
+1
2021-12-16
virtio_net: fix rx_drops stat for small pkts
Wenliang Wang
1
-6
/
+3
2021-12-16
dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED
Andrey Eremeev
1
-2
/
+2
2021-12-16
sfc_ef100: potential dereference of null pointer
Jiasheng Jiang
1
-0
/
+3
2021-12-16
net: prestera: flower template support
Volodymyr Mytnyk
6
-3
/
+145
2021-12-16
net: dsa: rtl8365mb: add GMII as user port mode
Luiz Angelo Daros de Luca
1
-1
/
+2
2021-12-16
net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
John Keeping
1
-1
/
+3
2021-12-16
Merge branch 'gve-improvements'
David S. Miller
8
-65
/
+278
2021-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
4
-11
/
+91
2021-12-16
gve: Add consumed counts to ethtool stats
Jordan Kim
1
-9
/
+12
2021-12-16
gve: Implement suspend/resume/shutdown
Catherine Sullivan
2
-0
/
+60
2021-12-16
gve: Add optional metadata descriptor type GVE_TXD_MTD
Willem de Bruijn
3
-20
/
+74
2021-12-16
gve: remove memory barrier around seqno
Catherine Sullivan
1
-2
/
+0
2021-12-16
gve: Update gve_free_queue_page_list signature
Catherine Sullivan
1
-2
/
+1
2021-12-16
gve: Move the irq db indexes out of the ntfy block struct
Catherine Sullivan
4
-17
/
+36
2021-12-16
gve: Correct order of processing device options
Jeroen de Borst
1
-4
/
+4
2021-12-16
Merge branch 'phylink-pcs-validation'
David S. Miller
5
-144
/
+337
2021-12-16
net: mvneta: convert to pcs_validate() and phylink_generic_validate()
Russell King (Oracle)
1
-19
/
+18
2021-12-16
net: mvneta: convert to phylink pcs operations
Russell King
1
-52
/
+91
2021-12-16
net: mvneta: convert to use mac_prepare()/mac_finish()
Russell King
1
-35
/
+68
2021-12-16
net: mvpp2: convert to pcs_validate() and phylink_generic_validate()
Russell King (Oracle)
1
-20
/
+17
2021-12-16
net: mvpp2: use .mac_select_pcs() interface
Russell King (Oracle)
2
-36
/
+42
2021-12-16
net: phylink: add pcs_validate() method
Russell King (Oracle)
2
-0
/
+51
2021-12-16
net: phylink: add mac_select_pcs() method to phylink_mac_ops
Russell King (Oracle)
2
-9
/
+77
2021-12-16
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
6
-15
/
+39
2021-12-16
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
David S. Miller
13
-167
/
+558
2021-12-16
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
David S. Miller
6
-28
/
+76
[prev]
[next]