summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-6/+86
|\
| * netfilter: Merge assignment with returnArushi Singhal2018-03-301-3/+2
| * netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-3/+84
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
|/
* net: Convert ctnetlink_net_opsKirill Tkhai2018-03-051-0/+1
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-5/+0
* netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso2018-01-081-1/+14
* netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal2018-01-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-131-3/+9
|\
| * netfilter: conntrack: clamp timeouts to INT_MAXJay Elliott2017-11-281-3/+9
* | net: remove duplicate includesPravin Shedge2017-12-131-1/+0
|/
* netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann2017-11-161-0/+2
* netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-3/+7
* 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