summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-1019-253/+558
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-093-0/+69
| * netfilter: nft_nat: include a flag attributeArturo Borrero2014-09-091-0/+16
| * netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the rulesetArturo Borrero2014-09-091-4/+68
| * netfilter: nf_tables: add helpers to schedule objects deletionArturo Borrero2014-09-091-169/+194
| * netfilter: xt_string: Remove unnecessary initialization of struct ts_stateBojan Prtvar2014-09-091-1/+0
| * ipvs: reduce stack usage for sockopt dataJulian Anastasov2014-09-091-50/+61
| * netfilter: nf_tables: add devgroup support in meta expresionAna Rey2014-09-091-0/+12
| * netfilter: nf_tables: rename nf_table_delrule_by_chain()Arturo Borrero2014-09-091-3/+3
| * netfilter: nf_tables: add helper to unregister chain hooksArturo Borrero2014-09-091-15/+16
| * netfilter: nf_tables: refactor rule deletion helperArturo Borrero2014-09-091-5/+21
| * netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov2014-08-261-0/+54
| * netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-241-1/+3
| * netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-246-18/+18
| * netfilter: ipset: netnet,netportnet: Fix value range support for IPv4Sergey Popovich2014-08-242-8/+11
| * netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa2014-08-241-1/+1
| * netfilter: nft_meta: Add cpu attribute supportAna Rey2014-08-241-0/+5
| * netfilter: nft_meta: add pkttype supportAna Rey2014-08-241-0/+28
* | netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-105-40/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-076-12/+34
|\ \
| * | netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso2014-09-051-0/+8
| * | netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso2014-09-011-1/+3
| * | ipvs: fix ipv6 hook registration for local repliesJulian Anastasov2014-08-281-1/+1
| * | ipvs: properly declare tunnel encapsulationJulian Anastasov2014-08-271-4/+16
| * | netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou2014-08-251-3/+3
| * | netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso2014-08-191-1/+1
| * | netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann2014-08-191-1/+1
| * | netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-181-1/+1
| |/
* | net: use reciprocal_scale() helperDaniel Borkmann2014-08-236-7/+10
* | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-223-3/+3
|/
* netfilter: nf_tables: fix error return codeJulia Lawall2014-08-081-1/+3
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-084-65/+20
* netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso2014-08-081-0/+3
* netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso2014-08-081-12/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-053-4/+9
|\
| * netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf2014-08-011-0/+1
| * netfilter: xt_LED: fix too short led-always-blinkJiri Prchal2014-07-251-3/+7
| * ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
* | nftables: Convert nft_hash to use generic rhashtableThomas Graf2014-08-021-236/+55
* | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-314-126/+58
|\ \
| * | netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso2014-07-311-0/+6
| * | netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov2014-07-311-3/+5
| * | netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov2014-07-301-1/+3
| * | netfilter: xt_LED: don't output error message redundantlyDuan Jiong2014-07-251-3/+1
| * | netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet2014-07-241-15/+16
| * | netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso2014-07-221-104/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+0
|\ \ \ | |/ / |/| / | |/
| * ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-222-55/+95
|\ \ | |/
OpenPOWER on IntegriCloud