summaryrefslogtreecommitdiff
path: root/tc/m_bpf.c
AgeCommit message (Expand)Author
2023-01-14tc: use SPDXStephen Hemminger
2020-10-31tc: skip actions that don't have options attribute when printingVlad Buslov
2019-07-11tc: print all error messages to stderrStephen Hemminger
2019-05-20treewide: refactor help messagesMatteo Croce
2019-02-03tc: full JSON support for 'bpf' actionsDavide Caratti
2018-03-13Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-03-04tc: fix parsing of the control actionDavide Caratti
2018-02-02treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributesSerhey Popovych
2017-12-08tc: util: Don't call NEXT_ARG_FWD() in __parse_action_control()Michal Privoznik
2017-11-26{f, m}_bpf: don't allow specifying multiple bpf programsJakub Kicinski
2017-11-26bpf: rename bpf_parse_common() to bpf_parse_and_load_common()Jakub Kicinski
2017-11-26bpf: pass program type in struct bpf_cfg_inJakub Kicinski
2017-09-05bpf: consolidate dumps to use bpf_dump_prog_infoDaniel Borkmann
2017-07-18bpf: dump id/jited info for cls/act programsDaniel Borkmann
2017-05-22tc: actions: add helpers to parse and print control actionsJiri Pirko
2017-02-23{f,m}_bpf: dump tag over insnsDaniel Borkmann
2016-12-14tc: pass correct conversion specifier to print 'unsigned int' action index.Roman Mashak
2016-11-29bpf: make tc's bpf loader generic and move into libDaniel Borkmann
2016-07-25tc: util: No need for action_n2a() to be reentrantPhil Sutter
2016-07-25tc: use action_a2n() everywherePhil Sutter
2016-07-20Use C99 style initializers everywherePhil Sutter
2016-03-21tc: code cleanupStephen Hemminger
2015-11-23{f,m}_bpf: allow for sharing mapsDaniel Borkmann
2015-10-12m_bpf: don't require default opcode on ebpf actionsDaniel Borkmann
2015-08-10m_bpf: add frontend support for late bindingDaniel Borkmann
2015-07-27tc: fix bpf compilation with old glibcNicolas Dichtel
2015-06-25tc: {f,m}_bpf: allow to retrieve uds path from envDaniel Borkmann
2015-05-04tc: {m, f}_ebpf: add option for dumping verifier logDaniel Borkmann
2015-04-27tc: built-in eBPF exec proxyDaniel Borkmann
2015-04-10tc, bpf: finalize eBPF support for cls and act front-endDaniel Borkmann
2015-03-24tc: m_bpf: fix next arg selection after tc opcodeDaniel Borkmann
2015-02-27m_bpf: remove unrelevant help linesDaniel Borkmann
2015-02-05tc: add support for BPF based actionsJiri Pirko