summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-236-13/+20
|\
| * netfilter: nft_counter: fix erroneous return valuesAnton Protopopov2016-02-081-2/+2
| * netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2016-02-082-3/+3
| * netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2016-02-081-4/+6
| * netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal2016-02-011-1/+1
| * netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso2016-02-011-3/+3
| * netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2016-02-011-0/+5
* | nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-4/+2
* | nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-182-10/+2
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-4/+2
* | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-112-18/+41
|/
* netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin2016-01-204-14/+32
* netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso2016-01-181-4/+4
* netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet2016-01-181-2/+7
* netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso2016-01-141-1/+1
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0
* netfilter: nft_byteorder: avoid unneeded le/be conversion stepsFlorian Westphal2016-01-131-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-0826-354/+705
|\
| * netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2016-01-081-0/+38
| * netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal2016-01-081-0/+23
| * netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-081-1/+20
| * netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA2016-01-081-1/+1
| * netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...Ken-ichirou MATSUZAWA2016-01-081-0/+11
| * netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA2016-01-081-1/+1
| * netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA2016-01-081-1/+1
| * netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA2016-01-081-40/+32
| * netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso2016-01-045-27/+28
| * netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso2016-01-043-0/+105
| * netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso2016-01-034-0/+159
| * netfilter: nft_limit: allow to invert matching criteriaPablo Neira Ayuso2016-01-031-3/+13
| * netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-282-7/+5
| * netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-2811-216/+169
| * netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso2015-12-281-20/+9
| * netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2015-12-282-33/+43
| * netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-283-4/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-312-1/+2
|\ \ | |/ |/|
| * netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal2015-12-181-0/+1
| * netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso2015-12-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-1815-99/+695
|\ \
| * | netfilter: meta: add support for setting skb->pkttypeFlorian Westphal2015-12-181-0/+38
| * | nfnetlink: add nfnl_dereference_protected helperFlorian Westphal2015-12-151-6/+7
| * | netfilter: implement xt_cgroup cgroup2 path matchTejun Heo2015-12-141-0/+69
| * | netfilter: prepare xt_cgroup for multi revisionsTejun Heo2015-12-141-17/+19
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-142-2/+3
| |\ \
| * | | netfilter: cttimeout: add netns supportPablo Neira2015-12-143-33/+53
| * | | netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal2015-12-091-11/+5
| * | | netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami2015-12-091-6/+2
| * | | netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-093-3/+26
| * | | netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-095-19/+312
| * | | netfilter: nft_payload: add packet mangling supportPatrick McHardy2015-11-251-6/+129
OpenPOWER on IntegriCloud