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