summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-25/+32
|\
| * net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-041-6/+5
| * netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+1
| * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-6/+6
| * netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-021-4/+4
| * netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2017-07-311-0/+4
| * netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-311-4/+11
| * netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org2017-07-311-1/+1
| * netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-3/+0
* | net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul2017-07-251-23/+29
|/
* netns: add and use net_ns_barrierFlorian Westphal2017-06-191-0/+9
* netfilter: conntrack: restart iteration on resizeFlorian Westphal2017-05-291-6/+14
* netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-13/+74
* netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal2017-05-291-10/+29
* netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-5/+5
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-4/+4
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-4/+4
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-4/+4
* | | netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven2017-05-031-1/+1
* | | netfilter: allow early drop of assured conntracksFlorian Westphal2017-04-191-0/+49
* | | netfilter: conntrack: use u8 for extension sizes againFlorian Westphal2017-04-191-0/+33
* | | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-43/+5
* | | netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-04-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-1/+5
|\ \ \ | |/ /
| * | netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)2017-03-131-1/+5
| |/
* | netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal2017-03-131-31/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-28/+45
|\
| * netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-5/+6
| * netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2017-02-021-5/+24
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-021-8/+3
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-2/+2
| * netfilter: reduce direct skb->nfct usageFlorian Westphal2017-02-021-6/+9
| * netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-2/+1
* | netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal2017-01-191-19/+20
* | netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal2017-01-191-5/+2
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-8/+41
|\
| * netfilter: conntrack: refine gc worker heuristicsFlorian Westphal2016-11-081-8/+41
* | netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann2016-11-101-10/+8
* | netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2016-11-031-5/+6
|/
* netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel2016-10-201-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-3/+3
| |\
| | * netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng2016-09-131-3/+3
* | | netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-241-1/+1
* | | netfilter: conntrack: remove packet hotpath statsFlorian Westphal2016-09-121-12/+2
|/ /
* | netfilter: remove __nf_ct_kill_acct helperFlorian Westphal2016-08-301-7/+5
* | netfilter: conntrack: resched gc again if eviction rate is highFlorian Westphal2016-08-301-0/+6
* | netfilter: conntrack: add gc worker to remove timed-out entriesFlorian Westphal2016-08-301-0/+76
* | netfilter: conntrack: get rid of conntrack timerFlorian Westphal2016-08-301-41/+50
OpenPOWER on IntegriCloud