index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
xdp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Remove trailing semicolon in macro definition
Tom Rix
2020-12-04
1
-6
/
+6
*
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
1
-2
/
+4
*
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
1
-4
/
+10
*
xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
Björn Töpel
2020-05-21
1
-1
/
+0
*
xsk: Introduce AF_XDP buffer allocation API
Björn Töpel
2020-05-21
1
-1
/
+2
*
devmap: Adjust tracepoint for map-less queue flush
Jesper Dangaard Brouer
2020-01-16
1
-17
/
+12
*
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
2020-01-16
1
-57
/
+44
*
xdp: Move devmap bulk queue into struct net_device
Toke Høiland-Jørgensen
2020-01-16
1
-1
/
+1
*
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
2019-11-16
1
-15
/
+4
*
xdp: Fix type of string pointer in __XDP_ACT_SYM_TAB
Ben Dooks (Codethink)
2019-10-22
1
-1
/
+1
*
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-07-29
1
-1
/
+2
*
bpf_xdp_redirect_map: Perform map lookup in eBPF helper
Toke Høiland-Jørgensen
2019-06-29
1
-3
/
+2
*
xdp: Add tracepoint for bulk XDP_TX
Toshiaki Makita
2019-06-25
1
-0
/
+29
*
xdp: add tracepoints for XDP mem
Jesper Dangaard Brouer
2019-06-19
1
-0
/
+115
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-17
1
-3
/
+2
*
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
2018-05-24
1
-4
/
+6
*
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
2018-05-24
1
-0
/
+39
*
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
2018-05-24
1
-1
/
+8
*
trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list
Xie XiuQi
2017-11-30
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
2017-10-18
1
-0
/
+70
*
|
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
1
-2
/
+8
|
/
*
xdp: implement xdp_redirect_map for generic XDP
Jesper Dangaard Brouer
2017-09-11
1
-2
/
+2
*
xdp: separate xdp_redirect tracepoint in map case
Jesper Dangaard Brouer
2017-08-29
1
-8
/
+38
*
xdp: separate xdp_redirect tracepoint in error case
Jesper Dangaard Brouer
2017-08-29
1
-4
/
+18
*
xdp: make xdp tracepoints report bpf prog id instead of prog_tag
Jesper Dangaard Brouer
2017-08-29
1
-10
/
+8
*
xdp: tracepoint xdp_redirect also need a map argument
Jesper Dangaard Brouer
2017-08-29
1
-8
/
+30
*
xdp: remove redundant argument to trace_xdp_redirect
Jesper Dangaard Brouer
2017-08-29
1
-3
/
+3
*
xdp: get tracepoints xdp_exception and xdp_redirect in sync
Jesper Dangaard Brouer
2017-08-24
1
-6
/
+6
*
xdp: remove net_device names from xdp_redirect tracepoint
Jesper Dangaard Brouer
2017-08-24
1
-12
/
+12
*
xdp: adjust xdp redirect tracepoint to include return error code
Jesper Dangaard Brouer
2017-08-18
1
-4
/
+7
*
xdp: add trace event for xdp redirect
John Fastabend
2017-07-17
1
-1
/
+30
*
bpf: add initial bpf tracepoints
Daniel Borkmann
2017-01-25
1
-0
/
+53