summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64Anders Roxell2023-11-101-0/+1
* bpftool: Fix prog object type in manpageArtem Savkov2023-11-101-1/+1
* selftests/bpf: Consolidate VIRTIO/9P configs in config.vm fileManu Bretelle2023-11-105-38/+15
* Merge branch 'selftests/bpf: Fixes for map_percpu_stats test'Andrii Nakryiko2023-11-103-8/+53
|\
| * selftsets/bpf: Retry map update for non-preallocated per-cpu mapHou Tao2023-11-101-1/+19
| * selftests/bpf: Export map_update_retriable()Hou Tao2023-11-102-5/+17
| * selftests/bpf: Use value with enough-size when updating per-cpu mapHou Tao2023-11-101-3/+18
|/
* Merge branch 'bpf-register-bounds-logic-and-testing-improvements'Alexei Starovoitov2023-11-103-350/+401
|\
| * bpf: generalize reg_set_min_max() to handle two sets of two registersAndrii Nakryiko2023-11-101-75/+56
| * bpf: prepare reg_set_min_max for second set of registersAndrii Nakryiko2023-11-101-40/+40
| * bpf: unify 32-bit and 64-bit is_branch_taken logicAndrii Nakryiko2023-11-101-141/+59
| * bpf: generalize is_branch_taken to handle all conditional jumps in one placeAndrii Nakryiko2023-11-101-24/+25
| * bpf: move is_branch_taken() downAndrii Nakryiko2023-11-101-42/+42
| * bpf: generalize is_branch_taken() to work with two registersAndrii Nakryiko2023-11-101-25/+32
| * bpf: rename is_branch_taken reg arguments to prepare for the second oneAndrii Nakryiko2023-11-101-54/+54
| * bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logicAndrii Nakryiko2023-11-101-52/+8
| * bpf: try harder to deduce register bounds from different numeric domainsAndrii Nakryiko2023-11-101-0/+1
| * bpf: improve deduction of 64-bit bounds from 32-bit boundsAndrii Nakryiko2023-11-101-0/+44
| * bpf: add special smin32/smax32 derivation from 64-bit boundsAndrii Nakryiko2023-11-101-0/+23
| * bpf: derive subreg bounds from full bounds when upper 32 bits are constantAndrii Nakryiko2023-11-101-0/+45
| * bpf: derive smin32/smax32 from umin32/umax32 boundsAndrii Nakryiko2023-11-101-0/+7
| * bpf: derive smin/smax from umin/max boundsAndrii Nakryiko2023-11-101-0/+71
| * selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko2023-11-101-0/+1
| * selftests/bpf: fix RELEASE=1 build for tc_optsAndrii Nakryiko2023-11-101-5/+1
|/
* selftests/bpf: Add malloc failure checks in bpf_iterYuran Pereira2023-11-101-1/+5
* selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iterYuran Pereira2023-11-101-44/+35
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-10178-432/+1240
|\
| * net: ti: icss-iep: fix setting counter valueDiogo Ivo2023-11-091-1/+1
| * ptp: fix corrupted list in ptp_openEdward Adam Davis2023-11-093-11/+19
| * ptp: ptp_read should not release queueEdward Adam Davis2023-11-091-2/+0
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-11-092-41/+91
| |\
| | * ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik2023-11-071-1/+23
| | * ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul2023-11-071-28/+62
| | * ice: lag: in RCU, use atomic allocationMichal Schmidt2023-11-071-3/+3
| | * ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman2023-11-071-9/+3
| * | net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet2023-11-091-8/+2
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-11-092-5/+6
| |\ \
| | * | i40e: Fix devlink port unregisteringIvan Vecera2023-11-071-4/+6
| | * | i40e: Do not call devlink_port_type_clear()Ivan Vecera2023-11-071-1/+0
| | |/
| * | net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski2023-11-091-0/+1
| * | Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-11-0940-7/+82
| |\ \
| | * | netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal2023-11-081-1/+26
| | * | netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-081-1/+1
| | * | ipvs: add missing module descriptionsFlorian Westphal2023-11-0816-0/+16
| | * | netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso2023-11-081-5/+17
| | * | netfilter: add missing module descriptionsFlorian Westphal2023-11-0822-0/+22
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-0930-130/+341
| |\ \ \
| | * \ \ Merge branch 'Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_...Martin KaFai Lau2023-11-083-14/+6
| | |\ \ \
| | | * | | selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou2023-11-081-12/+4
| | | * | | bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-082-2/+2
| | |/ / /