summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-11/+11
* netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-1/+2
* netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-021-3/+3
* netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-311-42/+21
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-12/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-301-17/+30
|\
| * netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-13/+26
| * netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-2/+2
| * netfilter: ctnetlink: delete extra spaceslinzhang2017-05-291-2/+2
* | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2017-05-241-1/+6
|/
* netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
* netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke2017-05-151-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-40/+49
|\
| * netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadjLiping Zhang2017-04-241-6/+15
| * netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang2017-04-241-9/+24
| * netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang2017-04-241-12/+12
| * netfilter: ctnetlink: drop the incorrect cthelper module requestLiping Zhang2017-04-241-16/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-37/+18
|\ \
| * | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-11/+1
| * | netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-7/+9
| * | netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng2017-04-061-19/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-12/+29
|\ \ \ | | |/ | |/|
| * | netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-081-3/+3
| * | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| * | netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| * | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-081-2/+8
| * | netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-11/+16
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-0/+1
|\ \ | |/
| * netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-0/+1
* | netfilter: refcounter conversionsReshetova, Elena2017-03-171-2/+2
|/
* netfilter: ctnetlink: Fix regression in CTA_HELP processingKevin Cernekee2017-02-061-4/+13
* netfilter: ctnetlink: Fix regression in CTA_STATUS processingKevin Cernekee2017-02-061-1/+25
* netfilter: conntrack: remove packet hotpath statsFlorian Westphal2016-09-121-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-061-14/+30
|\
| * netfilter: evict stale entries on netlink dumpsFlorian Westphal2016-08-301-1/+24
| * netfilter: conntrack: get rid of conntrack timerFlorian Westphal2016-08-301-9/+5
| * netfilter: use_nf_conn_expires helper in more placesFlorian Westphal2016-08-121-4/+1
* | netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang2016-08-091-0/+2
* | netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang2016-08-091-6/+2
|/
* netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal2016-07-221-5/+5
* netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2016-05-061-3/+3
* netfilter: conntrack: check netns when walking expect hashFlorian Westphal2016-05-061-0/+12
* netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2016-05-051-4/+4
* netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal2016-05-051-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-241-70/+49
|\
| * netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso2016-04-181-5/+5
| * netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso2016-04-141-69/+48
* | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-7/+11
|/
* netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin2016-01-201-1/+1
OpenPOWER on IntegriCloud