summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)AuthorFilesLines
2020-05-10netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang1-2/+4
2019-03-23netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso1-0/+2
2019-02-08ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov1-0/+1
2019-02-08ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal1-0/+4
2019-02-08inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-2/+0
2019-02-08inet: frags: break the 2GB limit for frags storageEric Dumazet1-5/+5
2019-02-08inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-3/+2
2019-02-08inet: frags: use rhashtables for reassembly unitsEric Dumazet1-38/+13
2019-02-08inet: frags: add a pointer to struct netns_fragsEric Dumazet1-7/+9
2019-02-08inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2018-11-10ipv6: orphan skbs in reassembly unitEric Dumazet1-0/+1
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-3/+6
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal1-4/+1
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal1-3/+2
2018-03-18netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal1-0/+4
2018-03-18netfilter: add back stackpointer size checksFlorian Westphal1-0/+4
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni1-6/+12
2018-01-31netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso1-2/+4
2018-01-31netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+3
2018-01-31netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni1-0/+1
2018-01-31netfilter: x_tables: speed up jump target validationFlorian Westphal1-21/+24
2017-09-27Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-125/+23
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-18/+9
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+3
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-1/+2
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal1-12/+8
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-11/+1
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal1-0/+16
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal1-0/+4
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
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-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-2/+3
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/...Pablo 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