summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-13drbd: Fix five use after free bugs in get_initial_stateLv Yunlong4-33/+42
2022-04-13bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-13spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu1-2/+2
2022-04-13qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2022-04-13net: phy: mscc-miim: reject clause 45 register accessesMichael Walle1-0/+6
2022-04-13net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo3-1/+6
2022-04-13rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2022-04-13net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-13net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn1-1/+1
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-13ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski1-1/+1
2022-04-13ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski3-3/+7
2022-04-13ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-04-13ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko1-2/+2
2022-04-13ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko1-0/+1
2022-04-13dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin1-1/+3
2022-04-13sctp: count singleton chunks in assoc user statsJamie Bainbridge1-1/+5
2022-04-13IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-04-13IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang1-2/+1
2022-04-13RDMA/mlx5: Add a missing update of cache->last_addAharon Landau1-0/+1
2022-04-13RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-04-13sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-04-13bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui1-2/+4
2022-04-13bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek1-1/+2
2022-04-13bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi4-0/+19
2022-04-13arch/arm64: Fix topology initialization for core schedulingPhil Auld1-1/+1
2022-04-13regulator: atc260x: Fix missing active_discharge_on settingAxel Lin1-0/+1
2022-04-13regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin1-0/+1
2022-04-13drm/imx: dw_hdmi-imx: Fix bailout in error cases of probeLiu Ying1-1/+7
2022-04-13drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito1-1/+3
2022-04-13drm/imx: imx-ldb: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+2
2022-04-13net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai1-2/+1
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-04-13mctp: Fix check for dev_hard_header() resultMatt Johnston1-1/+1
2022-04-13ice: Clear default forwarding VSI during VSI releaseIvan Vecera1-0/+2
2022-04-13skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker1-4/+11
2022-04-13vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger1-4/+11
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan1-1/+1
2022-04-13net: sfc: add missing xdp queue reinitializationTaehee Yoo1-65/+81
2022-04-13vdpa: mlx5: prevent cvq work from hogging CPUJason Wang1-12/+9
2022-04-13vdpa/mlx5: Propagate link status from device to vdpa driverEli Cohen1-2/+92
2022-04-13vdpa/mlx5: Rename control VQ workqueue to vdpa wqEli Cohen2-5/+5
2022-04-13scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one()Christophe JAILLET1-0/+2
2022-04-13scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()John Garry1-0/+5
2022-04-13scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handlingKevin Groeneveld1-1/+1
2022-04-13NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong3-12/+14
2022-04-13Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2-2/+1
2022-04-13Drivers: hv: vmbus: Fix potential crash on module unloadGuilherme G. Piccoli1-2/+7
2022-04-13drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter1-1/+1
2022-04-13rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk3-10/+35