summaryrefslogtreecommitdiffstats
path: root/rust (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-11mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao3-0/+30
2023-02-11docs, bpf: Ensure IETF's BPF mailing list gets copied for ISA doc changesDaniel Borkmann1-0/+6
2023-02-11Documentation: isdn: correct spellingRandy Dunlap2-2/+2
2023-02-11net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long4-88/+53
2023-02-11net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long1-32/+39
2023-02-11openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-11net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long4-58/+33
2023-02-11net: create nf_conntrack_ovs for ovs and tc useXin Long6-98/+110
2023-02-11libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich1-1/+1
2023-02-11selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich2-10/+11
2023-02-11selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich2-14/+16
2023-02-11selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich1-2/+5
2023-02-11selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich1-1/+2
2023-02-11tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportIlya Leoshkevich1-0/+2
2023-02-11selftests/bpf: Quote host toolsIlya Leoshkevich1-3/+4
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski5-22/+20
2023-02-10net: ipa: generalize register field functionsAlex Elder8-165/+161
2023-02-10net: ipa: generalize register offset functionsAlex Elder10-68/+66
2023-02-10net: ipa: start generalizing "ipa_reg"Alex Elder19-1105/+1101
2023-02-10net: ipa: GSI register cleanupAlex Elder2-47/+50
2023-02-10net: ipa: use bitmasks for GSI IRQ valuesAlex Elder2-38/+52
2023-02-10net: ipa: tighten up IPA register validity checkingAlex Elder1-4/+45
2023-02-10net: ipa: add some new IPA versionsAlex Elder1-1/+5
2023-02-10net: ipa: get rid of ipa->reg_addrAlex Elder2-3/+0
2023-02-10net: ipa: generic command param fixAlex Elder2-2/+2
2023-02-10net: microchip: vcap: Add tc flower keys for lan966xHoratiu Vultur5-476/+607
2023-02-10net: pcs: rzn1-miic: remove unused struct members and use miic variableClément Léger1-5/+1
2023-02-10openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-10genetlink: Use string_is_terminated() helperAndy Shevchenko1-2/+2
2023-02-10string_helpers: Move string_is_valid() to the headerAndy Shevchenko2-10/+11
2023-02-10net: micrel: Cable Diagnostics feature for lan8841 PHYHoratiu Vultur1-0/+5
2023-02-10nfp: support IPsec offloading for NFP3800Huanhuan Wang6-13/+83
2023-02-10self-tests: introduce self-tests for RPS default maskPaolo Abeni3-0/+61
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni4-1/+50
2023-02-10net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2-30/+44
2023-02-10net-sysctl: factor out cpumask parsing helperPaolo Abeni1-18/+28
2023-02-09tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa1-1/+1
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet1-1/+7
2023-02-09selftests: forwarding: lib: quote the sysctl valuesHangbin Liu1-2/+2
2023-02-09net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...Vladimir Oltean1-4/+4
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3
2023-02-09net: libwx: Remove unneeded semicolonYang Li1-1/+1
2023-02-09net: libwx: clean up one inconsistent indentingYang Li1-1/+1
2023-02-09net: txgbe: Update support email addressJiawen Wu1-1/+1
2023-02-09RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko3-24/+59
2023-02-09net/mlx5e: Propagate an internal event in case uplink netdev changesJiri Pirko5-6/+28
2023-02-09net/mlx5e: Fix trap event handlingJiri Pirko3-16/+25
2023-02-09selftests: Fix failing VXLAN VNI filtering testIdo Schimmel1-13/+5
2023-02-09samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao1-0/+14
2023-02-09libbpf: Add sample_period to creation optionsJon Doron2-3/+10