summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-0/+1
* netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso2018-02-021-2/+1
* netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan2018-02-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-011-6/+12
|\
| * netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-311-6/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3117-127/+540
|\ \
| * | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0
| * | netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+1
| * | netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann2018-01-161-5/+19
| * | netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan2018-01-161-5/+10
| * | netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-112-1/+15
| * | netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-101-1/+2
| * | netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam2018-01-103-0/+171
| * | netfilter: remove duplicated includeWei Yongjun2018-01-101-1/+0
| * | netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-22/+2
| * | netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-32/+8
| * | netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-1/+0
| * | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-1/+2
| * | netfilter: flow table support for IPv6Pablo Neira Ayuso2018-01-083-0/+288
| * | netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-084-36/+1
| * | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-7/+5
| * | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-7/+7
| * | netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-1/+0
| * | netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-2/+1
| * | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-083-3/+6
| * | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+4
| * | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-14/+12
| * | netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
| * | netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
| * | netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-1/+1
| |/
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-6/+1
|\ \ | |/ |/|
| * netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-6/+1
* | netfilter: ip6t_MASQUERADE: add dependency on conntrack moduleKonstantin Khlebnikov2017-12-111-1/+7
* | netfilter: remove redundant assignment to eColin Ian King2017-11-201-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-083-12/+36
|\
| * netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+7
| * netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-241-1/+1
| * netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-241-2/+20
| * netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| * netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-1/+2
* | | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+3
|/ /
* / netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-091-1/+1
|/
* netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-051-9/+3
|\
| * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-9/+3
* | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3
* | net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-043-6/+6