summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter
AgeCommit message (Expand)Author
2020-04-28netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2020-04-28netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal
2019-09-23netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal
2019-08-13netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2018-10-21netfilter: ebtables: handle string from userspace with carePaolo Abeni
2018-06-16netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal
2018-06-16netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal
2018-06-16netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal
2018-06-16netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal
2016-08-22Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler
2016-08-22netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller
2014-04-24netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun
2013-12-19bridge: remove unnecessary parenthesestanxiaojun
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso
2013-10-14netfilter: add nftablesPatrick McHardy
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-10-02netfilter: ebt_ulog: fix info leaksMathias Krause
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso
2013-05-23bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-04-05netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng
2013-04-05netfilter: ebt_log: add net namespace support for ebt_logGao feng
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng
2013-03-15bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue