index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
slab_common.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-09
netfs: gcc-12: temporarily disable '-Wattribute-warning' for now
Linus Torvalds
2
-0
/
+6
2022-06-09
gcc-12: disable '-Warray-bounds' universally for now
Linus Torvalds
4
-9
/
+12
2022-06-09
mellanox: mlx5: avoid uninitialized variable warning with gcc-12
Linus Torvalds
1
-1
/
+1
2022-06-09
gcc-12: disable '-Wdangling-pointer' warning for now
Linus Torvalds
1
-0
/
+3
2022-06-09
drm: imx: fix compiler warning with gcc-12
Linus Torvalds
1
-1
/
+1
2022-06-09
net: macb: change return type for gem_ptp_set_one_step_sync()
Claudiu Beznea
1
-5
/
+2
2022-06-09
vmxnet3: update to version 7
Ronak Doshi
2
-3
/
+8
2022-06-09
vmxnet3: use ext1 field to indicate encapsulated packet
Ronak Doshi
2
-9
/
+23
2022-06-09
vmxnet3: limit number of TXDs used for TSO packet
Ronak Doshi
2
-0
/
+19
2022-06-09
vmxnet3: add command to set ring buffer sizes
Ronak Doshi
4
-13
/
+65
2022-06-09
vmxnet3: add support for out of order rx completion
Ronak Doshi
2
-12
/
+63
2022-06-09
vmxnet3: add support for large passthrough BAR register
Ronak Doshi
4
-10
/
+38
2022-06-09
vmxnet3: add support for capability registers
Ronak Doshi
4
-6
/
+233
2022-06-09
vmxnet3: prepare for version 7 changes
Ronak Doshi
6
-6
/
+9
2022-06-09
net: amd-xgbe: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-06-09
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
1
-4
/
+6
2022-06-09
xen/netback: do some code cleanup
Juergen Gross
4
-29
/
+5
2022-06-09
net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHY
Alvin Šipraga
1
-29
/
+9
2022-06-09
net: dsa: mv88e6xxx: correctly report serdes link failure
Russell King (Oracle)
1
-0
/
+8
2022-06-09
net: dsa: mv88e6xxx: fix BMSR error to be consistent with others
Russell King (Oracle)
1
-1
/
+1
2022-06-09
net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete
Marek Behún
1
-16
/
+11
2022-06-09
net: altera: Fix refcount leak in altera_tse_mdio_create
Miaoqian Lin
1
-1
/
+5
2022-06-09
net: openvswitch: fix misuse of the cached connection on tuple changes
Ilya Maximets
2
-1
/
+9
2022-06-09
net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...
Chen Lin
1
-2
/
+19
2022-06-09
ip_gre: test csum_start instead of transport header
Willem de Bruijn
1
-6
/
+5
2022-06-08
cert host tools: Stop complaining about deprecated OpenSSL functions
Linus Torvalds
2
-0
/
+14
2022-06-08
au1000_eth: stop using virt_to_bus()
Arnd Bergmann
2
-13
/
+13
2022-06-08
ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
Wang Yufen
1
-2
/
+3
2022-06-08
ipv6: Fix signed integer overflow in __ip6_append_data
Wang Yufen
2
-5
/
+5
2022-06-08
nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
Xiaohui Zhang
1
-2
/
+14
2022-06-08
nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
Martin Faltesek
1
-30
/
+30
2022-06-08
nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
Martin Faltesek
1
-3
/
+10
2022-06-08
nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
Martin Faltesek
1
-1
/
+1
2022-06-08
net: constify some inline functions in sock.h
Peter Lafreniere
1
-3
/
+3
2022-06-08
net: ipv6: unexport __init-annotated seg6_hmac_init()
Masahiro Yamada
1
-1
/
+0
2022-06-08
net: xfrm: unexport __init-annotated xfrm4_protocol_init()
Masahiro Yamada
1
-1
/
+0
2022-06-08
net: mdio: unexport __init-annotated mdio_bus_init()
Masahiro Yamada
1
-1
/
+0
2022-06-08
nfp: Remove kernel.h when not needed
Christophe JAILLET
1
-1
/
+0
2022-06-08
MAINTAINERS: Add a maintainer for bpftool
Quentin Monnet
1
-0
/
+7
2022-06-08
xsk: Fix handling of invalid descriptors in XSK TX batching API
Maciej Fijalkowski
2
-10
/
+3
2022-06-08
KEYS: trusted: tpm2: Fix migratable logic
David Safford
1
-2
/
+2
2022-06-08
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
4
-0
/
+28
2022-06-08
KVM: x86: do not set st->preempted when going back to user space
Paolo Bonzini
2
-14
/
+18
2022-06-08
net: ethernet: mtk_eth_soc: enable rx cksum offload for MTK_NETSYS_V2
Lorenzo Bianconi
1
-2
/
+9
2022-06-08
net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure
Gal Pressman
1
-1
/
+1
2022-06-08
net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list
Miaoqian Lin
1
-1
/
+3
2022-06-08
net: dsa: microchip: ksz8xxx: Replace kernel.h with the necessary inclusions
Christophe JAILLET
1
-1
/
+2
2022-06-07
Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...
Marius Hoch
1
-2
/
+2
2022-06-07
Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flag
Mathias Nyman
1
-1
/
+6
2022-06-07
ixgbe: fix unexpected VLAN Rx in promisc mode on VF
Olivier Matz
1
-2
/
+2
[next]