summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumask.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-18bpf: Update BPF LSM maintainer listMatt Bobrowski1-1/+2
2024-06-18bpf: Fix remap of arena.Alexei Starovoitov1-2/+14
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song1-0/+63
2024-06-17bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song1-0/+1
2024-06-17bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song1-0/+1
2024-06-15netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski1-8/+8
2024-06-14bpf: Harden __bpf_kfunc tag against linker kfunc removalTony Ambardar1-1/+1
2024-06-14compiler_types.h: Define __retain for __attribute__((__retain__))Tony Ambardar1-0/+23
2024-06-14bpf: Avoid splat in pskb_pull_reasonFlorian Westphal1-0/+5
2024-06-14cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO optionsOndrej Mosnacek1-25/+54
2024-06-14cipso: fix total option length computationOndrej Mosnacek1-4/+8
2024-06-14wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg3-13/+27
2024-06-14wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge1-8/+9
2024-06-14net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava1-1/+4
2024-06-13bpf: fix UML x86_64 compile failureMaciej Żenczykowski1-1/+1
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann2-0/+43
2024-06-13bpf: Reduce stack consumption in check_stack_write_fixed_offDaniel Borkmann1-4/+5
2024-06-13bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann2-4/+12
2024-06-13ice: implement AQ download pkg retryWojciech Drewek1-2/+21
2024-06-13ice: fix 200G link speed message logPaul Greenwalt1-0/+3
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-13bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin1-1/+1
2024-06-13af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib1-9/+9
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2-2/+61
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao1-3/+5
2024-06-13ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-06-13Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-06-13net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov1-1/+1
2024-06-13net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov1-6/+5
2024-06-13MAINTAINERS: mailmap: Update Stanislav's email addressStanislav Fomichev2-1/+2
2024-06-13net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu1-2/+2
2024-06-12mailmap: Add my outdated addresses to the map fileAndy Shevchenko2-1/+3
2024-06-12wifi: mac80211: Recalc offload when monitor stopRemi Pommarel1-0/+1
2024-06-12wifi: iwlwifi: scan: correctly check if PSC listen period is neededAyala Beker1-1/+1
2024-06-12wifi: iwlwifi: mvm: fix ROC version checkShaul Triebitz1-1/+1
2024-06-12wifi: iwlwifi: mvm: unlock mvm mutexShaul Triebitz1-0/+2
2024-06-12wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov1-2/+6
2024-06-12wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg1-1/+3
2024-06-12net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang1-14/+11
2024-06-12gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington1-15/+5
2024-06-12net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPPKory Maincent1-2/+2
2024-06-12bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasKent Overstreet1-2/+1
2024-06-11netfilter: Use flowlabel flow key when re-routing mangled packetsFlorian Westphal1-0/+1
2024-06-11netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik2-51/+60
2024-06-11netfilter: nft_inner: validate mandatory meta and payloadDavide Ornaghi2-0/+7
2024-06-11tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+5
2024-06-11mailmap: map Geliang's new email addressGeliang Tang1-0/+1
2024-06-11mptcp: pm: update add_addr counters after connectYonglongLi2-8/+12
2024-06-11mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi2-2/+6
2024-06-11mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1