summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorLines
2016-08-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca-0/+2
2016-08-25netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang-0/+1
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov-4/+4
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches-91/+101
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches-49/+34
2016-06-07bridge: netfilter: checkpatch data type fixesTobin C Harding-20/+20
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+45
2016-04-13netfilter: ebtables: Fix extension lookup with identical namePhil Sutter-1/+5
2016-03-29netfilter: bridge: add nf_afinfo to enable queuing to userspaceStephane Bryant-2/+45
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang-10/+10
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso-0/+4
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov-3/+5
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso-1/+1
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal-0/+1
2015-11-23netfilter-bridge: layout of if statementsIan Morris-6/+6
2015-11-23netfilter-bridge: brace placementIan Morris-6/+3
2015-11-23netfilter-bridge: use netdev style commentsIan Morris-46/+56
2015-11-23netfilter-bridge: Cleanse indentationIan Morris-25/+25
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal-6/+0
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman-6/+6
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman-7/+6
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman-2/+2
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman-0/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman-15/+13
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman-16/+17
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman-4/+4
2015-08-28netfilter: reduce sparse warningsFlorian Westphal-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+5
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+0
2015-06-01Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler-4/+0
2015-05-26netfilter: ebtables: fix comment grammarGeert Uytterhoeven-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones-0/+4
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso-2/+4
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck-1/+1
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy-1/+1
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy-1/+1
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy-2/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy-7/+7
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy-11/+2
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy-2/+2
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy-1/+4
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller-0/+2
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller-13/+11
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller-22/+16
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal-1/+1
2015-03-03netfilter: bridge: rework reject handlingFlorian Westphal-18/+66
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+6