aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03netfilter: bridge: rework reject handlingFlorian Westphal1-18/+66
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+6
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso1-23/+6
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2-3/+3
2014-11-27netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira1-1/+39
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2-47/+53
2014-11-03netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck1-0/+1
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso1-1/+32
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso1-10/+253
2014-10-31netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso1-2/+4
2014-10-02netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso1-0/+2
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso1-5/+90
2014-09-09netfilter: ebtables: create audit records for replacesNicolas Dichtel1-0/+15
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso1-8/+2
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle1-1/+0
2014-07-22netfilter: bridge: add reject supportPablo Neira Ayuso3-0/+74
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso4-43/+107
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso1-0/+1
2014-06-25netfilter: kill ulog targetsPablo Neira Ayuso2-409/+0
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira1-5/+2
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller3-1/+153
2014-04-24netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka3-1/+153
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf1-3/+2
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches4-6/+6
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy1-2/+2
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy1-0/+1
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy1-0/+1
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy1-19/+19
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun4-18/+9
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun3-8/+8
2013-12-19bridge: remove unnecessary parenthesestanxiaojun1-1/+1
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi1-3/+5
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2-2/+40
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso1-2/+39
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso1-0/+1
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-2/+30
2013-10-14netfilter: add nftablesPatrick McHardy3-0/+42
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy2-12/+20
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-10-02netfilter: ebt_ulog: fix info leaksMathias Krause1-6/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell3-3/+3
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-3/+9
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso1-0/+6
2013-05-23bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang1-3/+3
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2-13/+16
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller3-44/+130