aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/sctp/sctp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-10sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing1-2/+0
2023-04-21sctp: delete the nested flexible array skipXin Long1-2/+2
2023-04-21sctp: delete the nested flexible array paramsXin Long1-4/+4
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long1-2/+4
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long1-5/+0
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-1/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long1-2/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-12-25sctp: use call_rcu to free endpointXin Long1-3/+3
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long1-2/+2
2021-10-29sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long1-1/+2
2021-10-29sctp: reset probe_timer in sctp_transport_pl_updateXin Long1-3/+1
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long1-0/+2
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long1-1/+8
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long1-3/+45
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long1-2/+5
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long1-0/+2
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap1-1/+1
2020-06-28sctp: use list_is_singular in sctp_list_single_entryGeliang Tang1-1/+1
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig1-0/+7
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-0/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-04-15sctp: implement memory accounting on rx pathXin Long1-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-12-05sctp: frag_point sanity checkJakub Audykowicz1-0/+5
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+12
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long1-1/+1
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-33/+19
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig1-2/+1
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-0/+2
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner1-12/+0
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner1-2/+7
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner1-6/+0
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner1-20/+0
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner1-0/+19
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+3
2018-03-17sctp: use proc_remove_subtree()Al Viro1-10/+1
2018-02-26sctp: Add ip option supportRichard Haines1-1/+3
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long1-2/+2
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-1/+1
2017-11-28sctp: remove extern from stream schedXin Long1-0/+5
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1