summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-101-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-067-12/+55
|\
| * netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann2015-09-013-3/+4
| * netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso2015-08-291-1/+7
| * netfilter: ipset: Fixing unnamed union initElad Raz2015-08-292-4/+36
| * netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-281-4/+8
* | netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-032-7/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-298-136/+387
|\ \
| * | netfilter: reduce sparse warningsFlorian Westphal2015-08-282-6/+3Star
| * | Merge tag 'ipvs2-for-v4.3' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2015-08-265-128/+382
| |\ \
| | * | ipvs: add more mcast parameters for the sync daemonJulian Anastasov2015-08-212-24/+164
| | * | ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2015-08-212-94/+96
| | * | ipvs: call rtnl_lock earlyJulian Anastasov2015-08-212-19/+33
| | * | ipvs: Add ovf schedulerRaducu Deaconu2015-08-213-0/+98
| * | | netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Pablo Neira Ayuso2015-08-211-2/+2
| |/ /
* | | netfilter: connlabels: Export setting connlabel lengthJoe Stringer2015-08-272-12/+36
* | | netfilter: Always export nf_connlabels_replace()Joe Stringer2015-08-271-2/+0Star
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-2110-23/+21Star
|\ \
| * | net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-188-14/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-143-10/+7Star
| |\|
| | * netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer2015-08-051-2/+2
| | * netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2015-07-302-5/+4Star
| | * netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso2015-07-301-3/+1Star
* | | netfilter: nft_payload: work around vlan header strippingFlorian Westphal2015-08-191-1/+56
* | | netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann2015-08-183-38/+22Star
* | | netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-186-88/+210
* | | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-1110-97/+143
* | | netfilter: nfacct: per network namespace supportAndreas Schultz2015-08-072-22/+51
* | | netfilter: nft_limit: add per-byte limitingPablo Neira Ayuso2015-08-071-4/+59
* | | netfilter: nft_limit: constant token cost per packetPablo Neira Ayuso2015-08-071-7/+18
* | | netfilter: nft_limit: add burst parameterPablo Neira Ayuso2015-08-071-2/+18
* | | netfilter: nft_limit: factor out shared code with per-byte limitingPablo Neira Ayuso2015-08-071-33/+53
* | | netfilter: nft_limit: convert to token-based limiting at nanosecond granularityPablo Neira Ayuso2015-08-071-16/+26
* | | netfilter: nft_limit: rename to nft_limit_pktsPablo Neira Ayuso2015-08-071-6/+6
* | | netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-072-152/+8Star
* | | netfilter: xt_TEE: get rid of WITH_CONNTRACK definitionPablo Neira Ayuso2015-08-071-5/+3Star
* | | netfilter: nft_counter: convert it to use per-cpu countersPablo Neira Ayuso2015-08-071-28/+69
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-059-102/+297
|\ \
| * | netfilter: nf_ct_sctp: minimal multihoming supportMichal Kubeček2015-07-301-24/+77
| * | netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso2015-07-231-14/+14
| * | netfilter: fix possible removal of wrong hookPablo Neira Ayuso2015-07-231-22/+19Star
| * | netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso2015-07-233-11/+5Star
| * | netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman2015-07-201-1/+3
| * | netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-152-0/+5
| * | netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-11/+11
| * | netfilter: move tee_active to coreFlorian Westphal2015-07-152-7/+9
| * | netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-151-0/+4
| * | netfilter: nftables: Only run the nftables chains in the proper netnsEric W. Biederman2015-07-152-7/+6Star
| * | netfilter: Per network namespace netfilter hooks.Eric W. Biederman2015-07-151-21/+161
| * | netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman2015-07-151-14/+18