summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter
AgeCommit message (Expand)Author
2020-01-29netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal
2020-01-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2019-09-06netfilter: ebtables: fix a memory leak bug in compatWenwen Wang
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-23netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt
2018-10-13ebtables: arpreply: Add the standard target sanity checkGao Feng
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-06-26netfilter: ebtables: handle string from userspace with carePaolo Abeni
2018-05-30netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal
2018-05-30netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal
2018-04-08netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal
2018-03-18netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal
2018-03-18netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng
2016-09-12netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng
2016-08-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca
2016-08-25netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches
2016-06-07bridge: netfilter: checkpatch data type fixesTobin C Harding
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-13netfilter: ebtables: Fix extension lookup with identical namePhil Sutter
2016-03-29netfilter: bridge: add nf_afinfo to enable queuing to userspaceStephane Bryant
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal
2015-11-23netfilter-bridge: layout of if statementsIan Morris
2015-11-23netfilter-bridge: brace placementIan Morris
2015-11-23netfilter-bridge: use netdev style commentsIan Morris
2015-11-23netfilter-bridge: Cleanse indentationIan Morris
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman