summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_proto_dccp.c
AgeCommit message (Expand)Author
2023-07-27nf_conntrack: fix -Wunused-const-variable=Zhu Wang
2023-06-26netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal
2017-06-29netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti
2016-08-12netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)
2014-01-06netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann
2014-01-06netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann