summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-314-28/+52
* selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-314-1/+517
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-3110-8/+366
* libbpf: Support expected_attach_type at prog loadAndrey Ignatov2018-03-315-46/+133
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-318-29/+88
* Merge branch 'bpf-sockmap-sg-api-fixes'Daniel Borkmann2018-03-303-13/+27
|\
| * bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-301-5/+8
| * lib/scatterlist: add sg_init_marker() helperPrashant Bhole2018-03-302-8/+19
|/
* Merge branch 'bpf-sockmap-ingress'Daniel Borkmann2018-03-308-37/+430
|\
| * bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT testsJohn Fastabend2018-03-303-4/+60
| * bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-303-19/+78
| * bpf: sockmap, add BPF_F_INGRESS testsJohn Fastabend2018-03-303-11/+87
| * bpf: sockmap redirect ingress supportJohn Fastabend2018-03-305-5/+207
|/
* Merge branch 'nfp-bpf-updates'Alexei Starovoitov2018-03-2810-80/+771
|\
| * nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-281-6/+6
| * nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-286-2/+47
| * nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-285-15/+88
| * nfp: bpf: expose command delay slotsJakub Kicinski2018-03-281-29/+24
| * nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-286-3/+212
| * bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski2018-03-281-1/+1
| * nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-284-0/+17
| * nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-284-0/+21
| * nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-281-15/+25
| * nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-283-27/+50
| * nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-281-3/+3
| * nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-282-0/+145
| * nfp: bpf: support unaligned read offsetJiong Wang2018-03-281-3/+70
| * nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-283-2/+88
|/
* Merge branch 'bpf-raw-tracepoints'Daniel Borkmann2018-03-2830-77/+607
|\
| * selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov2018-03-281-21/+70
| * samples/bpf: raw tracepoint testAlexei Starovoitov2018-03-284-0/+44
| * libbpf: add bpf_raw_tracepoint_open helperAlexei Starovoitov2018-03-283-0/+23
| * bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-289-0/+424
| * macro: introduce COUNT_ARGS() macroAlexei Starovoitov2018-03-282-6/+8
| * net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov2018-03-284-33/+21
| * net/mac802154: disambiguate mac80215 vs mac802154 trace eventsAlexei Starovoitov2018-03-281-4/+4
| * net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov2018-03-281-3/+3
| * treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-285-10/+10
|/
* bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov2018-03-281-0/+35
* samples/bpf: fix spelling mistake: "revieve" -> "receive"Colin Ian King2018-03-281-1/+1
* bpf: follow idr code conventionShaohua Li2018-03-271-0/+4
* Merge branch 'bpf-verifier-log-btf-prep'Daniel Borkmann2018-03-262-12/+22
|\
| * bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau2018-03-262-8/+18
| * bpf: Rename bpf_verifer_logMartin KaFai Lau2018-03-262-5/+5
|/
* Merge branch 'bpf-print-insns-api'Daniel Borkmann2018-03-234-53/+60
|\
| * bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa2018-03-231-6/+6
| * bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-233-47/+54
|/
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23168-0/+168
* bridge: Allow max MTU when multiple VLANs presentChas Williams2018-03-234-7/+25
* virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUSJay Vosburgh2018-03-231-1/+1