index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
bpf: sockmap test script
John Fastabend
1
-0
/
+450
2018-03-19
bpf: sockmap sample test for bpf_msg_pull_data
John Fastabend
4
-15
/
+101
2018-03-19
bpf: sockmap add SK_DROP tests
John Fastabend
2
-16
/
+61
2018-03-19
bpf: sockmap sample support for bpf_msg_cork_bytes()
John Fastabend
4
-9
/
+68
2018-03-19
bpf: sockmap, add sample option to test apply_bytes helper
John Fastabend
3
-8
/
+68
2018-03-19
bpf: sockmap sample, add data verification option
John Fastabend
1
-34
/
+84
2018-03-19
bpf: sockmap sample, add sendfile test
John Fastabend
1
-10
/
+60
2018-03-19
bpf: sockmap sample, add option to attach SK_MSG program
John Fastabend
6
-9
/
+135
2018-03-19
bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
1
-0
/
+54
2018-03-19
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
7
-7
/
+118
2018-03-19
bpf: sk_msg program helper bpf_sk_msg_pull_data
John Fastabend
2
-2
/
+136
2018-03-19
bpf: sockmap, add msg_cork_bytes() helper
John Fastabend
2
-1
/
+18
2018-03-19
bpf: sockmap, add bpf_msg_apply_bytes() helper
John Fastabend
2
-1
/
+18
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
8
-21
/
+857
2018-03-19
net: generalize sk_alloc_sg to work with scatterlist rings
John Fastabend
3
-14
/
+19
2018-03-19
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
John Fastabend
2
-1
/
+4
2018-03-19
sockmap: convert refcnt to an atomic refcnt
John Fastabend
1
-13
/
+10
2018-03-19
sock: make static tls function alloc_sg generic sock helper
John Fastabend
3
-62
/
+67
2018-03-16
Merge branch 'bpf-tools-build-improvements'
Daniel Borkmann
3
-3
/
+7
2018-03-16
tools: bpf: remove feature detection output
Jakub Kicinski
2
-0
/
+4
2018-03-16
tools: bpf: cleanup PHONY target
Jakub Kicinski
1
-1
/
+1
2018-03-16
tools: bpftool: fix potential format truncation
Jakub Kicinski
1
-1
/
+1
2018-03-16
tools: bpftool: fix dependency file path
Jakub Kicinski
1
-1
/
+1
2018-03-15
Merge branch 'bpf-stackmap-build-id'
Daniel Borkmann
7
-24
/
+535
2018-03-15
bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID
Song Liu
5
-2
/
+278
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
2
-22
/
+257
2018-03-09
bpf: comment why dots in filenames under BPF virtual FS are not allowed
Quentin Monnet
1
-0
/
+3
2018-03-09
Merge branch 'bpf-tools-makefile-improvements'
Daniel Borkmann
2
-25
/
+51
2018-03-09
tools: bpf: silence make by not deleting intermediate file
Jiri Benc
1
-1
/
+1
2018-03-09
tools: bpf: respect quiet/verbose build
Jiri Benc
1
-11
/
+27
2018-03-09
tools: bpf: call descend in Makefile
Jiri Benc
1
-3
/
+3
2018-03-09
tools: bpf: make install should build first
Jiri Benc
1
-2
/
+4
2018-03-09
tools: bpf: consistent make bpf_install
Jiri Benc
1
-4
/
+6
2018-03-09
tools: bpf: respect output directory during build
Jiri Benc
1
-16
/
+22
2018-03-09
tools: bpftool: silence 'missing initializer' warnings
Jiri Benc
1
-1
/
+1
2018-03-08
Merge branch 'bpf-perf-sample-addr'
Daniel Borkmann
4
-4
/
+36
2018-03-08
samples/bpf: add example to test reading address
Teng Qin
2
-0
/
+19
2018-03-08
bpf: add support to read sample address in bpf program
Teng Qin
2
-4
/
+17
2018-03-07
ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE
Eric Dumazet
1
-1
/
+5
2018-03-07
Merge branch 'RDS-zerocopy-code-enhancements'
David S. Miller
4
-85
/
+138
2018-03-07
rds: use list structure to track information for zerocopy completion notifica...
Sowmini Varadhan
4
-44
/
+85
2018-03-07
rds: refactor zcopy code into rds_message_zcopy_from_user
Sowmini Varadhan
1
-48
/
+60
2018-03-07
cxgb3: remove VLA usage
Gustavo A. R. Silva
1
-4
/
+4
2018-03-07
sock: Fix SO_ZEROCOPY switch case
Jesus Sanchez-Palencia
1
-1
/
+2
2018-03-07
Merge branch 'mvpp2-ucast-filter'
David S. Miller
1
-147
/
+173
2018-03-07
net: mvpp2: Add support for unicast filtering
Maxime Chevallier
1
-135
/
+161
2018-03-07
net: mvpp2: Simplify MAC filtering function parameters
Maxime Chevallier
1
-15
/
+15
2018-03-07
selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_o...
Jiri Pirko
1
-1
/
+1
2018-03-07
selftests: forwarding: fix "ok" action test
Jiri Pirko
1
-1
/
+4
2018-03-07
net: cdc_eem: clean up bind error path
Johan Hovold
1
-4
/
+1
[next]