summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-2/+6
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-6/+6
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-271-2/+10
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-1/+1
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-1/+0
* inet: frag: remove lru listFlorian Westphal2014-07-271-1/+0
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-271-4/+0
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-271-5/+2
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-204-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-151-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-302-20/+6
|\
| * netfilter: add helper for adding nat extensionFlorian Westphal2014-04-292-20/+6
* | 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/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-062-171/+20
|\
| * 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/+8
* | netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-111-0/+1
* | netfilter: synproxy: send mss option to backendMartin Topholm2013-11-181-0/+1
* | netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-113-73/+9
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-041-4/+3
|\
| * netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packetsStanislav Fomichev2013-10-231-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-0/+5
|\ \
| * | netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-221-0/+5
* | | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-231-2/+14
* | | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-2/+31
* | | netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2013-10-143-0/+217
* | | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-142-7/+34
* | | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-144-32/+41
* | | netfilter: add nftablesPatrick McHardy2013-10-144-0/+162
* | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-148-34/+40
| |/ |/|
* | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-2/+2
|/
* netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-3/+7
* netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester2013-09-131-2/+2
OpenPOWER on IntegriCloud