summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_core.c
Commit message (Expand)AuthorAge
* net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai2018-03-29
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-19
| * netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso2018-01-08
* | netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-11-28
|/
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | netfilter: conntrack: use power efficient workqueueVincent Guittot2017-11-07
* | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-06
* | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06
|\
| * net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-04
| * netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-04
| * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-24
| * netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-02
| * netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2017-07-31
| * netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-31
| * netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org2017-07-31
| * netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-24
* | net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul2017-07-25
|/
* netns: add and use net_ns_barrierFlorian Westphal2017-06-19
* netfilter: conntrack: restart iteration on resizeFlorian Westphal2017-05-29
* netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-29
* netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal2017-05-29
* netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-29
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-10
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-23
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* | | netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven2017-05-03
* | | netfilter: allow early drop of assured conntracksFlorian Westphal2017-04-19
* | | netfilter: conntrack: use u8 for extension sizes againFlorian Westphal2017-04-19
* | | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-15
* | | netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-04-06
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-23
|\ \ \ | |/ /
| * | netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)2017-03-13
| |/
* | netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal2017-03-13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-03
|\
| * netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-02
| * netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2017-02-02
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-02
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-02
| * netfilter: reduce direct skb->nfct usageFlorian Westphal2017-02-02
| * netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-02
* | netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal2017-01-19
* | netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal2017-01-19
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\
| * netfilter: conntrack: refine gc worker heuristicsFlorian Westphal2016-11-08
* | netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann2016-11-10