summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-0/+111
* netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-012-13/+168
* netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-012-12/+143
* netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen2019-03-011-10/+4
* netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing2019-03-011-0/+1
* netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-03-011-6/+8
* ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long2019-03-011-5/+2
* netfilter: convert the proto argument from u8 to u16Li RongQing2019-03-011-2/+2
* netfilter: nft_tunnel: Add dst_cache supportwenxu2019-03-011-0/+7
* netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal2019-03-011-10/+40
* ipvs: change some data types from int to boolAndrea Claudi2019-03-015-18/+18
* netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso2019-02-271-11/+2
* netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso2019-02-271-1/+1
* netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso2019-02-271-4/+19
* netfilter: remove unneeded switch fall-throughLi RongQing2019-02-272-2/+1
* netfilter: conntrack: avoid same-timeout updateFlorian Westphal2019-02-271-5/+4
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-277-19/+10
* netfilter: nat: remove l3proto structFlorian Westphal2019-02-272-92/+0
* netfilter: nat: remove csum_recalc hookFlorian Westphal2019-02-272-10/+24
* netfilter: nat: remove csum_update hookFlorian Westphal2019-02-271-33/+36
* netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2019-02-272-19/+26
* netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal2019-02-272-10/+6
* netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-273-1/+702
* netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-19/+123
* netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-273-0/+366
* netfilter: nf_conntrack_amanda: add support for STATE streamsFlorian Tham2019-02-271-2/+7
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-02-272-227/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-1/+5
|\
| * ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
| * netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-151-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-189-28/+97
|\ \
| * | netfilter: nf_conntrack_sip: add sip_external_media logicAlin Nastac2019-02-161-0/+42
| * | netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang2019-02-121-3/+11
| * | netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-121-3/+1
| * | ipvs: Use struct_size() helperGustavo A. R. Silva2019-02-121-4/+2
| * | netfilter: conntrack: fix indentation issueColin Ian King2019-02-121-1/+1
| * | netfilter: ipv6: avoid indirect calls for IPV6=y caseFlorian Westphal2019-02-042-15/+7
| * | netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu2019-02-041-2/+32
| * | netfilter: nf_tables: add NFTA_RULE_POSITION_ID to nla_policyFlorian Westphal2019-01-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-155-8/+18
|\ \ \ | | |/ | |/|
| * | netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso2019-02-131-1/+2
| * | ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-02-123-6/+15
| * | netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-02-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-087-115/+108
|\| |
| * | netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal2019-02-051-39/+23
| * | netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-046-79/+72
| * | netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-02-041-0/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-293-47/+158
|\| | | |/ |/|
| * netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera2019-01-281-0/+4
| * ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-01-241-0/+12