summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-12filelock: new helper: vfs_inode_has_locksJeff Layton2-0/+29
2023-01-12drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione1-3/+2
2023-01-12RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-12RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2023-01-12net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2023-01-12net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2-11/+22
2023-01-12net: ena: Set default value for RX interrupt moderationDavid Arinzon1-1/+2
2023-01-12net: ena: Fix rx_copybreak value updateDavid Arinzon3-5/+21
2023-01-12net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2-10/+25
2023-01-12net: ena: Account for the number of processed bytes in XDPDavid Arinzon1-0/+1
2023-01-12net: ena: Don't register memory info on XDP exchangeDavid Arinzon1-3/+5
2023-01-12net: ena: Fix toeplitz initial hash valueDavid Arinzon1-20/+9
2023-01-12net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2023-01-12net/mlx5e: Fix hw mtu initializing at XDP SQ allocationAdham Faris1-1/+1
2023-01-12net/mlx5e: Always clear dest encap in neigh-update-delChris Mi1-1/+8
2023-01-12net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan3-9/+9
2023-01-12net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by defaultDragos Tatulea1-0/+4
2023-01-12net/mlx5: Avoid recovery in probe flowsShay Drory1-0/+6
2023-01-12net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko1-0/+2
2023-01-12net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh6-16/+68
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2023-01-12vhost: fix range used in translate_desc()Stefano Garzarella1-2/+2
2023-01-12vringh: fix range used in iotlb_translate()Stefano Garzarella1-3/+2
2023-01-12vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can1-1/+8
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-12net: dsa: mv88e6xxx: depend on PTP conditionallyJohnny S. Lee1-2/+2
2023-01-12qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2023-01-12net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2023-01-12net: hns3: fix VF promisc mode not update when mac table fullJian Shen1-32/+43
2023-01-12net: hns3: fix miss L3E checking for rx packetJian Shen1-6/+4
2023-01-12net: hns3: extract macro to simplify ring stats update codePeng Li2-92/+38
2023-01-12net: hns3: refactor hns3_nic_reuse_page()Hao Chen1-20/+35
2023-01-12net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+2
2023-01-12nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton1-1/+1
2023-01-12veth: Fix race with AF_XDP exposing old or uninitialized descriptorsShawn Bohrer1-2/+3
2023-01-12netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2-19/+57
2023-01-12vmxnet3: correctly report csum_level for encapsulated packetRonak Doshi1-0/+8
2023-01-12netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso1-1/+35
2023-01-12netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso1-38/+68
2023-01-12netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2-30/+40
2023-01-12drm/panfrost: Fix GEM handle creation ref-countingSteven Price3-28/+20
2023-01-12bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-12btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin1-2/+4
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2-2/+22
2023-01-12drm/i915/migrate: fix length calculationMatthew Auld1-1/+1
2023-01-12drm/i915/migrate: fix offset calculationMatthew Auld1-1/+1
2023-01-12drm/i915/migrate: don't check the scratch pageMatthew Auld1-3/+1
2023-01-12ext4: fix deadlock due to mbcache entry corruptionJan Kara3-10/+17
2023-01-12mbcache: automatically delete entries from cache on freeingJan Kara2-77/+55