summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ctnetlink: must check mark attributes vs NULLFlorian Westphal2018-09-211-2/+9
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-201-8/+6
* netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen2018-09-171-22/+28
* netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2018-08-161-9/+17
* netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-1/+1
* netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-161-24/+72
* netfilter: ctnetlink: avoid null pointer dereferenceFlorian Westphal2018-06-121-1/+2
* netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-5/+5
* netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2018-05-071-0/+3
* 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
| |/ |/|
OpenPOWER on IntegriCloud