summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'Fixes for kfunc-mod regressions and warnings'Andrii Nakryiko2021-12-024-16/+18
|\
| * tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi2021-12-021-3/+5
| * bpf: Fix bpf_check_mod_kfunc_call for built-in modulesKumar Kartikeya Dwivedi2021-12-021-2/+0
| * bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-023-11/+13
|/
* mips, bpf: Fix reference to non-existing Kconfig symbolJohan Almbladh2021-11-301-1/+1
* bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-302-17/+2
* Documentation/locking/locktypes: Update migrate_disable() bits.Sebastian Andrzej Siewior2021-11-301-6/+3
* bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
* bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
* bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
* net: stmmac: Fix signed/unsigned wreckageThomas Gleixner2021-11-171-13/+10
* Merge branch 'net-fix-the-mirred-packet-drop-due-to-the-incorrect-dst'Jakub Kicinski2021-11-173-4/+55
|\
| * selftests: add a test case for mirred egress to ingressDavide Caratti2021-11-172-1/+47
| * net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-171-3/+8
|/
* amt: cancel delayed_work synchronously in amt_fini()Taehee Yoo2021-11-171-1/+1
* MAINTAINERS: remove GR-everest-linux-l2@marvell.comPavel Skripkin2021-11-171-2/+2
* bnxt_en: Fix compile error regression when CONFIG_BNXT_SRIOV is not setMichael Chan2021-11-172-1/+11
* net: mvmdio: fix compilation warningMarcin Wojtas2021-11-171-0/+2
* Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-11-1710-58/+63
|\
| * mac80211: fix throughput LED triggerFelix Fietkau2021-11-153-26/+23
| * mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-153-8/+15
| * mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau2021-11-151-2/+1
| * mac80211: fix radiotap header generationJohannes Berg2021-11-151-1/+1
| * mac80211: do not access the IV when it was strippedXing Song2021-11-151-1/+2
| * nl80211: fix radio statistics in survey dumpJohannes Berg2021-11-152-20/+20
| * cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-151-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-1723-73/+573
|\ \
| * | udp: Validate checksum in udp_read_sock()Cong Wang2021-11-161-0/+11
| * | bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-11-163-23/+54
| * | samples/bpf: Fix build error due to -isystem removalAlexander Lobakin2021-11-161-2/+0
| * | Merge branch 'Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs'Alexei Starovoitov2021-11-1610-5/+414
| |\ \
| | * | selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov2021-11-164-1/+397
| | * | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-166-4/+17
| |/ /
| * | libbpf: Perform map fd cleanup for gen_loader in case of errorKumar Kartikeya Dwivedi2021-11-133-21/+34
| * | samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpuKumar Kartikeya Dwivedi2021-11-131-3/+2
| * | tools/runqslower: Fix cross-buildJean-Philippe Brucker2021-11-132-3/+2
| * | samples/bpf: Fix summary per-sec stats in xdp_sample_userAlexander Lobakin2021-11-131-13/+15
| * | selftests/bpf: Check map in map pruningLorenz Bauer2021-11-131-0/+34
| * | bpf: Fix inner map state pruning regression.Alexei Starovoitov2021-11-121-1/+2
| * | xsk: Fix crash on double free in buffer poolMagnus Karlsson2021-11-121-2/+5
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-11-163-22/+64
|\ \ \
| * | | iavf: Restore VLAN filters after link downAkeem G Abodunrin2021-11-162-5/+31
| * | | iavf: Fix for setting queues to 0Grzegorz Szczurek2021-11-161-1/+1
| * | | iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob2021-11-161-1/+1
| * | | iavf: validate pointersMitch Williams2021-11-161-7/+6
| * | | iavf: prevent accidental free of filter structureJacob Keller2021-11-161-2/+2
| * | | iavf: Fix failure to exit out from last all-multicast modePiotr Marczak2021-11-161-2/+1
| * | | iavf: don't clear a lock we don't holdNicholas Nunley2021-11-161-2/+4
| * | | iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley2021-11-161-1/+1
| * | | iavf: check for null in iavf_fix_featuresNicholas Nunley2021-11-161-1/+2