aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-27net: Convert defrag6_net_opsKirill Tkhai1-0/+1
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal3-5/+7
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal1-2/+2
2018-02-14netfilter: add back stackpointer size checksFlorian Westphal1-0/+4
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-0/+1
2018-02-02netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso1-2/+1
2018-02-02netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan1-0/+1
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-6/+12
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-127/+540
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni1-6/+12
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-1/+0
2018-01-16netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann1-1/+1
2018-01-16netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann1-5/+19
2018-01-16netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan1-5/+10
2018-01-11netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2-1/+15
2018-01-10netfilter: improve flow table Kconfig dependenciesArnd Bergmann1-1/+2
2018-01-10netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam3-0/+171
2018-01-10netfilter: remove duplicated includeWei Yongjun1-1/+0
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-22/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso1-32/+8
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-1/+2
2018-01-08netfilter: flow table support for IPv6Pablo Neira Ayuso3-0/+288
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso4-36/+1
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-7/+5
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-7/+7
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-1/+0
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso1-2/+1
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso3-3/+6
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal1-0/+4
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal1-14/+12
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-1/+1
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-6/+1
2017-12-11netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov1-1/+7
2017-12-04netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-6/+1
2017-11-20netfilter: remove redundant assignment to eColin Ian King1-1/+0
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-12/+36
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal1-2/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal1-1/+1
2017-10-24netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal1-2/+20
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-6/+8
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook1-2/+3
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang1-1/+1
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal1-0/+1