summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-298-216/+318
|\
| * netfilter: nf_tables: implement set transaction supportPatrick McHardy2015-03-263-33/+86
| * netfilter: nf_tables: add transaction helper functionsPatrick McHardy2015-03-262-16/+7
| * netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy2015-03-263-8/+11
| * netfilter: nf_tables: consolide set element destructionPatrick McHardy2015-03-263-41/+25
| * netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy2015-03-253-117/+122
| * netfilter: nf_tables: add set extensionsPatrick McHardy2015-03-251-0/+16
| * netfilter: nft_hash: convert to use rhashtable callbacksPatrick McHardy2015-03-251-5/+49
| * netfilter: nft_hash: indent rhashtable parametersPatrick McHardy2015-03-251-5/+5
| * netfilter: nft_hash: restore struct nft_hashPatrick McHardy2015-03-251-16/+21
| * netfilter: nft_meta: use raw_smp_processor_id()Patrick McHardy2015-03-251-1/+1
| * netfilter: nf_tables: nft_queue does not depend on x_tablesPatrick McHardy2015-03-251-1/+0
| * netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.cPablo Neira Ayuso2015-03-251-4/+4
| * netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-252-2/+3
| * netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy2015-03-252-2/+3
* | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-2/+3
|/
* rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-18/+7
* rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-236-3/+41
|\
| * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso2015-03-221-0/+6
| * netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso2015-03-201-2/+2
| * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-192-4/+28
| * netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso2015-03-171-1/+4
| * netfilter: Fix potential crash in nft_hash walkerHerbert Xu2015-03-131-0/+2
| * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-03-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-236-24/+32
|\ \
| * | netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval ...Patrick McHardy2015-03-221-0/+3
| * | netfilter: nft_rbtree: fix lockingPatrick McHardy2015-03-221-4/+2
| * | netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso2015-03-181-9/+11
| * | netfilter: Remove uses of seq_<foo> return valuesJoe Perches2015-03-183-9/+15
| * | netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal2015-03-161-2/+1
* | | netfilter: Convert nft_hash to inlined rhashtableHerbert Xu2015-03-201-41/+29
* | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-0/+2
* | | netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-12/+22
* | | netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-6/+12
* | | netfilter: use sk_fullsock() helperEric Dumazet2015-03-175-6/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-093-32/+46
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-053-32/+46
| |\
| | * netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso2015-03-041-6/+0
| | * netfilter: nf_tables: fix userdata length overflowPatrick McHardy2015-03-041-9/+19
| | * netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy2015-03-041-0/+4
| | * netfilter: nf_tables: fix transaction race conditionPatrick McHardy2015-03-041-1/+1
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso2015-02-241-0/+3
| | |\
| | | * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3
| | * | netfilter: nf_tables: fix addition/deletion of elements from commit/abortPablo Neira Ayuso2015-02-221-9/+12
| | * | netfilter: nft_compat: don't truncate ethernet protocol type to u8Arturo Borrero2015-02-221-7/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-094-74/+64
|\ \ \ \
| * | | | netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso2015-03-061-3/+4
| * | | | netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-15/+5
| * | | | netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy2015-03-061-7/+4
OpenPOWER on IntegriCloud