summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
* netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-211-22/+6
* netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick2018-11-031-5/+8
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-201-8/+7
* netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal2018-09-201-7/+36
* netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-201-6/+0
* netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-201-24/+25
* netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-031-23/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-201-67/+185
|\
| * netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-2/+1
| * netfilter: nf_conntrack: resolve clash for matching conntracksMartynas Pumputis2018-07-181-8/+22
| * netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-171-7/+4
| * netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-161-14/+2
| * netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal2018-07-161-1/+15
| * netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal2018-07-161-1/+7
| * netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-20/+88
| * netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-10/+16
| * netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-6/+33
| * openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-2/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-1/+1
|\ \ | |/ |/|
| * netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin2018-07-091-1/+1
* | netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen2018-07-101-0/+36
|/
* netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso2018-05-231-0/+77
* netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-5/+0
* netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2018-05-231-3/+6
* netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2018-05-071-0/+1
* net: Remove rtnl_lock() in nf_ct_iterate_destroy()Kirill Tkhai2018-03-291-2/+0
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-6/+20
|\
| * netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-6/+0
| * netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso2018-01-081-0/+20
* | netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-11-281-1/+1
|/
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | netfilter: conntrack: use power efficient workqueueVincent Guittot2017-11-071-2/+2
* | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+7
* | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+1
|/
* 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