summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argumentNathan Chancellor2019-08-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-1322-87/+113
|\
| * netfilter: connlabels: prefer static lock initialiserFlorian Westphal2019-08-131-2/+1
| * netfilter: nf_nat_proto: make tables staticValdis Klētnieks2019-08-131-2/+2
| * netfilter: nf_tables: add missing prototypes.Valdis Klētnieks2019-08-133-3/+3
| * netfilter: inline four headers files into another one.Jeremy Sowden2019-08-132-2/+1
| * netfilter: nf_tables: store data in offload context registersPablo Neira Ayuso2019-08-131-7/+17
| * netfilter: nft_bitwise: add offload supportPablo Neira Ayuso2019-08-131-0/+19
| * netfilter: remove unnecessary spacesyangxingwu2019-08-1310-13/+13
| * ipvs: Improve robustness to the ipvs sysctlJunwei Hu2019-08-031-34/+35
| * netfilter: conntrack: use shared sysctl constantsMatteo Croce2019-08-031-18/+16
| * netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera2019-08-032-6/+6
* | netfilter: nf_tables_offload: support indr block callwenxu2019-08-082-24/+131
* | net: delete "register" keywordAlexey Dobriyan2019-08-082-4/+4
* | netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik2019-07-291-1/+1
* | netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio2019-07-292-2/+2
* | netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio2019-07-291-4/+0
* | netfilter: nf_tables: Make nft_meta expression more robustPhil Sutter2019-07-251-12/+4
|/
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-192-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-1934-64/+84
|\
| * netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann2019-07-192-2/+2
| * netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso2019-07-181-1/+1
| * netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera2019-07-181-2/+2
| * netfilter: nf_tables: Support auto-loading for inet natPhil Sutter2019-07-181-0/+3
| * netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-07-161-1/+1
| * netfilter: nf_tables: don't fail when updating base chain policyFlorian Westphal2019-07-161-0/+2
| * netfilter: conntrack: always store window size un-scaledFlorian Westphal2019-07-161-3/+5
| * netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-162-2/+4
| * netfilter: nf_tables: fix module autoload for redirChristian Hesse2019-07-161-1/+1
| * netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-166-14/+7
| * netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-1618-38/+56
| * netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-07-151-1/+1
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1169-512/+2909
|\
| * netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-097-7/+599
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-088-81/+100
| |\
| | * net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-06-291-1/+5
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-287-80/+95
| | |\
| | | * netfilter: Fix remainder of pseudo-header protocol 0He Zhe2019-06-283-4/+5
| | | * netfilter: ctnetlink: Fix regression in conntrack entry deletionFelix Kaechele2019-06-261-3/+4
| | | * ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-252-66/+72
| | | * ipvs: defer hook registration to avoid leaksJulian Anastasov2019-06-211-7/+14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-07-0813-76/+472
| |\ \ \
| | * | | netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso2019-07-062-0/+10
| | * | | netfilter: nf_tables: __nft_expr_type_get() selects specific family typePablo Neira Ayuso2019-07-051-5/+8
| | * | | netfilter: nf_tables: add nft_expr_type_request_module()Pablo Neira Ayuso2019-07-051-3/+14
| | * | | netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu2019-07-052-53/+29
| | * | | ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov2019-07-051-4/+42
| | * | | netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera2019-07-053-0/+299
| | * | | ipvs: allow tunneling with gre encapsulationVadim Fedorenko2019-07-042-3/+64