summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-273-25/+160
* netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2018-10-222-7/+7
* netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-223-16/+20
* Revert "netfilter: xt_quota: fix the behavior of xt_quota module"Pablo Neira Ayuso2018-10-192-27/+36
* netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo2018-10-191-1/+0
* netfilter: remove two unused variables.Weongyo Jeong2018-10-192-6/+0
* netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo2018-10-193-3/+3
* netfilter: nf_nat_snmp_basic: add missing helper alias nameTaehee Yoo2018-10-161-0/+1
* netfilter: xt_osf: simplify xt_osf_match_packet()Pablo Neira Ayuso2018-10-161-7/+1
* netfilter: nft_xfrm: use state family, not hook oneFlorian Westphal2018-10-161-5/+6
* netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera2018-10-164-27/+44
* netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing2018-10-161-2/+0
* netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-161-1/+1
* cxgb4: Add thermal zone supportGanesh Goudar2018-10-095-0/+142
* net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernelAlaa Hleihel2018-10-092-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0866-663/+4140
|\
| * bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
| * Merge branch 'bpf-to-bpf-calls-nfp'Daniel Borkmann2018-10-0810-46/+589
| |\
| | * bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| | * nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet2018-10-083-1/+6
| | * nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet2018-10-083-23/+78
| | * nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet2018-10-081-1/+27
| | * nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet2018-10-082-3/+24
| | * nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet2018-10-082-8/+68
| | * nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-085-4/+295
| | * nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet2018-10-082-11/+27
| | * nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet2018-10-082-4/+13
| | * nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet2018-10-083-0/+29
| | * nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet2018-10-083-8/+8
| | * bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-086-2/+37
| |/
| * bpf, doc: Document Jump X addressing modeArthur Fabre2018-10-081-14/+16
| * libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13
| * xsk: proper AF_XDP socket teardown orderingBjörn Töpel2018-10-082-13/+11
| * Merge branch 'bpf-xsk-fix-mixed-mode'Daniel Borkmann2018-10-056-41/+91
| |\
| | * xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson2018-10-051-5/+2
| | * ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-053-2/+20
| | * ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6
| | * xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson2018-10-053-35/+64
| | * net: add umem reference in netdev{_rx}_queueMagnus Karlsson2018-10-051-0/+6
| |/
| * bpf: typo fix in Documentation/networking/af_xdp.rstKonrad Djimeli2018-10-051-2/+2
| * bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU2018-10-041-2/+0
| * Merge branch 'bpf-libbpf-consistent-iface'Daniel Borkmann2018-10-0411-154/+171
| |\
| | * libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-042-2/+2
| | * libbpf: Make include guards consistentAndrey Ignatov2018-10-045-15/+15
| | * libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov2018-10-043-11/+13
| | * libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov2018-10-045-81/+94
| | * libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-043-43/+45
| | * libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2018-10-042-3/+3
| |/
| * net: core: Fix build with CONFIG_IPV6=mJoe Stringer2018-10-041-1/+1
| * Merge branch 'bpf-sk-lookup'Daniel Borkmann2018-10-0314-157/+2002
| |\