aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-02bpf: User program for testing HBMbrakmo2-0/+444
2019-03-02bpf: Sample HBM BPF program to limit egress bwbrakmo4-0/+327
2019-03-02bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2-1/+11
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2-1/+37
2019-03-02samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song1-3/+3
2019-03-02selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fieldsYonghong Song1-0/+1
2019-03-02docs/bpf: minor casing/punctuation fixesAndrii Nakryiko2-13/+13
2019-03-02docs/btf: reflow text to fill up to 78 charactersAndrii Nakryiko1-160/+140
2019-03-02docs/btf: fix typos, improve wordingAndrii Nakryiko1-55/+53
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet1-1/+7
2019-03-01selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko1-0/+45
2019-03-01btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko1-3/+17
2019-03-01btf: allow to customize dedup hash table sizeAndrii Nakryiko2-17/+37
2019-03-01libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko1-1/+1
2019-03-01selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko2-2/+3
2019-03-01tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter1-1/+2
2019-03-01tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski1-2/+2
2019-03-01samples: bpf: use libbpf where easyJakub Kicinski4-25/+35
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski5-10/+11
2019-03-01samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski12-114/+16
2019-03-01samples: bpf: force IPv4 in pingJakub Kicinski5-5/+5
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev1-2/+2
2019-03-01bpf: add missing entries to bpf_helpers.hWillem de Bruijn1-0/+30
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov1-2/+5
2019-02-27tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song1-0/+4
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song1-0/+1
2019-02-27samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee3-3/+3
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2-1/+10
2019-02-27tools/bpf: sync bpf.h into toolsAlexei Starovoitov1-0/+2
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2-0/+7
2019-02-27bpf: enable program statsAlexei Starovoitov6-6/+129
2019-02-25xsk: add FAQ to facilitate for first time usersMagnus Karlsson1-1/+35
2019-02-25samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson4-648/+261
2019-02-25libbpf: add support for using AF_XDP socketsMagnus Karlsson8-3/+1080
2019-02-25selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev1-0/+44
2019-02-25bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev1-6/+20
2019-02-25bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell1-0/+2
2019-02-22samples/bpf: Fix dummy program unloading for xdp_redirect samplesToke Høiland-Jørgensen2-2/+2
2019-02-22seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov1-0/+2
2019-02-19bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer1-3/+13
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra3-3/+41
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy3-4/+4
2019-02-18bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing1-3/+1
2019-02-18net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpaHeiner Kallweit1-9/+1
2019-02-18net: phy: add helper mii_10gbt_stat_mod_linkmode_lpa_tHeiner Kallweit1-0/+19
2019-02-18liquidio: using NULL instead of plain integerYueHaibing2-2/+2
2019-02-18r8169: remove unneeded mmiowb barriersHeiner Kallweit1-6/+0
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge2-0/+18
2019-02-18net: sched: using kfree_rcu() to simplify the codeWei Yongjun1-6/+1
2019-02-18mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing1-5/+6