aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_dccp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal1-7/+7
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal1-3/+10
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal1-27/+15
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal1-85/+1
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal1-4/+4
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-9/+4
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-34/+1
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal1-53/+45
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-9/+8
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-7/+10
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso1-6/+6
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal1-0/+7
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-07-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-10/+7
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal1-17/+0
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal1-10/+0
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal1-2/+2
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal1-9/+8
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal1-12/+5
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-2/+1
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+1
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal1-0/+6
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal1-10/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-2/+0
2017-06-29netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang1-0/+7
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+16
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal1-0/+16
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-1/+0
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-69/+10
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-35/+13
2016-08-12netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng1-1/+2
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-1/+3
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+1
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches1-5/+5
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)1-2/+2
2014-01-06netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-01-06netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann1-2/+2
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-4/+5
2013-03-15netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng1-6/+6