aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c
AgeCommit message (Expand)Author
2017-05-24netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang
2017-05-15netfilter: synproxy: fix conntrackd interactionEric Leblond
2017-05-15netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-24netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadjLiping Zhang
2017-04-24netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang
2017-04-24netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang
2017-04-24netfilter: ctnetlink: drop the incorrect cthelper module requestLiping Zhang
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-08netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang
2017-04-08netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang
2017-04-08netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng
2017-04-08netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-04-06netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-02-06netfilter: ctnetlink: Fix regression in CTA_HELP processingKevin Cernekee
2017-02-06netfilter: ctnetlink: Fix regression in CTA_STATUS processingKevin Cernekee
2016-09-12netfilter: conntrack: remove packet hotpath statsFlorian Westphal
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-08-30netfilter: evict stale entries on netlink dumpsFlorian Westphal
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal
2016-08-12netfilter: use_nf_conn_expires helper in more placesFlorian Westphal
2016-08-09netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang
2016-08-09netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-18netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso
2016-04-14netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-10-05netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA
2015-10-05netfilter: Kconfig rename QUEUE_CT to GLUE_CTKen-ichirou MATSUZAWA
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-07-10netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso