summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-103-3/+7
| * | netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam2018-01-104-0/+228
| * | netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso2018-01-101-1/+1
| * | netfilter: remove duplicated includeWei Yongjun2018-01-102-3/+0Star
| * | netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun2018-01-101-2/+2
| * | netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun2018-01-101-1/+1
| * | netfilter: x_tables: unbreak module auto loadingFlorian Westphal2018-01-101-1/+1
| * | netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-108-382/+86Star
| * | netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-109-239/+75Star
| * | netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-1012-303/+286Star
| * | netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso2018-01-101-9/+7Star
| * | netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso2018-01-101-15/+6Star
| * | netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2018-01-103-8/+1Star
| * | netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-108-12/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2144-222/+1828
|\ \ \
| * \ \ Merge branch 'bpf-misc-improvements'Alexei Starovoitov2018-01-2017-75/+347
| |\ \ \
| | * | | bpf: move event_output to const_size_or_zero for xdp/skb as wellDaniel Borkmann2018-01-201-2/+2
| | * | | bpf: add upper complexity limit to verifier logDaniel Borkmann2018-01-201-1/+2
| | * | | bpf, x86: small optimization in alu ops with immDaniel Borkmann2018-01-201-5/+30
| | * | | bpf: restrict access to core bpf sysctlsDaniel Borkmann2018-01-201-3/+43
| | * | | bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-2013-42/+24Star
| | * | | bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-201-0/+87
| | * | | bpf: add couple of test cases for signed extended immsDaniel Borkmann2018-01-201-0/+104
| | * | | bpf: add csum_diff helper to xdp as wellDaniel Borkmann2018-01-201-0/+2
| | * | | bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann2018-01-201-24/+55
| |/ / /
| * | | samples/bpf: xdp_monitor include cpumap tracepoints in monitoringJesper Dangaard Brouer2018-01-202-67/+443
| * | | Merge branch 'bpf-lpm-get-next-key'Daniel Borkmann2018-01-192-2/+215
| |\ \ \
| | * | | tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song2018-01-191-0/+122
| | * | | bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song2018-01-191-2/+93
| |/ / /
| * | | selftests: bpf: update .gitignore with missing generated filesShuah Khan2018-01-191-0/+7
| * | | bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin2018-01-191-0/+1
| * | | Merge branch 'bpf-array-map-offload-and-tests'Daniel Borkmann2018-01-1814-48/+583
| |\ \ \
| | * | | nfp: bpf: add short busy wait for FW repliesJakub Kicinski2018-01-181-1/+8
| | * | | selftest/bpf: extend the offload test with map checksJakub Kicinski2018-01-183-25/+218
| | * | | netdevsim: bpf: support fake map offloadJakub Kicinski2018-01-182-0/+249
| | * | | tools: bpftool: report device information for offloaded mapsJakub Kicinski2018-01-181-1/+6
| | * | | bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-185-0/+69
| | * | | bpf: offload: allow array map offloadJakub Kicinski2018-01-182-1/+4
| | * | | bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski2018-01-181-6/+1Star
| | * | | bpf: arraymap: move checks out of alloc functionJakub Kicinski2018-01-181-14/+28
| |/ / /
| * | | Merge branch 'bpf-improve-test-verifier-coverage'Daniel Borkmann2018-01-183-1/+52
| |\ \ \
| | * | | selftests/bpf: make test_verifier run most programsAlexei Starovoitov2018-01-181-1/+49
| | * | | bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-182-0/+3
| |/ / /
| * | | bpf: Sync kernel ABI header with tooling headerJesper Dangaard Brouer2018-01-181-1/+11
| * | | tools/bpf_jit_disasm: silence a static checker warningDan Carpenter2018-01-181-3/+4
| * | | bpf: add comments to BPF ld/ldx sizesJesper Dangaard Brouer2018-01-182-4/+5
| * | | bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
| * | | samples/bpf: xdp2skb_meta comment explain why pkt-data pointers are invalidatedJesper Dangaard Brouer2018-01-181-3/+5
| * | | Merge branch 'bpf-dump-and-disasm-nfp-jit'Daniel Borkmann2018-01-188-17/+154
| |\ \ \
| | * | | tools: bpftool: improve architecture detection by using ifindexJiong Wang2018-01-184-3/+102