summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-30Merge branch 'bpf-introduce-kprobe_multi-session-attach'Andrii Nakryiko
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa
2024-04-30libbpf: Add kprobe session attach type name to attach_type_nameJiri Olsa
2024-04-30libbpf: Add support for kprobe session attachJiri Olsa
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa
2024-04-30bpf: Add support for kprobe session contextJiri Olsa
2024-04-30bpf: Add support for kprobe session attachJiri Olsa
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko
2024-04-29libbpf: handle nulled-out program in struct_ops correctlyAndrii Nakryiko
2024-04-29bpf: Include linux/types.h for u32Dmitrii Bundin
2024-04-29Merge branch 'free-strdup-memory-in-selftests'Andrii Nakryiko
2024-04-29selftests/bpf: Free strdup memory in veristatGeliang Tang
2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko
2024-04-29bpf: Use struct_size()Andy Shevchenko
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFTao Chen
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814Horatiu Vultur
2024-04-29Merge branch 'dsa-realtek-leds'David S. Miller
2024-04-29net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca
2024-04-29net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca
2024-04-29net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-29bpf, docs: Clarify PC use in instruction-set.rstDave Thaler
2024-04-29Merge branch 'mlxsw-events-processing-performance'David S. Miller
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-04-29net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_timeTanmay Patil
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski
2024-04-26Merge branch 'selftests-drv-net-round-some-sharp-edges'Jakub Kicinski
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet
2024-04-26net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt
2024-04-26bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi
2024-04-26Merge branch 'implement-reset-reason-mechanism-to-detect'Paolo Abeni
2024-04-26rstreason: make it work in trace worldJason Xing