summaryrefslogtreecommitdiff
path: root/include/net/sctp/sctp.h
AgeCommit message (Expand)Author
2021-10-29sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long
2021-10-29sctp: reset probe_timer in sctp_transport_pl_updateXin Long
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap
2020-06-28sctp: use list_is_singular in sctp_list_single_entryGeliang Tang
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-04-15sctp: implement memory accounting on rx pathXin Long
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-05sctp: frag_point sanity checkJakub Audykowicz
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-17sctp: use proc_remove_subtree()Al Viro
2018-02-26sctp: Add ip option supportRichard Haines
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-11-28sctp: remove extern from stream schedXin Long
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long
2017-08-06sctp: remove the typedef sctp_state_tXin Long
2017-08-06sctp: remove the typedef sctp_sock_state_tXin Long
2017-08-06sctp: remove the typedef sctp_scope_tXin Long
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-07-15sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long