aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-1/+1
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+1
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn1-31/+47
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang1-1/+2
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-1/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2-13/+19
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso5-17/+15
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso1-1/+1
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso2-15/+2
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2-0/+3
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-1/+1
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2-2/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng1-5/+13
2016-09-12netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso2-71/+45
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso1-3/+3
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-08-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca1-0/+2
2016-08-25netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang1-0/+1
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov1-4/+4
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches6-91/+101
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches3-49/+34
2016-06-07bridge: netfilter: checkpatch data type fixesTobin C Harding1-20/+20
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+45
2016-04-13netfilter: ebtables: Fix extension lookup with identical namePhil Sutter1-1/+5
2016-03-29netfilter: bridge: add nf_afinfo to enable queuing to userspaceStephane Bryant1-2/+45
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang1-10/+10
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso1-0/+4
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov1-3/+5
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso1-1/+1
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal1-0/+1
2015-11-23netfilter-bridge: layout of if statementsIan Morris2-6/+6
2015-11-23netfilter-bridge: brace placementIan Morris2-6/+3
2015-11-23netfilter-bridge: use netdev style commentsIan Morris3-46/+56
2015-11-23netfilter-bridge: Cleanse indentationIan Morris4-25/+25
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal2-6/+0
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