summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA2016-01-081-40/+32Star
* 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/+5Star
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-2811-216/+169Star
* netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso2015-12-281-20/+9Star
* 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/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/+5Star
| * | netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami2015-12-091-6/+2Star
| * | 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
| * | netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-254-2/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-183-58/+54Star
|\ \ \
| * | | netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long2015-12-131-1/+2
| * | | netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso2015-12-101-2/+0Star
| * | | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-102-52/+46Star
| * | | netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov2015-12-091-0/+1
| * | | netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann2015-11-231-3/+5
| |/ /
* | / sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
| |/ |/|
* | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-092-2/+3
|/
* ipvs: use skb_to_full_sk() helperEric Dumazet2015-11-161-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-1211-98/+122
|\
| * netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso2015-11-102-10/+44
| * netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann2015-11-101-3/+3
| * netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann2015-11-101-1/+1
| * netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+9
| * netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
| * netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-077-79/+64Star
* | netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-16/+20
* | netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet2015-11-091-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-053-4/+6
|\
| * netfilter: nfnetlink: don't probe module if it existsFlorian Westphal2015-10-281-1/+1
| * netfilter: nf_nat_redirect: add missing NULL pointer checkMunehisa Kamata2015-10-271-1/+1
| * netfilter: xt_TEE: fix NULL dereferenceEric Dumazet2015-10-221-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-242-1/+3
|\|
| * netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov2015-10-171-1/+1
| * netfilter: sync with packet rx also after removing queue entriesFlorian Westphal2015-10-131-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-174-9/+9
|\ \
| * | ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-131-1/+1