summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_netlink.c
AgeCommit message (Expand)Author
2017-11-16netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-05-29netfilter: ctnetlink: delete extra spaceslinzhang
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