summaryrefslogtreecommitdiffstats
path: root/samples/vfs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-10selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquireDave Marchevsky1-0/+19
2023-11-10bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky1-1/+1
2023-11-10bpf: replace register_is_const() with is_reg_const()Shung-Hsi Yu1-16/+11
2023-11-10veristat: add ability to filter top N resultsAndrii Nakryiko1-0/+10
2023-11-10veristat: add ability to sort by stat's absolute valueAndrii Nakryiko1-12/+56
2023-11-10libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song1-5/+8
2023-11-10bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner1-0/+3
2023-11-10bpf: Introduce KF_ARG_PTR_TO_CONST_STRSong Liu2-0/+43
2023-11-10selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64Anders Roxell1-0/+1
2023-11-10bpf: Factor out helper check_reg_const_str()Song Liu1-36/+49
2023-11-10bpftool: Fix prog object type in manpageArtem Savkov1-1/+1
2023-11-10bpf: Add __bpf_dynptr_data* for in kernel useSong Liu4-4/+32
2023-11-10selftests/bpf: Consolidate VIRTIO/9P configs in config.vm fileManu Bretelle5-38/+15
2023-11-10selftsets/bpf: Retry map update for non-preallocated per-cpu mapHou Tao1-1/+19
2023-11-10bpf: generalize reg_set_min_max() to handle two sets of two registersAndrii Nakryiko1-75/+56
2023-11-10selftests/bpf: Export map_update_retriable()Hou Tao2-5/+17
2023-11-10bpf: prepare reg_set_min_max for second set of registersAndrii Nakryiko1-40/+40
2023-11-10selftests/bpf: Use value with enough-size when updating per-cpu mapHou Tao1-3/+18
2023-11-10bpf: unify 32-bit and 64-bit is_branch_taken logicAndrii Nakryiko1-141/+59
2023-11-10bpf: generalize is_branch_taken to handle all conditional jumps in one placeAndrii Nakryiko1-24/+25
2023-11-10bpf: move is_branch_taken() downAndrii Nakryiko1-42/+42
2023-11-10bpf: generalize is_branch_taken() to work with two registersAndrii Nakryiko1-25/+32
2023-11-10bpf: rename is_branch_taken reg arguments to prepare for the second oneAndrii Nakryiko1-54/+54
2023-11-10bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logicAndrii Nakryiko1-52/+8
2023-11-10bpf: try harder to deduce register bounds from different numeric domainsAndrii Nakryiko1-0/+1
2023-11-10bpf: improve deduction of 64-bit bounds from 32-bit boundsAndrii Nakryiko1-0/+44
2023-11-10bpf: add special smin32/smax32 derivation from 64-bit boundsAndrii Nakryiko1-0/+23
2023-11-10bpf: derive subreg bounds from full bounds when upper 32 bits are constantAndrii Nakryiko1-0/+45
2023-11-10bpf: derive smin32/smax32 from umin32/umax32 boundsAndrii Nakryiko1-0/+7
2023-11-10bpf: derive smin/smax from umin/max boundsAndrii Nakryiko1-0/+71
2023-11-10selftests/bpf: Add malloc failure checks in bpf_iterYuran Pereira1-1/+5
2023-11-10selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko1-0/+1
2023-11-10selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iterYuran Pereira1-44/+35
2023-11-10selftests/bpf: fix RELEASE=1 build for tc_optsAndrii Nakryiko2-6/+6
2023-11-09net: ti: icss-iep: fix setting counter valueDiogo Ivo1-1/+1
2023-11-09ptp: fix corrupted list in ptp_openEdward Adam Davis3-11/+19
2023-11-09ptp: ptp_read should not release queueEdward Adam Davis1-2/+0
2023-11-09net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet1-8/+2
2023-11-09net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski1-0/+1
2023-11-09net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov3-15/+32
2023-11-08MAINTAINERS: update lists.linuxfoundation.org migrated listsKonstantin Ryabitsev1-25/+25
2023-11-08netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal1-1/+26
2023-11-08netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski1-1/+1
2023-11-08ipvs: add missing module descriptionsFlorian Westphal16-0/+16
2023-11-08netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso1-5/+17
2023-11-08netfilter: add missing module descriptionsFlorian Westphal22-0/+22
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner1-2/+2
2023-11-08i2c: cp2615: Fix 'assignment to __be16' warningBence Csókás1-1/+1
2023-11-08i2c: dev: copy userspace array safelyPhilipp Stanner1-2/+2
2023-11-08i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen1-3/+16