aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller19-253/+558
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches5-40/+35
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero3-0/+69
2014-09-09netfilter: nft_nat: include a flag attributeArturo Borrero1-0/+16
2014-09-09netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the rulesetArturo Borrero1-4/+68
2014-09-09netfilter: nf_tables: add helpers to schedule objects deletionArturo Borrero1-169/+194
2014-09-09netfilter: xt_string: Remove unnecessary initialization of struct ts_stateBojan Prtvar1-1/+0
2014-09-09ipvs: reduce stack usage for sockopt dataJulian Anastasov1-50/+61
2014-09-09netfilter: nf_tables: add devgroup support in meta expresionAna Rey1-0/+12
2014-09-09netfilter: nf_tables: rename nf_table_delrule_by_chain()Arturo Borrero1-3/+3
2014-09-09netfilter: nf_tables: add helper to unregister chain hooksArturo Borrero1-15/+16
2014-09-09netfilter: nf_tables: refactor rule deletion helperArturo Borrero1-5/+21
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-12/+34
2014-09-05netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso1-0/+8
2014-09-01netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso1-1/+3
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov1-1/+1
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov1-4/+16
2014-08-26netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov1-0/+54
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou1-3/+3
2014-08-24netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik1-1/+3
2014-08-24netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad6-18/+18
2014-08-24netfilter: ipset: netnet,netportnet: Fix value range support for IPv4Sergey Popovich2-8/+11
2014-08-24netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa1-1/+1
2014-08-24netfilter: nft_meta: Add cpu attribute supportAna Rey1-0/+5
2014-08-24netfilter: nft_meta: add pkttype supportAna Rey1-0/+28
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann6-7/+10
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet3-3/+3
2014-08-19netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso1-1/+1
2014-08-19netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann1-1/+1
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso1-1/+1
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