summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_core.c
AgeCommit message (Expand)Author
2019-05-16netfilter: never get/set skb->tstampFlorian Westphal
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-04-05netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal
2018-11-03netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng
2018-07-18netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen
2018-07-09netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso
2018-05-07netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot
2018-03-29net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-08netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso
2017-11-28netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
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