summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-2/+0
* netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-23/+2
* netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-33/+5
* netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-1/+0
* netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-12/+4
* netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-7/+0
* netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-7/+0
* netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-6/+0
* netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-8/+0
* netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-7/+0
* netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-7/+7
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-1/+0
* netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-081-3/+5
* netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-2/+1
|\
| * netfilter: ebtables: clean up initialization of bufColin Ian King2017-11-061-2/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov2017-09-294-14/+15
|/
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-12/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-035-14/+9
|\
| * netfilter: ebtables: fix indent on if statementsColin Ian King2017-08-242-3/+3
| * netfilter: use audit_log()Geliang Tang2017-08-191-9/+4
| * netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-312-2/+2
* | bridge: make ebt_table constBhumika Goyal2017-08-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-061-0/+1
|\
| * netfilter: ebt_nflog: fix unexpected truncated packetLiping Zhang2017-06-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-304-4/+4
|\ \
| * | netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng2017-06-194-4/+4
* | | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-4/+2
* | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+2
* | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-222-3/+9
|\|
| * ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-161-0/+3
| * netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-151-3/+6
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-0/+20
|\
| * bridge: ebtables: fix reception of frames DNAT-ed to bridge device/portLinus Lüssing2017-04-251-0/+20
* | ebtables: remove nf_hook_register usageFlorian Westphal2017-04-264-49/+46
* | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
* | netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-1/+1
* | netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang2017-03-061-5/+1
* | netfilter: Use pr_cont where appropriateJoe Perches2017-03-061-17/+17
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-021-1/+1
* xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+1
* ebtables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-31/+47
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-041-1/+2
* netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-031-1/+1