summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
2019-07-21netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault
2019-07-21netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-11-04Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-19net: sk_buff rbnode reorgEric Dumazet
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-08netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat
2018-07-08netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal
2018-06-21netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso
2018-05-22netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-04-26netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan
2018-04-26netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan
2018-03-15netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal
2017-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-08-28netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal
2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal