summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal2020-01-271-1/+3
* netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2020-01-041-17/+16
* bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal2019-12-051-4/+15
* netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-08-291-1/+3
* netfilter: ebtables: also count base chain policiesFlorian Westphal2019-08-251-11/+17
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-021-1/+2
* netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal2019-03-271-92/+39
* netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal2019-03-131-3/+6
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt2019-01-231-2/+4
* netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-07-221-0/+13
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-171-0/+2
* netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-07-081-1/+2
* netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-05-301-1/+5
* netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal2018-05-301-9/+18
* netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal2018-05-161-5/+6
* netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-04-261-2/+8
* netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal2018-04-081-0/+34
* netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal2018-03-151-2/+19
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-03-151-1/+12
* 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