aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-07netfilter: conntrack: use power efficient workqueueVincent Guittot1-2/+2
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal1-2/+7
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-25/+32
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-6/+5
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+1
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal1-6/+6
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall1-4/+4
2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal1-0/+4
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal1-4/+11
2017-07-31netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org1-1/+1
2017-07-25net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul1-23/+29
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-3/+0
2017-06-19netns: add and use net_ns_barrierFlorian Westphal1-0/+9
2017-05-29netfilter: conntrack: restart iteration on resizeFlorian Westphal1-6/+14
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal1-13/+74
2017-05-29netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal1-10/+29
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal1-5/+5
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2017-05-03netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven1-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+4
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal1-0/+49
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal1-0/+33
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-4/+4
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-43/+5
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal1-1/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-03-13netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal1-31/+26
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)1-1/+5
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-28/+45
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-5/+6
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal1-5/+24
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-8/+3
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-2/+2
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-6/+9
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-2/+1
2017-01-19netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal1-19/+20
2017-01-19netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal1-5/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+41
2016-11-10netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann1-10/+8
2016-11-08netfilter: conntrack: refine gc worker heuristicsFlorian Westphal1-8/+41
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso1-5/+6
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel1-1/+1
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+3
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-09-13netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng1-3/+3