aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-11-23sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-11-08sctp: add support for Primary Path SwitchoverXin Long2-3/+10
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long2-0/+12
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long1-0/+7
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long1-7/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-0/+5
2019-08-27sctp: make ecn flag per netns and endpointXin Long1-1/+2
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long1-0/+2
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long1-0/+1
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long1-1/+1
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long1-16/+17
2019-07-08sctp: remove prsctp_enable from asocXin Long1-2/+1
2019-07-08sctp: remove reconf_enable from asocXin Long1-2/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-192/+12
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-5/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner11-176/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner1-16/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-04-15sctp: implement memory accounting on rx pathXin Long1-1/+1
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller1-1/+1
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-03-12sctp: convert to genradixKent Overstreet1-7/+8
2019-01-30sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER sockoptXin Long1-0/+2
2019-01-30sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockoptXin Long1-0/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+7
2018-12-05sctp: frag_point sanity checkJakub Audykowicz1-0/+5
2018-12-03sctp: kfree_rcu asocXin Long1-0/+2
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-19sctp: rename enum sctp_event to sctp_event_typeXin Long2-3/+3
2018-11-19sctp: add subscribe per asocXin Long1-0/+2
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long2-16/+25
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long1-1/+3
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2-1/+3
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long1-5/+0
2018-10-17sctp: fix the data size calculation in sctp_data_sizeXin Long1-1/+1
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+2
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko1-4/+5
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko1-10/+25
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long1-0/+9
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+2
2018-06-22rhashtable: split rhashtable.hNeilBrown1-1/+1
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long1-0/+5