summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_core.c
AgeCommit message (Expand)Author
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-07netfilter: conntrack: use power efficient workqueueVincent Guittot
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall
2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal
2017-07-31netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org
2017-07-25net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-06-19netns: add and use net_ns_barrierFlorian Westphal
2017-05-29netfilter: conntrack: restart iteration on resizeFlorian Westphal
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal
2017-05-29netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-03netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-01-19netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal
2017-01-19netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-10netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann
2016-11-08netfilter: conntrack: refine gc worker heuristicsFlorian Westphal
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-13netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng