summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal-0/+1
2015-12-18netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso-1/+1
2015-12-13netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long-1/+2
2015-12-10netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso-2/+0
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso-52/+46
2015-12-09netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov-0/+1
2015-11-23netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann-3/+5
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet-8/+8
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-98/+122
2015-11-10netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso-10/+44
2015-11-10netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann-3/+3
2015-11-10netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann-1/+1
2015-11-08netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet-16/+20
2015-11-08netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet-2/+4
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik-79/+64
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-4/+6
2015-10-28netfilter: nfnetlink: don't probe module if it existsFlorian Westphal-1/+1
2015-10-27netfilter: nf_nat_redirect: add missing NULL pointer checkMunehisa Kamata-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2015-10-22netfilter: xt_TEE: fix NULL dereferenceEric Dumazet-2/+4
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso-9/+9
2015-10-17netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov-1/+1
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal-12/+4
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal-18/+6
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal-19/+0
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira-19/+24
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso-23/+5
2015-10-13netfilter: sync with packet rx also after removing queue entriesFlorian Westphal-0/+2
2015-10-13netfilter: nfqueue: don't use prev pointerFlorian Westphal-4/+2
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman-1/+1
2015-10-12netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CON...Ken-ichirou MATSUZAWA-1/+10
2015-10-12Merge tag 'ipvs4-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso-10/+6
2015-10-12nfnetlink_cttimeout: add rcu_barrier() on module removalPablo Neira Ayuso-0/+1
2015-10-12netfilter: conntrack: fix crash on timeout object removalPablo Neira Ayuso-5/+44
2015-10-12netfilter: xt_CT: don't put back reference to timeout policy objectPablo Neira Ayuso-0/+3
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai-1/+1
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman-2/+2
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman-2/+2
2015-10-07ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}Simon Horman-8/+5
2015-10-07ipvs: Remove possibly unused variable from ip_vs_outDavid Ahern-2/+1
2015-10-05netfilter: nfnetlink_log: allow to attach conntrackKen-ichirou MATSUZAWA-9/+37
2015-10-05netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA-1/+1
2015-10-05netfilter: Kconfig rename QUEUE_CT to GLUE_CTKen-ichirou MATSUZAWA-9/+9
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA-47/+47
2015-10-05netfilter: nfnetlink_queue: use y2038 safe timestampPablo Neira Ayuso-3/+4
2015-10-05Merge tag 'ipvs3-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso-2/+0