summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sctp.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-181-2/+4
* sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2022-11-171-5/+0
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+1
|\
| * sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-021-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-3/+3
|\|
| * sctp: use call_rcu to free endpointXin Long2021-12-251-3/+3
* | sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-231-2/+2
|/
* sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
* sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
* sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-221-0/+2
* sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-221-1/+8
* sctp: add the constants/variables and states and some APIs for transportXin Long2021-06-221-3/+45
* sctp: add udphdr to overhead when udp_port is setXin Long2020-10-301-2/+5
* sctp: create udp4 sock and add its encap_rcvXin Long2020-10-301-0/+2
* net: sctp: drop duplicate words in commentsRandy Dunlap2020-07-151-1/+1
* sctp: use list_is_singular in sctp_list_single_entryGeliang Tang2020-06-281-1/+1
* sctp: add sctp_sock_set_nodelayChristoph Hellwig2020-05-291-0/+7
* sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* sctp: implement memory accounting on rx pathXin Long2019-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-0/+5
|\
| * sctp: frag_point sanity checkJakub Audykowicz2018-12-051-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-0/+12
|\|
| * Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+12
* | sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2018-11-121-1/+1
* | net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-1/+1
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-33/+19
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-0/+2
| |\
| * | sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner2018-04-271-12/+0
| * | sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-04-271-2/+7
| * | sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner2018-04-271-6/+0
| * | sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2018-04-271-20/+0
| * | sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2018-04-271-0/+19
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+1
|\ \ \ | |_|/ |/| |
| * | net/sctp: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+1
| |/
* / sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-221-0/+2
|/
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-1/+3
|\
| * sctp: Add ip option supportRichard Haines2018-02-261-1/+3
* | sctp: use proc_remove_subtree()Al Viro2018-03-171-10/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-3/+3
|\
| * sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-111-2/+2
| * rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-1/+1
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* | sctp: remove extern from stream schedXin Long2017-11-281-0/+5
|/
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2017-11-181-1/+2
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-1/+2
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-1/+2