summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_proto_sctp.c
AgeCommit message (Expand)Author
2024-01-31netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-08-16netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-31Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-24netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman
2023-01-24Revert "netfilter: conntrack: add sctp DATA_SENT state"Sriram Yagnaraman
2023-01-24netfilter: conntrack: fix bug in for_each_sctp_chunkSriram Yagnaraman
2023-01-24netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman
2023-01-18netfilter: conntrack: sctp: use nf log infrastructure for invalid packetsFlorian Westphal
2022-11-30netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman
2022-02-04netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal
2020-08-20netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-31netfilter: conntrack, nat: prefer skb_ensure_writableFlorian Westphal
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-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: timeouts can be constFlorian 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_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-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long