summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-29crypto: qat - add param check for RSAGiovanni Cabiddu1-0/+8
2022-07-29crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu1-49/+34
2022-07-29crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu1-77/+60
2022-07-29crypto: qat - fix memory leak in RSAGiovanni Cabiddu1-11/+1
2022-07-29crypto: qat - add backlog mechanismGiovanni Cabiddu9-18/+123
2022-07-29crypto: qat - refactor submission logicGiovanni Cabiddu6-54/+101
2022-07-29crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-07-29crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu1-0/+3
2022-07-29dlm: fix pending remove if msg allocation failsAlexander Aring1-1/+2
2022-07-29clk: lan966x: Fix the lan966x clock gate register addressHerve Codina1-1/+1
2022-07-29x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta1-0/+3
2022-07-29perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang1-9/+10
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-29mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng1-1/+1
2022-07-29KVM: Don't null dereference ops->destroyAlexey Kardashevskiy1-1/+4
2022-07-29spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde1-4/+8
2022-07-29KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan1-3/+5
2022-07-29gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli1-1/+1
2022-07-29selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson1-1/+1
2022-07-29net/sched: cls_api: Fix flow action initializationOz Shlomo1-6/+10
2022-07-29tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima1-2/+2
2022-07-29tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2-3/+3
2022-07-29tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2-3/+6
2022-07-29tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima5-16/+16
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2-4/+4
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2-4/+4
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2-2/+2
2022-07-29ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima1-1/+1
2022-07-29can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He1-0/+1
2022-07-29drm/imx/dcss: Add missing of_node_put() in fail pathLiang He1-0/+3
2022-07-29drm/panel-edp: Fix variable typo when saving hpd absent delay from DTNĂ­colas F. R. A. Prado1-1/+1
2022-07-29amt: do not use amt->nr_tunnels outside of lockTaehee Yoo1-3/+6
2022-07-29amt: drop unexpected multicast dataTaehee Yoo1-0/+3
2022-07-29amt: drop unexpected query messageTaehee Yoo1-1/+13
2022-07-29amt: drop unexpected advertisement messageTaehee Yoo1-0/+5
2022-07-29amt: add missing regeneration nonce logic in request logicTaehee Yoo1-0/+4
2022-07-29amt: use READ_ONCE() in amt moduleTaehee Yoo1-7/+8
2022-07-29amt: remove unnecessary locksTaehee Yoo1-27/+5
2022-07-29amt: use workqueue for gateway side message handlingTaehee Yoo2-15/+164
2022-07-29net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel1-0/+10
2022-07-29net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel1-0/+16
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25