summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-16bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann3-23/+54
2021-11-16samples/bpf: Fix build error due to -isystem removalAlexander Lobakin1-2/+0
2021-11-16Merge branch 'Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs'Alexei Starovoitov10-5/+414
2021-11-16selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov4-1/+397
2021-11-16bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov6-4/+17
2021-11-16iavf: Restore VLAN filters after link downAkeem G Abodunrin2-5/+31
2021-11-16iavf: Fix for setting queues to 0Grzegorz Szczurek1-1/+1
2021-11-16iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-16iavf: validate pointersMitch Williams1-7/+6
2021-11-16iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-16iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-16iavf: don't clear a lock we don't holdNicholas Nunley1-2/+4
2021-11-16iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-16iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-11-16iavf: Fix return of set the new channel countMateusz Palczewski1-0/+15
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-15sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-11-15tipc: only accept encrypted MSG_CRYPTO msgsXin Long1-2/+5
2021-11-15net: return correct error codeliuguoqiang1-1/+1
2021-11-15net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platformMeng Li1-2/+22
2021-11-15Merge branch 'bnxt_en-fixes'David S. Miller2-5/+6
2021-11-15bnxt_en: reject indirect blk offload when hw-tc-offload is offSriharsha Basavapatna1-1/+1
2021-11-15bnxt_en: fix format specifier in live patch error messageEdwin Peer1-1/+1
2021-11-15bnxt_en: extend RTNL to VF check in devlink driver_reinitEdwin Peer1-3/+4
2021-11-15net: ethernet: lantiq_etop: fix build errors/warningsRandy Dunlap1-3/+17
2021-11-15atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_waitZekun Shen1-0/+10
2021-11-15net: bnx2x: fix variable dereferenced before checkPavel Skripkin1-1/+3
2021-11-15net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-11-15Merge branch 'net-ipa-fixes'David S. Miller1-0/+5
2021-11-15net: ipa: disable HOLB drop when updating timerAlex Elder1-0/+2
2021-11-15net: ipa: HOLB register sometimes must be written twiceAlex Elder1-0/+3
2021-11-15net: Clean up some inconsistent indentingJiapeng Chong1-1/+1
2021-11-15tun: fix bonding active backup with arp monitoringNicolas Dichtel1-0/+5
2021-11-15tipc: use consistent GFP flagsTadeusz Struk1-4/+4
2021-11-15mac80211: fix throughput LED triggerFelix Fietkau3-26/+23
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg3-8/+15
2021-11-15mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau1-2/+1
2021-11-15mac80211: fix radiotap header generationJohannes Berg1-1/+1
2021-11-15mac80211: do not access the IV when it was strippedXing Song1-1/+2
2021-11-15nl80211: fix radio statistics in survey dumpJohannes Berg2-20/+20
2021-11-15cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi1-0/+1
2021-11-14net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore7-45/+14
2021-11-13tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy1-0/+3
2021-11-13ethernet: sis900: fix indentationJakub Kicinski1-1/+1
2021-11-13net/ipa: ipa_resource: Fix wrong for loop rangeKonrad Dybcio1-1/+1
2021-11-13selftests: net: switch to socat in the GSO GRE testJakub Kicinski1-7/+9
2021-11-13ptp: ptp_clockmatrix: repair non-kernel-doc commentRandy Dunlap1-4/+1
2021-11-13hamradio: remove needs_free_netdev to avoid UAFLin Ma1-1/+0
2021-11-13libbpf: Perform map fd cleanup for gen_loader in case of errorKumar Kartikeya Dwivedi3-21/+34
2021-11-13samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpuKumar Kartikeya Dwivedi1-3/+2