aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c
AgeCommit message (Expand)Author
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
2015-01-08netfilter: conntrack: Flush connections with a given markKristian Evensen
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-06-25netfilter: ctnetlink: remove null test before kfreeFabian Frederick
2014-06-16netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA
2014-06-16netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal
2014-06-16netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso
2014-04-29netfilter: ctnetlink: don't add null bindings if no nat requestedFlorian Westphal
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer
2014-02-19netfilter: nft_ct: labels get supportFlorian Westphal
2014-02-18netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso
2013-12-20netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal
2013-11-03netfilter: ctnetlink: account both directions in one stepHolger Eitzenberger
2013-11-03netfilter: introduce nf_conn_acct structureHolger Eitzenberger
2013-08-28netfilter: ctnetlink: fix uninitialized variableFlorian Westphal
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso
2013-08-13netfilter: ctnetlink: refactor ctnetlink_create_expectPablo Neira Ayuso
2013-07-31netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-24netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal
2013-06-20netfilter: check return code from nla_parse_testedDaniel Borkmann
2013-03-19netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller