aboutsummaryrefslogtreecommitdiffstats
path: root/tc/f_bpf.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-21tc/police: remove unused argument to tc_print_policeStephen Hemminger1-1/+1
2024-03-12tc: make filter_util args constStephen Hemminger1-2/+2
2023-01-14tc: use SPDXStephen Hemminger1-5/+1
2022-06-17tc: declaration hides parameterStephen Hemminger1-3/+3
2020-05-05tc: full JSON support for 'bpf' filterDavide Caratti1-14/+15
2019-05-20treewide: refactor help messagesMatteo Croce1-30/+32
2019-02-03tc: full JSON support for 'bpf' actionsDavide Caratti1-1/+1
2017-11-26f_bpf: communicate ifindex for eBPF offloadJakub Kicinski1-1/+13
2017-11-26{f, m}_bpf: don't allow specifying multiple bpf programsJakub Kicinski1-0/+3
2017-11-26bpf: rename bpf_parse_common() to bpf_parse_and_load_common()Jakub Kicinski1-1/+1
2017-11-26bpf: pass program type in struct bpf_cfg_inJakub Kicinski1-1/+2
2017-09-05Merge branch 'master' into net-nextStephen Hemminger1-4/+4
2017-09-05bpf: consolidate dumps to use bpf_dump_prog_infoDaniel Borkmann1-4/+4
2017-08-04tc actions: Improved batching and time filtered dumpingJamal Hadi Salim1-1/+1
2017-07-18bpf: dump id/jited info for cls/act programsDaniel Borkmann1-0/+3
2017-05-05tc: Reflect HW offload statusOr Gerlitz1-0/+5
2017-02-23{f,m}_bpf: dump tag over insnsDaniel Borkmann1-0/+9
2016-11-29bpf: make tc's bpf loader generic and move into libDaniel Borkmann1-22/+36
2016-10-17tc: cls_bpf: handle skip_sw and skip_hw flagsJakub Kicinski1-2/+19
2016-05-23f_bpf: fix filling of handle when no further arg is providedDaniel Borkmann1-3/+3
2015-11-23{f,m}_bpf: allow for sharing mapsDaniel Borkmann1-107/+24
2015-10-12f_bpf: allow for optional classid and add flagsDaniel Borkmann1-13/+30
2015-07-27tc: fix bpf compilation with old glibcNicolas Dichtel1-1/+1
2015-06-25tc: {f,m}_bpf: allow to retrieve uds path from envDaniel Borkmann1-2/+4
2015-05-04tc: {m, f}_ebpf: add option for dumping verifier logDaniel Borkmann1-3/+11
2015-04-27tc: built-in eBPF exec proxyDaniel Borkmann1-1/+1
2015-04-10tc, bpf: finalize eBPF support for cls and act front-endDaniel Borkmann1-23/+90
2015-03-24tc: add eBPF support to f_bpfDaniel Borkmann1-10/+26
2015-02-05tc: push bpf common code into separate fileJiri Pirko1-125/+11
2014-10-09discourage use of direct policer interfaceJamal Hadi Salim1-2/+3
2014-05-28iproute2: various header include fixes for compiling with musl libcNatanael Copa1-0/+1
2013-10-30tc: add cls_bpf frontendDaniel Borkmann1-0/+288