aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10netfilter: conntrack: simplify nf_conntrack_alter_replyFlorian Westphal1-6/+1
2023-07-05netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest1-0/+4
2023-02-10net: create nf_conntrack_ovs for ovs and tc useXin Long1-98/+0
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long1-0/+31
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long1-0/+69
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso1-70/+10
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal1-1/+1
2022-07-11netfilter: conntrack: use correct format charactersBill Wendling1-1/+1
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal1-5/+0
2022-03-20netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter1-0/+6
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal1-15/+0
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal1-1/+0
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal1-1/+0
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso1-4/+2
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal1-2/+4
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal1-3/+6
2021-02-28netfilter: conntrack: Remove a double space in a log messageKlemen Košir1-2/+1
2019-09-13netfilter: update include directives.Jeremy Sowden1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner1-0/+86
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal1-6/+1
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal1-63/+1
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing1-2/+2
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng1-3/+2
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-1/+0
2018-06-18netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregisterGao Feng1-0/+5
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal1-19/+15
2017-05-29netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objsLiping Zhang1-46/+4
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang1-0/+6
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang1-0/+6
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+21
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-10/+8
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal1-1/+1
2017-04-24netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlinkLiping Zhang1-5/+21
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-4/+2
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng1-5/+12
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng1-5/+2
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng1-0/+3
2017-02-06netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina1-13/+26
2016-11-08netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal1-3/+8
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2016-09-12netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logicPablo Neira1-9/+6
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng1-0/+57
2016-07-11netfilter: nf_ct_helper: unlink helper again when hash resize happenLiping Zhang1-6/+13
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-29/+32
2016-06-07netfilter: helper: avoid extra expectation iterations on unregisterFlorian Westphal1-29/+32
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+4
2016-05-31netfilter: nf_ct_helper: bail out on duplicated helpersPablo Neira Ayuso1-5/+4
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal1-1/+1
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal1-3/+3
2016-04-25netfilter: nf_ct_helper: disable automatic helper assignmentPablo Neira Ayuso1-2/+2
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin1-1/+1
2014-10-30netfilter: fix spelling errorsstephen hemminger1-1/+1
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer1-4/+8
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer1-11/+11
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer1-2/+9
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-1/+1
2013-03-07Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+10
2013-03-02netfilter: nf_ct_helper: Fix logging for dropped packetsJoe Perches1-1/+10
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-0/+19
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-1/+3
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-0/+19
2013-02-12netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal1-1/+3
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng1-28/+25
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-06-19netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso1-1/+7
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-4/+17
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-4/+7
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso1-1/+12
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond1-11/+98
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso1-0/+54
2012-01-16netfilter: revert user-space expectation helper supportPablo Neira Ayuso1-12/+0
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso1-0/+12
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy1-7/+3
2010-11-15netfilter: rcu sparse cleanupsEric Dumazet1-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy1-1/+1
2010-02-03netfilter: xtables: add CT targetPatrick McHardy1-0/+19
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-4/+13
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy1-3/+5
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso1-0/+14
2009-04-15netfilter: nf_conntrack: fix crash when unloading helpersPatrick McHardy1-1/+1
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet1-3/+4
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+1
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-2/+30
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso1-2/+30
2008-11-05netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan1-0/+3
2008-10-08netfilter: netns nf_conntrack: unregister helper in every netnsAlexey Dobriyan1-16/+24
2008-10-08netfilter: netns nf_conntrack: per-netns unconfirmed listAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-1/+1
2008-05-22rcu: fix nf_conntrack_helper.c build bugIngo Molnar1-0/+1
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt1-1/+1
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-1/+2
2008-01-31[NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy1-2/+2
2008-01-31[NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy1-41/+17
2007-07-26netfilter endian regressionsAl Viro1-1/+1
2007-07-20ANSIfy a couple of functions in netfilterAl Viro1-2/+2
2007-07-10[NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy1-13/+57
2007-07-10[NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy1-0/+13
2007-07-10[NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation...Patrick McHardy1-9/+12
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-1/+2
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy1-2/+3
2007-07-10[NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai1-10/+17
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy1-0/+5
2006-12-02[NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy1-1/+2
2006-12-02[NETFILTER]: nf_conntrack: fix helper structure alignmentPatrick McHardy1-4/+5
2006-12-02[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy1-3/+0
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: More __read_mostly annotationsMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson1-0/+151