index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
madera-pdata.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
5
-0
/
+76
2022-05-23
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
3
-0
/
+116
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
7
-8
/
+223
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
4
-0
/
+95
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
6
-3
/
+243
2022-05-23
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-05-23
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
3
-0
/
+14
2022-05-23
x86/alternative: Introduce text_poke_set
Song Liu
2
-10
/
+58
2022-05-23
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
1
-4
/
+6
2022-05-23
can: ctucanfd: platform: add missing dependency to HAS_IOMEM
Marc Kleine-Budde
1
-1
/
+1
2022-05-23
can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-23
can: peak_usb: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-23
selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"
Colin Ian King
1
-2
/
+2
2022-05-23
selftests/bpf: fix btf_dump/btf_dump due to recent clang change
Yonghong Song
1
-1
/
+1
2022-05-23
s390/bpf: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-23
libbpf: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-23
MAINTAINERS: Add maintainer to AF_XDP
Magnus Karlsson
1
-0
/
+1
2022-05-23
Bluetooth: hci_sync: use hci_skb_event() helper
Ahmad Fatoum
1
-1
/
+1
2022-05-23
net: dsa: OF-ware slave_mii_bus
Luiz Angelo Daros de Luca
1
-1
/
+6
2022-05-23
eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISA
Jakub Kicinski
9
-6817
/
+0
2022-05-23
net: ethernet: mtk_eth_soc: fix error code in mtk_flow_offload_replace()
Dan Carpenter
1
-1
/
+2
2022-05-23
net: dsa: felix: tag_8021q preparation for multiple CPU ports
Vladimir Oltean
2
-41
/
+65
2022-05-23
net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU ports
Vladimir Oltean
4
-68
/
+92
2022-05-23
net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpu
Vladimir Oltean
2
-27
/
+17
2022-05-23
net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...
Vladimir Oltean
3
-7
/
+5
2022-05-23
net: dsa: felix: move the updating of PGID_CPU to the ocelot lib
Vladimir Oltean
2
-7
/
+31
2022-05-23
net: dsa: fix missing adjustment of host broadcast flooding
Vladimir Oltean
1
-0
/
+3
2022-05-23
wifi: carl9170: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-23
wifi: brcmfmac: work around a GCC 12 -Warray-bounds warning
Jakub Kicinski
1
-1
/
+1
2022-05-23
wifi: iwlwifi: use unsigned to silence a GCC 12 warning
Jakub Kicinski
1
-1
/
+1
2022-05-23
wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12
Jakub Kicinski
1
-0
/
+5
2022-05-23
wifi: rtlwifi: remove always-true condition pointed out by GCC 12
Jakub Kicinski
1
-4
/
+1
2022-05-23
wifi: ath9k: silence array-bounds warning on GCC 12
Jakub Kicinski
1
-0
/
+5
2022-05-23
wifi: plfxlc: remove redundant NULL-check for GCC 12
Jakub Kicinski
1
-2
/
+2
2022-05-23
dt-bindings: net: toshiba,visconti-dwmac: Update the common clock properties
Nobuhiro Iwamatsu
1
-1
/
+2
2022-05-23
net: fddi: skfp: smt: Remove extra parameters to vararg macro
Tom Rix
1
-1
/
+1
2022-05-22
net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset
Lorenzo Bianconi
2
-1
/
+72
2022-05-22
net: ethernet: mtk_eth_soc: convert scratch_ring pointer to void
Lorenzo Bianconi
2
-2
/
+2
2022-05-22
net: ethernet: mtk_eth_soc: convert ring dma pointer to void
Lorenzo Bianconi
2
-20
/
+16
2022-05-22
net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support
Lorenzo Bianconi
2
-75
/
+372
2022-05-22
net: ethernet: mtk_eth_soc: introduce device register map
Lorenzo Bianconi
2
-181
/
+188
2022-05-22
net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_clean
Lorenzo Bianconi
1
-8
/
+18
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rx
Lorenzo Bianconi
1
-3
/
+6
2022-05-22
net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_data
Lorenzo Bianconi
2
-4
/
+11
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idx
Lorenzo Bianconi
1
-4
/
+7
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_buf
Lorenzo Bianconi
1
-11
/
+15
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_clean
Lorenzo Bianconi
1
-10
/
+13
2022-05-22
net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_data
Lorenzo Bianconi
2
-13
/
+38
2022-05-22
net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...
Lorenzo Bianconi
2
-49
/
+67
2022-05-22
net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...
Lorenzo Bianconi
1
-5
/
+4
[next]