summaryrefslogtreecommitdiff
path: root/include/net/sctp/sctp.h
AgeCommit message (Expand)Author
2023-08-10sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing
2023-04-21sctp: delete the nested flexible array skipXin Long
2023-04-21sctp: delete the nested flexible array paramsXin Long
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-25sctp: use call_rcu to free endpointXin Long
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long
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