summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorFilesLines
2019-03-14netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal1-3/+6
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-23netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt1-2/+4
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal1-0/+13
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+2
2018-07-08netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-05-30netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal1-1/+5
2018-05-30netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal1-9/+18
2018-05-16netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal1-5/+6
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal1-2/+8
2018-04-08netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal1-0/+34
2018-03-15netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal1-2/+19
2018-03-15netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal1-1/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov4-14/+15
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-12/+8
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-14/+9
2017-08-28bridge: make ebt_table constBhumika Goyal1-1/+1
2017-08-24netfilter: ebtables: fix indent on if statementsColin Ian King2-3/+3
2017-08-19netfilter: use audit_log()Geliang Tang1-9/+4
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal2-2/+2
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-4/+4
2017-06-29netfilter: ebt_nflog: fix unexpected truncated packetLiping Zhang1-0/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-4/+2
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng4-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2
2017-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+9
2017-05-20sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-4/+1
2017-05-16ebtables: arpreply: Add the standard target sanity checkGao Feng1-0/+3
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn1-3/+6
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+20
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal4-49/+46
2017-04-25bridge: ebtables: fix reception of frames DNAT-ed to bridge device/portLinus Lüssing1-0/+20
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang1-5/+1
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches1-17/+17
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
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