| 2022-11-20 | 
Alexei Starovoitov | Merge branch 'bpf: Implement two type cast kfuncs' | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
Yonghong Song | bpf: Add type cast unit tests | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
Yonghong Song | bpf: Add a kfunc for generic type cast | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
Yonghong Song | bpf: Add a kfunc to type cast from bpf uapi ctx to...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
Yonghong Song | bpf: Add support for kfunc set with common btf_ids | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
Kumar Kartikeya...  | bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
Alexei Starovoitov | Merge branch 'Support storing struct task_struct object...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
David Vernet | bpf/selftests: Add selftests for new task kfuncs | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
David Vernet | bpf: Add kfuncs for storing struct task_struct * as...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
David Vernet | bpf: Allow trusted pointers to be passed to KF_TRUSTED_...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-20 | 
David Vernet | bpf: Allow multiple modifiers in reg_type_str() prefix | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Tiezhu Yang | bpf, samples: Use "grep -E" instead of "egrep" | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Maryam Tahhan | bpf, docs: DEVMAPs and XDP_REDIRECT | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Andrii Nakryiko | libbpf: Ignore hashmap__find() result explicitly in...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Skip spin lock failure test on s390x | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Alexei Starovoitov | Merge branch 'Allocated objects, BPF linked lists' | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Temporarily disable linked list tests | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Add BTF sanity tests | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Add BPF linked list API tests | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Add failure test cases for spin lock...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Update spinlock selftest | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | selftests/bpf: Add __contains macro to bpf_experimental.h | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Add comments for map BTF matching requirement...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Add 'release on unlock' logic for bpf_list_push_...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Introduce single ownership BPF linked list API | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Permit NULL checking pointer with non-zero fixed...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Introduce bpf_obj_drop | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Introduce bpf_obj_new | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Support constant scalar arguments for kfuncs | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Rewrite kfunc argument handling | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Allow locking bpf_spin_lock in inner map values | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Allow locking bpf_spin_lock global variables | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Allow locking bpf_spin_lock in allocated objects | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Verify ownership relationships for user BTF types | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Recognize lock and list fields in allocated objects | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Introduce allocated objects support | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Populate field_offs for inner_map_meta | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Free inner_map_meta when btf_record_dup fails | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Do btf_record_free outside map_free callback | 
commit | commitdiff | tree | snapshot | 
| 2022-11-18 | 
Kumar Kartikeya...  | bpf: Fix early return in map_check_btf | 
commit | commitdiff | tree | snapshot | 
| 2022-11-17 | 
Björn Töpel | selftests/bpf: Pass target triple to get_sys_includes...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-17 | 
Björn Töpel | selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-17 | 
Hou Tao | bpf: Pass map file to .map_update_batch directly | 
commit | commitdiff | tree | snapshot | 
| 2022-11-17 | 
Daniel Müller | bpf/docs: Include blank lines between bullet points...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-17 | 
Wang Yufen | selftests/bpf: fix memory leak of lsm_cgroup | 
commit | commitdiff | tree | snapshot | 
| 2022-11-16 | 
Eduard Zingerman | selftests/bpf: allow unpriv bpf for selftests by default | 
commit | commitdiff | tree | snapshot | 
| 2022-11-16 | 
Tiezhu Yang | bpftool: Check argc first before "file" in do_batch() | 
commit | commitdiff | tree | snapshot | 
| 2022-11-16 | 
Donald Hunter | docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs | 
commit | commitdiff | tree | snapshot | 
| 2022-11-16 | 
Alexei Starovoitov | Merge branch 'propagate nullness information for reg...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-16 | 
Eduard Zingerman | selftests/bpf: check nullness propagation for reg to...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-16 | 
Eduard Zingerman | bpf: propagate nullness information for reg to reg...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Toke Høiland...  | bpf: Expand map key argument of bpf_redirect_map to u64 | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Toke Høiland...  | dev: Move received_rps counter next to RPS members...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Daniel Müller | bpf/docs: Document how to run CI without patch submission | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Refactor btf_struct_access | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Rename MEM_ALLOC to MEM_RINGBUF | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Rename RET_PTR_TO_ALLOC_MEM | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Support bpf_list_head in map values | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Fix copy_map_value, zero_map_value | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Remove BPF_MAP_OFF_ARR_MAX | 
commit | commitdiff | tree | snapshot | 
| 2022-11-15 | 
Kumar Kartikeya...  | bpf: Remove local kptr references in documentation | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Andrii Nakryiko | Merge branch 'libbpf: Fixed various checkpatch issues' | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Kang Minchul | libbpf: checkpatch: Fixed code alignments in ringbuf.c | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Kang Minchul | libbpf: Fixed various checkpatch issues in libbpf.c | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Kang Minchul | libbpf: checkpatch: Fixed code alignments in btf.c | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Maryam Tahhan | bpf, docs: Fixup cpumap sphinx >= 3.1 warning | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
David Michael | libbpf: Fix uninitialized warning in btf_dump_dump_type...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
David S. Miller | Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Shenwei Wang | net: fec: add xdp and page pool statistics | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
David S. Miller | Merge branch 'sparx5-sorted-VCAP-rules' | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Steen Hegelund | net: microchip: sparx5: Add KUNIT test of counters...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Steen Hegelund | net: microchip: sparx5: Add support for TC flower filte...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Steen Hegelund | net: microchip: sparx5: Add support for IS2 VCAP rule...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Steen Hegelund | net: microchip: sparx5: Add/delete rules in sorted...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Steen Hegelund | net: microchip: sparx5: Add support for TC flower ARP...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Steen Hegelund | net: flow_offload: add support for ARP frame matching | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
xu xin | ipasdv4/tcp_ipv4: remove redundant assignment | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
David S. Miller | Merge branch 'ibmvnic-affinity-hints' | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Nick Child | ibmvnic: Update XPS assignments during affinity binding | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Nick Child | ibmvnic: Add hotpluggable CPU callbacks to reassign...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Nick Child | ibmvnic: Assign IRQ affinity hints to device queues | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Md Fahad Iqbal...  | ice: virtchnl rss hena support | 
commit | commitdiff | tree | snapshot | 
| 2022-11-14 | 
Chuang Wang | net: tun: rebuild error handling in tun_get_user | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Saeed Mahameed | net/mlx5e: ethtool: get_link_ext_stats for PHY down...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Oz Shlomo | net/mlx5e: CT, optimize pre_ct table lookup | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Tariq Toukan | net/mlx5e: kTLS, Use a single async context object...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Tariq Toukan | net/mlx5e: kTLS, Remove unnecessary per-callback completion | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Tariq Toukan | net/mlx5e: kTLS, Remove unused work field | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Roi Dayan | net/mlx5e: TC, Remove redundant WARN_ON() | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Guy Truzman | net/mlx5e: Add error flow when failing update_rx | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Tariq Toukan | net/mlx5e: Move params kernel log print to probe function | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Ofer Levi | net/mlx5e: Support enhanced CQE compression | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Gal Pressman | net/mlx5e: Use clamp operation instead of open coding it | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Anisse Astier | net/mlx5e: remove unused list in arfs | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Eli Cohen | net/mlx5: Expose vhca_id to debugfs | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Moshe Shemesh | net/mlx5: Unregister traps on driver unload flow | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Colin Ian King | net/mlx5: Fix spelling mistake "destoy" -> "destroy" | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Roi Dayan | net/mlx5: Bridge, Use debug instead of warn if entry...  | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Eric Dumazet | tcp: tcp_wfree() refactoring | 
commit | commitdiff | tree | snapshot | 
| 2022-11-12 | 
Eric Dumazet | tcp: adopt try_cmpxchg() in tcp_release_cb() | 
commit | commitdiff | tree | snapshot | 
| next |