summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
AgeCommit message (Expand)AuthorLines
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso-2/+0
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso-23/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso-33/+5
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso-1/+0
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso-12/+4
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso-7/+0
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso-7/+0
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso-6/+0
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso-8/+0
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso-7/+0
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso-7/+7
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso-1/+0
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso-3/+5
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal-0/+2
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+1
2017-11-06netfilter: ebtables: clean up initialization of bufColin Ian King-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov-14/+15
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao-12/+8
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-14/+9
2017-08-28bridge: make ebt_table constBhumika Goyal-1/+1
2017-08-24netfilter: ebtables: fix indent on if statementsColin Ian King-3/+3
2017-08-19netfilter: use audit_log()Geliang Tang-9/+4
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal-2/+2
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+4
2017-06-29netfilter: ebt_nflog: fix unexpected truncated packetLiping Zhang-0/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-4/+2
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-4/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-4/+2
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+9
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti-4/+1
2017-05-16ebtables: arpreply: Add the standard target sanity checkGao Feng-0/+3
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn-3/+6
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+20
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal-49/+46
2017-04-25bridge: ebtables: fix reception of frames DNAT-ed to bridge device/portLinus Lüssing-0/+20
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal-1/+1
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang-5/+1
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches-17/+17
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček-1/+1
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn-0/+1
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn-31/+47
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang-1/+2
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso-1/+1