summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-301-1/+0
* sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-051-0/+6
* sctp: add the error cause for new encapsulation port restartXin Long2020-10-301-0/+3
* sctp: add udphdr to overhead when udp_port is setXin Long2020-10-302-2/+6
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-302-6/+2
* sctp: add encap_port for netns sock asoc and transportXin Long2020-10-301-0/+6
* sctp: create udp4 sock and add its encap_rcvXin Long2020-10-302-0/+4
* net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-3/+5
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-10/+0
* net: sctp: drop duplicate words in commentsRandy Dunlap2020-07-152-4/+4
* sctp: use list_is_singular in sctp_list_single_entryGeliang Tang2020-06-281-1/+1
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-251-3/+5
* sctp: add sctp_sock_set_nodelayChristoph Hellwig2020-05-291-0/+7
* sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik2020-05-271-1/+1
* net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-0/+3
|\
| * sctp: cache netns in sctp_ep_commonXin Long2019-11-231-0/+3
* | sctp: add support for Primary Path SwitchoverXin Long2019-11-082-3/+10
* | sctp: add pf_expose per netns and sock and asocXin Long2019-11-082-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-0/+5
|\|
| * sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-0/+5
* | sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2019-10-091-0/+7
* | sctp: add SCTP_ADDR_ADDED eventXin Long2019-10-091-7/+2
|/
* sctp: make ecn flag per netns and endpointXin Long2019-08-271-1/+2
* sctp: add sctp_auth_init and sctp_auth_freeXin Long2019-08-191-0/+2
* sctp: add asconf_enable in struct sctp_endpointXin Long2019-08-191-0/+1
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-081-1/+1
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-081-16/+17
* sctp: remove prsctp_enable from asocXin Long2019-07-081-2/+1
* sctp: remove reconf_enable from asocXin Long2019-07-081-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-3112-192/+12
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-2411-176/+11
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner2019-05-241-16/+1
* | sctp: deduplicate identical skb_checksum_opsMatteo Croce2019-05-301-5/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-1/+0
|\
| * sctp: avoid running the sctp state machine recursivelyXin Long2019-05-011-1/+0
* | sctp: implement memory accounting on rx pathXin Long2019-04-151-1/+1
* | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-111-1/+1
|/
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-03-181-1/+1
* sctp: convert to genradixKent Overstreet2019-03-121-7/+8
* sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long2019-01-301-0/+2
* sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockoptXin Long2019-01-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-092-0/+7
|\
| * sctp: frag_point sanity checkJakub Audykowicz2018-12-051-0/+5
| * sctp: kfree_rcu asocXin Long2018-12-031-0/+2
* | 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: rename enum sctp_event to sctp_event_typeXin Long2018-11-192-3/+3
* | sctp: add subscribe per asocXin Long2018-11-191-0/+2