summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+5
|\
| * netfilter: ebtables: Fix extension lookup with identical namePhil Sutter2016-04-131-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-121-2/+45
|\ \ | |/ |/|
| * netfilter: bridge: add nf_afinfo to enable queuing to userspaceStephane Bryant2016-03-291-2/+45
* | netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-281-10/+10
* | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-281-0/+4
|/
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-161-3/+5
* netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-1/+1
* netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-091-0/+1
* netfilter-bridge: layout of if statementsIan Morris2015-11-232-6/+6
* netfilter-bridge: brace placementIan Morris2015-11-232-6/+3
* netfilter-bridge: use netdev style commentsIan Morris2015-11-233-46/+56
* netfilter-bridge: Cleanse indentationIan Morris2015-11-234-25/+25
* netfilter: remove hook owner refcountingFlorian Westphal2015-10-162-6/+0
* 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