aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman3-6/+6
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devicesEric W. Biederman1-7/+6
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman2-2/+2
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-0/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2-15/+13
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman4-16/+17
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman2-4/+4
2015-08-28netfilter: reduce sparse warningsFlorian Westphal1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+5
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2015-06-01Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2015-05-26netfilter: ebtables: fix comment grammarGeert Uytterhoeven1-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones1-0/+4
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso1-2/+4
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2-7/+7
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-11/+2
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-1/+4
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+2
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller1-13/+11
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller3-22/+16
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
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