libbcc: support BPF_SOCKHASH specify the key type (#3473)
[platform/upstream/bcc.git] / docs / reference_guide.md
2021-06-07 zcylibbcc: support BPF_SOCKHASH specify the key type ...
2021-06-06 masibwAdd attach_xdp to reference_guide.md (#3450)
2021-06-06 Emilien Gobillotfinish to add support of subset in items_*_batch()...
2021-06-02 chenyuezhoudocs: update description of bcc python BPF()
2021-06-01 chenyuezhoudocs: add description of attach_raw_socket
2021-04-30 zcyfeature: support create new map and pin it to bpffs...
2021-04-29 Simone Magnaniadded bpf_update_batch() API support for Python Maps
2021-04-25 Emilien Gobillotadd bpf_map_lookup_batch and bpf_map_delete_batch in...
2021-04-10 chendotjsfix minor typo
2021-03-22 FedeParoladoc: add perf_submit_skb() documentation
2021-02-25 Lénaïc HuardAdded helpers for BPF_PERCPU_HASH
2021-02-22 Emilien Gobillotadd bpf_map_lookup_and_delete_batch in bcc (#3234)
2021-02-11 Goro Fujidocs: explain the relationship between BPF_TABLE and...
2020-11-24 chenyue.zhoudoc: adjust bpf_ktime_get_ns() document description
2020-10-07 Mauricio Vásquezdocs: Add missing code block closure
2020-10-05 Yonghong Songadd C++ bpf_iter support
2020-08-17 bas smitdocs: fix broken links
2020-07-30 cneiraAdd example for new helper to documentation.
2020-07-15 Yonghong Songupdate reference_guide for implicit kmem access rewriting
2020-07-15 yonghong-songMerge pull request #2994 from aspsk/tcpconnect-libbpf
2020-07-11 William FindlayAdd Python API and documentation for Queue/Stack Tables...
2020-07-08 Chen HaoNingReplace kprobe function "blk_account_io_completion...
2020-06-25 William FindlayRingbuf Support for Python API (#2989)
2020-06-19 William FindlayAdd LSM probe documentation (#2980)
2020-06-13 William FindlayFix typos in kretfunc documentation
2020-05-25 Sumanth Korikkarbcc/docs: Replace bpf_probe_read with bpf_probe_read_kernel
2020-04-28 yonghong-songMerge pull request #2866 from sumanthkorikkar/draft_bpf...
2020-04-23 Sumanth Korikkarbcc/docs: Add bpf_probe_read_user to docs and tutorials
2020-04-07 Sylvain Baubeaudoc: fix wrong references to get_syscall_name
2020-02-27 Jiri OlsaIntroduce {attach|detach}_kfunc API
2020-02-25 Masanori MisonoFix a table of contents of maps
2020-01-31 TuAdd XSKMAP support (#2730)
2020-01-09 Michael ProkopFix a bunch of typos (#2693)
2019-12-12 Brendan GreggMerge pull request #2582 from ethercflow/mmtools-dev
2019-11-26 Yonghong SongAdd map-in-map support
2019-11-17 Greg Boddocs/reference_guide.md: update doc
2019-11-14 Dave Marchevskyadd BPF::init_usdt function to init a single USDT so...
2019-11-13 WYFAdd a supplementary explanation to function `get_syscal...
2019-11-08 Masanori MisonoSupport attaching uprobe to offset (#2585)
2019-11-01 Brendan GreggMerge pull request #2568 from TristanCacqueray/master
2019-10-31 yonghong-songintroduce map.lookup_or_try_init() (#2577)
2019-09-24 Will FindlayFix BPF_PERCPU_ARRAY description (#2527)
2019-09-20 Philip GladstoneFixes #2518 -- weird behaviour of lookup_or_init (...
2019-08-16 Teng QinMerge pull request #2496 from SuperSix0/patch-4
2019-08-16 SuperSix0Update reference_guide.md
2019-06-25 Kai LükeSupport pinned maps through BPF_TABLE_PINNED macro
2019-04-19 Ashley DaviesUpdate reference_guide.md
2019-04-19 Ashley DaviesUpdate reference_guide.md
2019-04-19 Ashley DaviesAdd timeout to perf_buffer_poll docs
2019-03-27 Oriol Arcasdoc: explain how to use perf with skb programs (#2289)
2019-03-13 Gary Ching-Pang Lindocs/reference_guide: update the examples to reflect...
2019-03-04 yonghong-songMerge pull request #2234 from lcp/fix-examples
2019-03-04 JayceCaoAdd the part of tracing system calls according to ...
2019-02-28 Teng QinMerge pull request #2237 from bjackman/patch-1
2019-02-27 Brendan Jackmandocs/reference_guide: Update kernel macro name
2019-02-21 Paul ChaignonExpose kprobe's maxactive parameter in bcc (#2224)
2019-02-16 Xiaozhou Liudocs/reference_guide: add auto-generation of perf event...
2019-02-05 Xiaozhou Liudocs: references_guide.md: add/fix search examples...
2019-02-03 Teng QinMerge pull request #2182 from boat0/enhance-examples
2019-02-03 Teng QinMerge pull request #2178 from brendangregg/tools
2019-02-03 Xiaozhou Liudocs: fix broken link of bpf_log2l(#2176)
2019-01-09 Xiaozhou Liudocs: fix parameters of bpf_trace_printk() (#2121)
2018-07-27 Javier Honduvilla... Allow arbitrary hashtable increments. Fixes #1742 ...
2018-07-24 Joelclang: loader: Allow user to override kernel version...
2018-07-16 Brendan GreggMerge pull request #1885 from calavera/execsnoop_real_p...
2018-07-16 Brendan GreggMerge pull request #1873 from andihit/tcptop-improvements
2018-07-10 4astMerge pull request #1882 from iovisor/ubuntu1804-deps
2018-07-10 4astMerge pull request #1879 from bobrik/llcstat-see-also
2018-07-10 4astMerge pull request #1872 from palmtenor/autoload_syscall
2018-07-10 4astMerge pull request #1840 from oriolarcas/feature/footer...
2018-06-21 Oriol ArcasDo not allow defining the license from CFLAGS or comman...
2018-06-20 Oriol ArcasAdded new footer.h header where BPF_LICENSE is set...
2018-06-11 yonghong-songMerge pull request #1810 from lcp/xdp_redirect-v2
2018-06-11 Gary LinAdd DEVMAP, CPUMAP, and redirect_map() to the reference...
2018-05-02 yonghong-songMerge pull request #1724 from pchaigno/detect-ext-ptr...
2018-04-29 4astMerge pull request #1718 from iovisor/yhs_dev
2018-04-29 Yonghong Songintroduce {attach|detach}_raw_tracepoint API
2018-04-27 yonghong-songMerge pull request #1711 from palmtenor/cgrouparray
2018-04-26 yonghong-songMerge pull request #1709 from ahrens/patch-1
2018-04-26 Matthew Ahrensdocument debug flags
2018-04-25 Matthew Ahrensdocument cflags argument to BPF()
2018-04-11 yonghong-songMerge pull request #1673 from palmtenor/cleartab
2018-04-11 yonghong-songMerge pull request #1676 from hMcLauchlan/inject-4.17
2018-04-10 Howard McLauchlanAdd bpf_get_prandom_u32() to reference guide
2018-04-05 yonghong-songMerge pull request #1666 from nirmoy/fix_spell_1
2018-04-05 Nirmoy Dasfix some spelling errors
2018-03-08 yonghong-songMerge pull request #1624 from pchaigno/links-lwn-articles
2018-03-06 Brendan GreggMerge pull request #1618 from rmanyari/tool-tcpsubnet
2018-03-02 yonghong-songMerge pull request #1616 from palmtenor/poll_name
2018-03-02 Teng QinRename kprobe_poll to perf_buffer_poll
2018-02-06 yonghong-songMerge pull request #1575 from Matty9191/master
2018-02-06 yonghong-songMerge pull request #1578 from lcp/docs-tail-call
2018-02-06 Gary LinAdd BPF_PROG_ARRAY and map.call() to the reference...
2018-02-04 Brendan GreggMerge pull request #1560 from pchaigno/opensnoop-d...
2018-02-01 yonghong-songMerge pull request #1555 from myreg/trace-addr
2018-01-31 yonghong-songMerge pull request #1561 from joelagnel/bcc-misc-1
2018-01-30 yonghong-songMerge pull request #1547 from pchaigno/doc-bpf-get...
2018-01-27 Paul Chaignondoc: bpf_get_current_task helper
2018-01-22 yonghong-songMerge pull request #1531 from natoscott/master
2018-01-19 yonghong-songMerge pull request #1541 from linuxraptor/patch-1
next