summaryrefslogtreecommitdiff
path: root/include/net/sctp
AgeCommit message (Expand)Author
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-08-27sctp: make ecn flag per netns and endpointXin Long
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long
2019-07-08sctp: remove prsctp_enable from asocXin Long
2019-07-08sctp: remove reconf_enable from asocXin Long
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-04-15sctp: implement memory accounting on rx pathXin Long
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-03-12sctp: convert to genradixKent Overstreet
2019-01-30sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long
2019-01-30sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockoptXin 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-12-03sctp: kfree_rcu asocXin Long
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-19sctp: rename enum sctp_event to sctp_event_typeXin Long
2018-11-19sctp: add subscribe per asocXin Long
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin 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-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long
2018-10-17sctp: fix the data size calculation in sctp_data_sizeXin Long
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long
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-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner