summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_compat.c
AgeCommit message (Expand)Author
2017-07-19netfilter: nft_compat: check extension hook mask only if setPablo Neira Ayuso
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang
2016-07-23netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang
2016-07-23netfilter: nft_compat: put back match/target module if init failLiping Zhang
2016-03-11netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-09-14netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-22netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02netfilter: nft_compat: add support for arptables extensionsArturo Borrero
2015-02-22netfilter: nft_compat: don't truncate ethernet protocol type to u8Arturo Borrero
2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-02-16netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso
2015-01-30netfilter: nft_compat: add ebtables supportArturo Borrero
2014-11-12netfilter: nft_compat: use the match->table to validate dependenciesPablo Neira Ayuso
2014-11-12netfilter: nft_compat: relax chain type validationPablo Neira Ayuso
2014-11-12netfilter: nft_compat: use current net namespacePablo Neira Ayuso
2014-10-27netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero
2014-10-18netfilter: nft_compat: validate chain type in match/targetPablo Neira Ayuso
2014-10-14netfilter: nft_compat: fix hook validation for non-base chainsPablo Neira Ayuso
2014-10-02netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso
2014-06-16netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2013-11-18netfilter: nft_compat: fix error path in nft_parse_compat()Pablo Neira Ayuso
2013-11-04netfilter: nft_compat: use _safe version of list_for_eachDan Carpenter
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso