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