aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-08netfilter: nft_counter: fix erroneous return valuesAnton Protopopov1-2/+2
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2-3/+3
2016-02-08netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2016-02-01netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal1-1/+1
2016-02-01netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso1-3/+3
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal1-0/+5
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin4-14/+32
2016-01-18netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso1-4/+4
2016-01-18netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet1-2/+7
2016-01-14netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso1-1/+1
2016-01-13netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal1-4/+0
2016-01-13netfilter: nft_byteorder: avoid unneeded le/be conversion stepsFlorian Westphal1-4/+2
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller26-354/+705
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal1-0/+38
2016-01-08netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal1-0/+23
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a1-1/+20
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flagKen-ichirou MATSUZAWA1-0/+11
2016-01-08netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA1-40/+32
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso5-27/+28
2016-01-04netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso3-0/+105
2016-01-03netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso4-0/+159
2016-01-03netfilter: nft_limit: allow to invert matching criteriaPablo Neira Ayuso1-3/+13
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2015-12-28netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2-7/+5
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso11-216/+169
2015-12-28netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso1-20/+9
2015-12-28netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2-33/+43
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso3-4/+47
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-99/+695
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal1-0/+1
2015-12-18netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso1-1/+1
2015-12-18netfilter: meta: add support for setting skb->pkttypeFlorian Westphal1-0/+38
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-58/+54
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-1/+1
2015-12-15nfnetlink: add nfnl_dereference_protected helperFlorian Westphal1-6/+7
2015-12-14netfilter: implement xt_cgroup cgroup2 path matchTejun Heo1-0/+69
2015-12-14netfilter: prepare xt_cgroup for multi revisionsTejun Heo1-17/+19
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2-2/+3
2015-12-14netfilter: cttimeout: add netns supportPablo Neira3-33/+53
2015-12-13netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long1-1/+2
2015-12-10netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in skbuff clonesPablo Neira Ayuso1-2/+0
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2-52/+46
2015-12-09netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal1-11/+5
2015-12-09netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami1-6/+2
2015-12-09netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov1-0/+1
2015-12-09netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal3-3/+26
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal5-19/+312