summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend2018-03-194-15/+101
* bpf: sockmap add SK_DROP testsJohn Fastabend2018-03-192-16/+61
* bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend2018-03-194-9/+68
* bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend2018-03-193-8/+68
* bpf: sockmap sample, add data verification optionJohn Fastabend2018-03-191-34/+84
* bpf: sockmap sample, add sendfile testJohn Fastabend2018-03-191-10/+60
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-196-9/+135
* bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-0/+54
* bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-197-7/+118
* bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend2018-03-192-2/+136
* bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend2018-03-192-1/+18
* bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend2018-03-192-1/+18
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-198-21/+857
* net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-193-14/+19
* net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-192-1/+4
* sockmap: convert refcnt to an atomic refcntJohn Fastabend2018-03-191-13/+10
* sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-193-62/+67
* Merge branch 'bpf-tools-build-improvements'Daniel Borkmann2018-03-163-3/+7
|\
| * tools: bpf: remove feature detection outputJakub Kicinski2018-03-162-0/+4
| * tools: bpf: cleanup PHONY targetJakub Kicinski2018-03-161-1/+1
| * tools: bpftool: fix potential format truncationJakub Kicinski2018-03-161-1/+1
| * tools: bpftool: fix dependency file pathJakub Kicinski2018-03-161-1/+1
|/
* Merge branch 'bpf-stackmap-build-id'Daniel Borkmann2018-03-157-24/+535
|\
| * bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-155-2/+278
| * bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-152-22/+257
|/
* bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet2018-03-091-0/+3
* Merge branch 'bpf-tools-makefile-improvements'Daniel Borkmann2018-03-092-25/+51
|\
| * tools: bpf: silence make by not deleting intermediate fileJiri Benc2018-03-091-1/+1
| * tools: bpf: respect quiet/verbose buildJiri Benc2018-03-091-11/+27
| * tools: bpf: call descend in MakefileJiri Benc2018-03-091-3/+3
| * tools: bpf: make install should build firstJiri Benc2018-03-091-2/+4
| * tools: bpf: consistent make bpf_installJiri Benc2018-03-091-4/+6
| * tools: bpf: respect output directory during buildJiri Benc2018-03-091-16/+22
| * tools: bpftool: silence 'missing initializer' warningsJiri Benc2018-03-091-1/+1
|/
* Merge branch 'bpf-perf-sample-addr'Daniel Borkmann2018-03-084-4/+36
|\
| * samples/bpf: add example to test reading addressTeng Qin2018-03-082-0/+19
| * bpf: add support to read sample address in bpf programTeng Qin2018-03-082-4/+17
|/
* ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet2018-03-081-1/+5
* Merge branch 'RDS-zerocopy-code-enhancements'David S. Miller2018-03-084-85/+138
|\
| * rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-084-44/+85
| * rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan2018-03-081-48/+60
|/
* cxgb3: remove VLA usageGustavo A. R. Silva2018-03-071-4/+4
* sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia2018-03-071-1/+2
* Merge branch 'mvpp2-ucast-filter'David S. Miller2018-03-071-147/+173
|\
| * net: mvpp2: Add support for unicast filteringMaxime Chevallier2018-03-071-135/+161
| * net: mvpp2: Simplify MAC filtering function parametersMaxime Chevallier2018-03-071-15/+15
|/
* selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_o...Jiri Pirko2018-03-071-1/+1
* selftests: forwarding: fix "ok" action testJiri Pirko2018-03-071-1/+4
* net: cdc_eem: clean up bind error pathJohan Hovold2018-03-071-4/+1
* net: kalmia: clean up bind error pathJohan Hovold2018-03-071-5/+1