summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2014-09-09netfilter: nf_tables: add devgroup support in meta expresionAna Rey
2014-09-09netfilter: nf_tables: rename nf_table_delrule_by_chain()Arturo Borrero
2014-09-09netfilter: nf_tables: add helper to unregister chain hooksArturo Borrero
2014-09-09netfilter: nf_tables: refactor rule deletion helperArturo Borrero
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-07netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'Pablo Neira Ayuso
2014-09-06netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso
2014-09-03netfilter: nfnetlink: deliver netlink errors on batch completionPablo Neira Ayuso
2014-09-03netfilter: nft_rbtree: no need for spinlock from set destroy pathPablo Neira Ayuso
2014-09-03netfilter: nft_hash: no need for rcu in the hash set destroy pathPablo Neira Ayuso
2014-09-01netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso
2014-09-01treewide: fix errors in printkMasanari Iida
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov
2014-08-26netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou
2014-08-24netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik
2014-08-24netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad
2014-08-24netfilter: ipset: netnet,netportnet: Fix value range support for IPv4Sergey Popovich
2014-08-24netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa
2014-08-24netfilter: nft_meta: Add cpu attribute supportAna Rey
2014-08-24netfilter: nft_meta: add pkttype supportAna Rey
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-08-23net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-08-19netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso
2014-08-19netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-03nftables: Convert nft_hash to use generic rhashtableThomas Graf
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso
2014-07-31netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-30netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov
2014-07-25netfilter: xt_LED: fix too short led-always-blinkJiri Prchal
2014-07-25netfilter: xt_LED: don't output error message redundantlyDuan Jiong
2014-07-24netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet
2014-07-22netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-17ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell
2014-07-16ipvs: Remove dead debug codeYannick Brosseau
2014-07-16ipvs: remove null test before kfreeFabian Frederick
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov