summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-19wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdownMarek Vasut1-3/+0
2023-07-19wifi: rsi: Do not configure WoWlan in shutdown hook if not enabledMarek Vasut1-4/+2
2023-07-19spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, use framework insteadVijaya Krishna Nivarthi1-53/+50
2023-07-19soc: qcom: geni-se: Add interfaces geni_se_tx_init_dma() and geni_se_rx_init_...Vijaya Krishna Nivarthi2-18/+53
2023-07-19selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer1-1/+1
2023-07-19wifi: mac80211: recalc min chandef for new STA linksJohannes Berg1-0/+2
2023-07-19wifi: iwlwifi: mvm: send time sync only if neededJohannes Berg1-3/+5
2023-07-19tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik1-2/+2
2023-07-19bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky4-11/+29
2023-07-19bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky1-2/+2
2023-07-19bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky1-0/+3
2023-07-19bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky1-19/+22
2023-07-19wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala2-9/+7
2023-07-19samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer2-2/+2
2023-07-19wifi: rtw88: usb: silence log flooding error messageSascha Hauer1-1/+1
2023-07-19wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin1-1/+7
2023-07-19wifi: ray_cs: Fix an error handling path in ray_probe()Christophe JAILLET1-5/+11
2023-07-19wifi: wl3501_cs: Fix an error handling path in wl3501_probe()Christophe JAILLET1-5/+11
2023-07-19wifi: atmel: Fix an error handling path in atmel_probe()Christophe JAILLET1-2/+11
2023-07-19wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET1-2/+11
2023-07-19wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET1-2/+11
2023-07-19regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-07-19regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven1-1/+1
2023-07-19regulator: rk808: fix asynchronous probingSebastian Reichel1-0/+1
2023-07-19selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov1-2/+1
2023-07-19bpf: Fix memleak due to fentry attach failureYafang Shao1-6/+15
2023-07-19bpf: Remove bpf trampoline selectorYafang Shao2-8/+4
2023-07-19bpftool: JIT limited misreported as negative value on aarch64Alan Maguire1-12/+12
2023-07-19nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-07-19spi: dw: Round of n_bytes to power of 2Joy Chakraborty1-1/+4
2023-07-19bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev1-0/+15
2023-07-19libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko1-5/+10
2023-07-19sfc: release encap match in efx_tc_flow_free()Edward Cree1-17/+15
2023-07-19sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-07-19wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET1-3/+3
2023-07-19wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter1-1/+3
2023-07-19wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel1-4/+4
2023-07-19spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi1-1/+1
2023-07-19samples/bpf: Fix buffer overflow in tcp_baserttPengcheng Yang1-1/+1
2023-07-19wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851BDan Carpenter1-1/+1
2023-07-19bpf: fix propagate_precision() logic for inner framesAndrii Nakryiko1-30/+35
2023-07-19bpf: maintain bitmasks across all active frames in __mark_chain_precisionAndrii Nakryiko2-56/+62
2023-07-19bpf: improve precision backtrack loggingAndrii Nakryiko3-63/+128
2023-07-19bpf: encapsulate precision backtracking bookkeepingAndrii Nakryiko2-67/+196
2023-07-19libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIE...Martin KaFai Lau1-3/+19
2023-07-19wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin1-0/+4
2023-07-19wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer1-9/+18
2023-07-19igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-07-19sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia2-0/+40
2023-07-19pstore/ram: Add check for kstrdupJiasheng Jiang1-0/+2