index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: make error reporting in bpf_warn_invalid_xdp_action more clear
Daniel Borkmann
2017-09-08
1
-2
/
+2
*
bpf: Add mark and priority to sock options that can be set
David Ahern
2017-09-01
1
-0
/
+2
*
bpf: sockmap, remove STRPARSER map_flags and add multi-map support
John Fastabend
2017-08-28
1
-3
/
+0
*
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-28
1
-6
/
+3
*
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-19
1
-1
/
+9
*
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
1
-0
/
+9
*
bpf: sockmap with sk redirect support
John Fastabend
2017-08-16
1
-1
/
+32
*
bpf: introduce new program type for skbs on sockets
John Fastabend
2017-08-16
1
-0
/
+1
*
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
Daniel Borkmann
2017-08-09
1
-0
/
+5
*
net: comment fixes against BPF devmap helper calls
John Fastabend
2017-08-04
1
-5
/
+11
*
bpf: add bpf_redirect_map helper routine
John Fastabend
2017-07-17
1
-1
/
+7
*
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
1
-0
/
+1
*
xdp: add bpf_redirect helper function
John Fastabend
2017-07-17
1
-0
/
+1
*
bpf: add bpf_skb_adjust_room helper
Daniel Borkmann
2017-07-03
1
-1
/
+15
*
bpf: Adds support for setting sndcwnd clamp
Lawrence Brakmo
2017-07-01
1
-0
/
+1
*
bpf: Adds support for setting initial cwnd
Lawrence Brakmo
2017-07-01
1
-0
/
+2
*
bpf: Add support for changing congestion control
Lawrence Brakmo
2017-07-01
1
-0
/
+3
*
bpf: Add TCP connection BPF callbacks
Lawrence Brakmo
2017-07-01
1
-0
/
+11
*
bpf: Add setsockopt helper function to bpf
Lawrence Brakmo
2017-07-01
1
-1
/
+13
*
bpf: Support for setting initial receive window
Lawrence Brakmo
2017-07-01
1
-0
/
+4
*
bpf: Support for per connection SYN/SYN-ACK RTOs
Lawrence Brakmo
2017-07-01
1
-0
/
+3
*
bpf: BPF support for sock_ops
Lawrence Brakmo
2017-07-01
1
-0
/
+30
*
bpf: add bpf_set_hash helper for tc progs
Daniel Borkmann
2017-06-10
1
-1
/
+7
*
bpf: Add BPF_OBJ_GET_INFO_BY_FD
Martin KaFai Lau
2017-06-06
1
-0
/
+28
*
bpf: Add BPF_MAP_GET_FD_BY_ID
Martin KaFai Lau
2017-06-06
1
-0
/
+2
*
bpf: Add BPF_PROG_GET_FD_BY_ID
Martin KaFai Lau
2017-06-06
1
-2
/
+6
*
bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command
Martin KaFai Lau
2017-06-06
1
-0
/
+7
*
bpf: update perf event helper functions documentation
Teng Qin
2017-06-04
1
-4
/
+7
*
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
1
-0
/
+8
*
bpf: Fix inaccurate helper function description
Chenbo Feng
2017-04-30
1
-2
/
+1
*
bpf: add napi_id read access to __sk_buff
Daniel Borkmann
2017-04-21
1
-0
/
+1
*
bpf: fix comment typo
Alexander Alemayhu
2017-04-09
1
-1
/
+1
*
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
2017-04-01
1
-0
/
+12
*
Add a eBPF helper function to retrieve socket uid
Chenbo Feng
2017-03-23
1
-1
/
+8
*
Add a helper function to get socket cookie in eBPF
Chenbo Feng
2017-03-23
1
-1
/
+8
*
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
1
-0
/
+1
*
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-16
1
-0
/
+7
|
\
|
*
bpf: introduce BPF_F_ALLOW_OVERRIDE flag
Alexei Starovoitov
2017-02-12
1
-0
/
+7
*
|
bpf: allow option for setting bpf_l4_csum_replace from scratch
Daniel Borkmann
2017-01-24
1
-0
/
+1
*
|
bpf: add a longest prefix match trie map implementation
Daniel Mack
2017-01-23
1
-0
/
+7
*
|
bpf: add bpf_probe_read_str helper
Gianluca Borello
2017-01-20
1
-1
/
+14
|
/
*
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
2016-12-08
1
-1
/
+10
*
bpf: Add support for reading socket family, type, protocol
David Ahern
2016-12-02
1
-0
/
+3
*
bpf: Add new cgroup attach type to enable sock modifications
David Ahern
2016-12-02
1
-0
/
+6
*
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
2016-12-02
1
-1
/
+31
*
bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands
Daniel Mack
2016-11-25
1
-0
/
+8
*
bpf: add new prog type for cgroup socket filtering
Daniel Mack
2016-11-25
1
-0
/
+9
*
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2016-11-15
1
-1
/
+2
*
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
2016-11-15
1
-0
/
+8
[next]