summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-19bpf: add couple of test cases for div/mod by zeroDaniel Borkmann
2018-01-19bpf: add couple of test cases for signed extended immsDaniel Borkmann
2018-01-19bpf: add csum_diff helper to xdp as wellDaniel Borkmann
2018-01-19bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann
2018-01-20samples/bpf: xdp_monitor include cpumap tracepoints in monitoringJesper Dangaard Brouer
2018-01-19Merge branch 'bpf-lpm-get-next-key'Daniel Borkmann
2018-01-19tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song
2018-01-19bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song
2018-01-19selftests: bpf: update .gitignore with missing generated filesShuah Khan
2018-01-19bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin
2018-01-18Merge branch 'bpf-array-map-offload-and-tests'Daniel Borkmann
2018-01-18nfp: bpf: add short busy wait for FW repliesJakub Kicinski
2018-01-18selftest/bpf: extend the offload test with map checksJakub Kicinski
2018-01-18netdevsim: bpf: support fake map offloadJakub Kicinski
2018-01-18tools: bpftool: report device information for offloaded mapsJakub Kicinski
2018-01-18bpf: offload: report device information about offloaded mapsJakub Kicinski
2018-01-18bpf: offload: allow array map offloadJakub Kicinski
2018-01-18bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski
2018-01-18bpf: arraymap: move checks out of alloc functionJakub Kicinski
2018-01-18Merge branch 'bpf-improve-test-verifier-coverage'Daniel Borkmann
2018-01-18selftests/bpf: make test_verifier run most programsAlexei Starovoitov
2018-01-18bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov
2018-01-18bpf: Sync kernel ABI header with tooling headerJesper Dangaard Brouer
2018-01-18tools/bpf_jit_disasm: silence a static checker warningDan Carpenter
2018-01-18bpf: add comments to BPF ld/ldx sizesJesper Dangaard Brouer
2018-01-18bpf: change fake_ip for bpf_trace_printk helperYonghong Song
2018-01-18samples/bpf: xdp2skb_meta comment explain why pkt-data pointers are invalidatedJesper Dangaard Brouer
2018-01-18Merge branch 'bpf-dump-and-disasm-nfp-jit'Daniel Borkmann
2018-01-18tools: bpftool: improve architecture detection by using ifindexJiong Wang
2018-01-18nfp: bpf: set new jit info fieldsJiong Wang
2018-01-18bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang
2018-01-17Merge tag 'linux-can-next-for-4.16-20180116' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-17vxlan: Fix trailing semicolonLuis de Bethencourt
2018-01-17cxgb4: restructure VF mgmt codeGanesh Goudar
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai
2018-01-17Merge branch 'tun-allow-to-attach-eBPF-filter'David S. Miller
2018-01-17tun: allow to attach ebpf socket filterJason Wang
2018-01-17tuntap: rename struct tun_steering_prog to struct tun_progJason Wang
2018-01-17Merge branch 'net-sched-allow-qdiscs-to-share-filter-block-instances'David S. Miller
2018-01-17mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind opsJiri Pirko
2018-01-17mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko
2018-01-17mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbindJiri Pirko
2018-01-17mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroyJiri Pirko
2018-01-17net: sched: allow ingress and clsact qdiscs to share filter blocksJiri Pirko
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko
2018-01-17net: sched: use block index as a handle instead of qdisc when block is sharedJiri Pirko
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2018-01-17net: sched: remove classid and q fields from tcf_protoJiri Pirko