summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal
2017-10-24netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
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
2017-07-31netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal
2017-04-25netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-08netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal