aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_sctp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal1-1/+1
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal1-4/+9
2020-08-20netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal1-4/+35
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner1-3/+3
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal1-0/+3
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-31netfilter: conntrack, nat: prefer skb_ensure_writableFlorian Westphal1-1/+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-21/+8
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal1-88/+1
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal1-7/+5
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-8/+3
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-35/+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-33/+34
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-76/+68
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-5/+7
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso1-7/+7
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal1-0/+7
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-10/+8
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal1-18/+0
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal1-10/+0
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal1-1/+1
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-8/+7
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
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/+0
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-11/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-2/+0
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+7
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-16/+13
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long1-1/+1
2017-06-29netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang1-0/+7
2017-05-23netfilter: conntrack: fix false CRC32c mismatch using paged skbDavide Caratti1-3/+6
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-4/+2
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-1/+1
2017-01-05netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti1-0/+32
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-67/+9
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-37/+13
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso1-84/+1
2016-08-12netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng1-2/+2