aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall1-1/+3
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso4-65/+20
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso1-0/+3
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso1-12/+11
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+9
2014-08-02nftables: Convert nft_hash to use generic rhashtableThomas Graf1-236/+55
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-3/+3
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf1-0/+1
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-126/+58
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso1-0/+6
2014-07-31netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper functionsAlexey Perevalov1-3/+5
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-07-30netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov1-1/+3
2014-07-25netfilter: xt_LED: fix too short led-always-blinkJiri Prchal1-3/+7
2014-07-25netfilter: xt_LED: don't output error message redundantlyDuan Jiong1-3/+1
2014-07-24netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet1-15/+16
2014-07-22netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso1-104/+27
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-55/+95
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller20-1101/+527
2014-07-17ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell1-1/+1
2014-07-16ipvs: Remove dead debug codeYannick Brosseau1-86/+0
2014-07-16ipvs: remove null test before kfreeFabian Frederick1-2/+1
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov1-1/+0
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2-8/+17
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso1-7/+23
2014-07-14netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso1-41/+53
2014-06-30netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso1-0/+3
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong7-7/+7
2014-06-29netfilter: nft_log: fix coccinelle warningsFengguang Wu1-1/+1
2014-06-28netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso1-1/+1
2014-06-28netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso1-6/+4
2014-06-27netfilter: nft_log: complete logging supportPablo Neira Ayuso1-17/+59
2014-06-27netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso1-1/+23
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso1-0/+7
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso3-13/+53
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso4-874/+201
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2-147/+211
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso3-26/+27
2014-06-25netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2-69/+95
2014-06-25netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet1-18/+5
2014-06-25netfilter: ctnetlink: remove null test before kfreeFabian Frederick1-2/+1
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal1-1/+34
2014-06-16netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA1-0/+6
2014-06-16Merge branch 'ipvs'Pablo Neira Ayuso1-1/+1
2014-06-16netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso1-6/+8
2014-06-16netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso1-1/+1
2014-06-16netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso1-0/+18
2014-06-16netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso1-1/+1
2014-06-16netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso1-0/+2
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso1-0/+3