aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-11netfilter: nf_tables: return immediately on empty commitFlorian Westphal1-0/+5
2019-03-11netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso1-1/+3
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso4-13/+54
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso1-6/+11
2019-03-08netfilter: nat: don't register device notifier twiceFlorian Westphal1-16/+19
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal3-0/+111
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2-13/+168
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2-12/+143
2019-03-01netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen1-10/+4
2019-03-01netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing1-0/+1
2019-03-01netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing1-6/+8
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long1-5/+2
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing1-2/+2
2019-03-01netfilter: nft_tunnel: Add dst_cache supportwenxu1-0/+7
2019-03-01netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal1-10/+40
2019-03-01ipvs: change some data types from int to boolAndrea Claudi5-18/+18
2019-02-27netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso1-11/+2
2019-02-27netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso1-1/+1
2019-02-27netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso1-4/+19
2019-02-27netfilter: remove unneeded switch fall-throughLi RongQing2-2/+1
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal1-5/+4
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal7-19/+10
2019-02-27netfilter: nat: remove l3proto structFlorian Westphal2-92/+0
2019-02-27netfilter: nat: remove csum_recalc hookFlorian Westphal2-10/+24
2019-02-27netfilter: nat: remove csum_update hookFlorian Westphal1-33/+36
2019-02-27netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2-19/+26
2019-02-27netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal2-10/+6
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal3-1/+702
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal1-19/+123
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal3-0/+366
2019-02-27netfilter: nf_conntrack_amanda: add support for STATE streamsFlorian Tham1-2/+7
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2-227/+61
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-28/+97
2019-02-16netfilter: nf_conntrack_sip: add sip_external_media logicAlin Nastac1-0/+42
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-8/+18
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso1-1/+2
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-02-12netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirmChieh-Min Wang1-3/+11
2019-02-12netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-3/+1
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-02-12netfilter: conntrack: fix indentation issueColin Ian King1-1/+1
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-115/+108
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal1-39/+23
2019-02-04netfilter: ipv6: avoid indirect calls for IPV6=y caseFlorian Westphal2-15/+7
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso6-79/+72
2019-02-04netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu1-2/+32