summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-173-58/+54
|\ \ \ \ | | |_|/ | |/| |
| * | | 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/+0
| * | | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-102-52/+46
| * | | 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-082-2/+3
|/
* ipvs: use skb_to_full_sk() helperEric Dumazet2015-11-151-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/+64
* | netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-16/+20
* | netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet2015-11-081-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-043-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-121-1/+1
| * | net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
| * | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-2/+2
| * | ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
| * | ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
| * | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-2/+2
| * | nfnetlink: use y2038 safe timestampArnd Bergmann2015-10-051-3/+3
* | | netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal2015-10-161-12/+4
* | | netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal2015-10-163-18/+6
* | | netfilter: remove hook owner refcountingFlorian Westphal2015-10-164-19/+0
* | | netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira2015-10-151-19/+24
* | | netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso2015-10-151-23/+5
* | | netfilter: nfqueue: don't use prev pointerFlorian Westphal2015-10-131-4/+2
* | | netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CON...Ken-ichirou MATSUZAWA2015-10-121-1/+10
* | | Merge tag 'ipvs4-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2015-10-122-10/+6
|\ \ \
| * | | ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}Simon Horman2015-10-071-8/+5
| * | | ipvs: Remove possibly unused variable from ip_vs_outDavid Ahern2015-10-071-2/+1
* | | | nfnetlink_cttimeout: add rcu_barrier() on module removalPablo Neira Ayuso2015-10-121-0/+1
* | | | netfilter: conntrack: fix crash on timeout object removalPablo Neira Ayuso2015-10-123-5/+44
* | | | netfilter: xt_CT: don't put back reference to timeout policy objectPablo Neira Ayuso2015-10-121-0/+3
|/ / /
* | | netfilter: nfnetlink_log: allow to attach conntrackKen-ichirou MATSUZAWA2015-10-052-9/+37
* | | netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA2015-10-051-1/+1
* | | netfilter: Kconfig rename QUEUE_CT to GLUE_CTKen-ichirou MATSUZAWA2015-10-052-9/+9
OpenPOWER on IntegriCloud