summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
* netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-66/+109
* netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-131-0/+1
* netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2014-10-111-0/+4
* netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-031-23/+11Star
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-023-0/+172
* netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2014-09-121-12/+15
* netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2014-09-121-10/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-108-398/+499
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-093-0/+96
| * netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero2014-09-094-71/+133
| * netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from corePablo Neira Ayuso2014-09-091-127/+36Star
| * netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso2014-09-093-204/+238
* | netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOGPablo Neira2014-09-021-1/+1
* | netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-182-8/+20
|/
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-031-2/+6
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-031-6/+6
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-281-2/+10
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-281-1/+1
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-281-1/+0Star
* inet: frag: remove lru listFlorian Westphal2014-07-281-1/+0Star
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-281-4/+0Star
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-281-5/+2Star
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-214-0/+429
|\
| * netfilter: use IS_ENABLED() macroDuan Jiong2014-06-301-0/+4
| * netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-281-5/+5
| * netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-7/+7
| * netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-273-0/+425
* | netfilter: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-312-20/+6Star
|\
| * netfilter: add helper for adding nat extensionFlorian Westphal2014-04-292-20/+6Star
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* | net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-281-0/+1
|/
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-051-2/+4
* netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-3/+4
* netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-063-0/+81
* netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso2014-01-091-1/+7
* netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-093-3/+3
* netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-093-8/+8
* netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-093-3/+3
* netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-091-0/+1
* netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-071-1/+2
* netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-0/+1
* netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-071-28/+20Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-062-171/+20Star
|\
| * netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso2014-01-011-0/+12
| * netfilter: REJECT: separate reusable codeEric Leblond2013-12-301-171/+8Star
* | netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-111-0/+1