summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-183-6/+6
* netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-7/+6
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-182-2/+2
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-182-15/+13
* netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman2015-09-184-16/+17
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-172-4/+4
* netfilter: reduce sparse warningsFlorian Westphal2015-08-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-242-3/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-4/+0
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+4
| |\ \
| * | | netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-2/+4
| * | | ebtables: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfilter: ebtables: fix comment grammarGeert Uytterhoeven2015-05-261-1/+1
* | | | Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler2015-06-011-4/+0
| |_|/ |/| |
* | | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+4
| |/ |/|
* | netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-1/+1
* | netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-1/+1
* | netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-131-2/+2
* | netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-132-7/+7
* | netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-11/+2
* | netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-2/+2
* | netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-1/+4
* | netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+2
* | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-041-13/+11
* | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-043-22/+16
* | netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-101-1/+1
* | netfilter: bridge: rework reject handlingFlorian Westphal2015-03-031-18/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-23/+6
|\ \
| * | netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-191-23/+6
* | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-132-3/+3
|/ /
* | netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira2014-11-271-1/+39
* | netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2014-11-272-47/+53
|/
* netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck2014-11-031-0/+1
* netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso2014-10-311-1/+32
* netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2014-10-311-10/+253
* netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso2014-10-311-2/+4
* netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso2014-10-021-0/+2
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-5/+90
* netfilter: ebtables: create audit records for replacesNicolas Dichtel2014-09-091-0/+15
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-8/+2
* netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-1/+0
* netfilter: bridge: add reject supportPablo Neira Ayuso2014-07-223-0/+74
* netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-274-43/+107
* netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-0/+1
* netfilter: kill ulog targetsPablo Neira Ayuso2014-06-252-409/+0
* netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2014-05-261-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-223-1/+153
|\
| * netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka2014-04-243-1/+153
OpenPOWER on IntegriCloud