aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-04-14netfilter: x_tables: remove obsolete checkFlorian Westphal1-7/+0
2016-04-14netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal1-2/+0
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-125/+23
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-18/+9
2016-04-14netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+3
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-1/+2
2016-04-14netfilter: x_tables: kill check_entry helperFlorian Westphal1-12/+8
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-11/+1
2016-04-14netfilter: x_tables: validate targets of jumpsFlorian Westphal1-0/+16
2016-04-14netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal1-0/+4
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-27/+31
2016-04-07netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULLHaishuang Yan1-1/+1
2016-03-29netfilter: ip6t_SYNPROXY: remove magic number for hop_limitLiping Zhang1-26/+30
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso1-0/+2
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme1-22/+8
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso1-1/+6
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal6-85/+137
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal6-30/+37
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal1-3/+71
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso1-1/+1
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-114/+74
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+2
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+6
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso1-0/+1
2015-12-09netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal1-5/+8
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-2/+3
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2-49/+36
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2-71/+40
2015-11-23netfilter: remove duplicate includestephen hemminger1-1/+0
2015-11-02net: fix percpu memory leaksEric Dumazet1-3/+9
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso5-7/+6
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal4-14/+0
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris1-2/+2
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris3-5/+5
2015-10-13netfilter: ipv6: code indentationIan Morris3-6/+6
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: label placementIan Morris1-1/+1
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2-4/+3