aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-216/+318
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy3-33/+86
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy2-16/+7
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy3-8/+11
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy3-41/+25
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-2/+3
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy3-117/+122
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+16
2015-03-25netfilter: nft_hash: convert to use rhashtable callbacksPatrick McHardy1-5/+49
2015-03-25netfilter: nft_hash: indent rhashtable parametersPatrick McHardy1-5/+5
2015-03-25netfilter: nft_hash: restore struct nft_hashPatrick McHardy1-16/+21
2015-03-25netfilter: nft_meta: use raw_smp_processor_id()Patrick McHardy1-1/+1
2015-03-25netfilter: nf_tables: nft_queue does not depend on x_tablesPatrick McHardy1-1/+0
2015-03-25netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.cPablo Neira Ayuso1-4/+4
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2-2/+3
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy2-2/+3
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-18/+7
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf1-0/+1
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-3/+41
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-24/+32
2015-03-22netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval setsPatrick McHardy1-0/+3
2015-03-22netfilter: nft_rbtree: fix lockingPatrick McHardy1-4/+2
2015-03-22netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso1-0/+6
2015-03-20netfilter: Convert nft_hash to inlined rhashtableHerbert Xu1-41/+29
2015-03-20netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso1-2/+2
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2-4/+28
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-0/+2
2015-03-18netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso1-9/+11
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches3-9/+15
2015-03-17netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet1-12/+22
2015-03-17netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet1-6/+12
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet5-6/+6
2015-03-17netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso1-1/+4
2015-03-16netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal1-2/+1
2015-03-13netfilter: Fix potential crash in nft_hash walkerHerbert Xu1-0/+2
2015-03-12netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson1-0/+3
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-32/+46
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-74/+64
2015-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-32/+46
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso1-3/+4
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso1-15/+5
2015-03-06netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy1-7/+4
2015-03-06netfilter: nf_tables: minor tracing cleanupsPatrick McHardy1-49/+49
2015-03-04netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso1-6/+0
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy1-9/+19
2015-03-04netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy1-0/+4
2015-03-04netfilter: nf_tables: fix transaction race conditionPatrick McHardy1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-20/+28
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal1-2/+4
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-134/+255