index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
xdp.h
Age
Commit message (
Expand
)
Author
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
2020-12-04
bpf: Remove trailing semicolon in macro definition
Tom Rix
2020-07-16
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-05-21
xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
Björn Töpel
2020-05-21
xsk: Introduce AF_XDP buffer allocation API
Björn Töpel
2020-01-16
devmap: Adjust tracepoint for map-less queue flush
Jesper Dangaard Brouer
2020-01-16
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
2020-01-16
xdp: Move devmap bulk queue into struct net_device
Toke Høiland-Jørgensen
2019-11-16
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
2019-10-22
xdp: Fix type of string pointer in __XDP_ACT_SYM_TAB
Ben Dooks (Codethink)
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-06-29
bpf_xdp_redirect_map: Perform map lookup in eBPF helper
Toke Høiland-Jørgensen
2019-06-25
xdp: Add tracepoint for bulk XDP_TX
Toshiaki Makita
2019-06-19
xdp: add tracepoints for XDP mem
Jesper Dangaard Brouer
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-05-24
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
2018-05-24
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
2018-05-24
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
2017-11-30
trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list
Xie XiuQi
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-09-11
xdp: implement xdp_redirect_map for generic XDP
Jesper Dangaard Brouer
2017-08-29
xdp: separate xdp_redirect tracepoint in map case
Jesper Dangaard Brouer
2017-08-29
xdp: separate xdp_redirect tracepoint in error case
Jesper Dangaard Brouer
2017-08-29
xdp: make xdp tracepoints report bpf prog id instead of prog_tag
Jesper Dangaard Brouer
2017-08-29
xdp: tracepoint xdp_redirect also need a map argument
Jesper Dangaard Brouer
2017-08-29
xdp: remove redundant argument to trace_xdp_redirect
Jesper Dangaard Brouer
2017-08-24
xdp: get tracepoints xdp_exception and xdp_redirect in sync
Jesper Dangaard Brouer
2017-08-24
xdp: remove net_device names from xdp_redirect tracepoint
Jesper Dangaard Brouer
2017-08-18
xdp: adjust xdp redirect tracepoint to include return error code
Jesper Dangaard Brouer
2017-07-17
xdp: add trace event for xdp redirect
John Fastabend
2017-01-25
bpf: add initial bpf tracepoints
Daniel Borkmann