Age | Commit message (Expand) | Author | Files | Lines |
2018-10-15 | sctp: use the pmtu from the icmp packet to update transport pathmtu | Xin Long | 1 | -0/+2 |
2018-08-11 | net/sctp: Replace in/out stream arrays with flex_array | Konstantin Khorenko | 1 | -4/+5 |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 1 | -10/+25 |
2018-07-04 | sctp: add support for dscp and flowlabel per transport | Xin Long | 1 | -0/+9 |
2018-06-29 | sctp: add support for SCTP_REUSE_PORT sockopt | Xin Long | 1 | -0/+1 |
2018-06-22 | rhashtable: split rhashtable.h | NeilBrown | 1 | -1/+1 |
2018-06-14 | sctp: define sctp_packet_gso_append to build GSO frames | Xin Long | 1 | -0/+5 |
2018-04-27 | sctp: introduce sctp_assoc_update_frag_point | Marcelo Ricardo Leitner | 1 | -0/+1 |
2018-04-27 | sctp: introduce sctp_assoc_set_pmtu | Marcelo Ricardo Leitner | 1 | -0/+1 |
2018-04-25 | sctp: remove the unused sctp_assoc_is_match function | Xin Long | 1 | -4/+0 |
2018-04-06 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+12 |
2018-03-27 | sctp: remove unnecessary asoc in sctp_has_association | Xin Long | 1 | -4/+4 |
2018-03-14 | sctp: add support for SCTP AUTH Information for sendmsg | Xin Long | 1 | -0/+1 |
2018-03-14 | sctp: add refcnt support for sh_key | Xin Long | 1 | -2/+7 |
2018-03-07 | sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg | Xin Long | 1 | -0/+1 |
2018-03-07 | sctp: add support for PR-SCTP Information for sendmsg | Xin Long | 1 | -0/+1 |
2018-02-26 | sctp: Add LSM hooks | Richard Haines | 1 | -0/+10 |
2018-02-26 | sctp: Add ip option support | Richard Haines | 1 | -0/+2 |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+7 |
2018-01-15 | sctp: Define usercopy region in SCTP proto slab cache | David Windsor | 1 | -2/+7 |
2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-01-08 | sctp: fix the handling of ICMP Frag Needed for too small MTUs | Marcelo Ricardo Leitner | 1 | -1/+1 |
2017-12-15 | sctp: implement validate_ftsn for sctp_stream_interleave | Xin Long | 1 | -0/+10 |
2017-12-15 | sctp: implement generate_ftsn for sctp_stream_interleave | Xin Long | 1 | -0/+1 |
2017-12-15 | sctp: add basic structures and make chunk function for ifwdtsn | Xin Long | 1 | -0/+1 |
2017-12-11 | sctp: add support for the process of unordered idata | Xin Long | 1 | -1/+13 |
2017-12-11 | sctp: implement ulpevent_data for sctp_stream_interleave | Xin Long | 1 | -0/+3 |
2017-12-11 | sctp: implement validate_data for sctp_stream_interleave | Xin Long | 1 | -1/+5 |
2017-12-11 | sctp: implement assign_number for sctp_stream_interleave | Xin Long | 1 | -1/+17 |
2017-12-11 | sctp: implement make_datafrag for sctp_stream_interleave | Xin Long | 1 | -0/+12 |
2017-12-11 | sctp: add basic structures and make chunk function for idata | Xin Long | 1 | -0/+1 |
2017-12-11 | sctp: add stream interleave enable members and sockopt | Xin Long | 1 | -0/+2 |
2017-12-01 | sctp: abandon the whole msg if one part of a fragmented message is abandoned | Xin Long | 1 | -1/+2 |
2017-10-03 | sctp: introduce round robin stream scheduler | Marcelo Ricardo Leitner | 1 | -0/+11 |
2017-10-03 | sctp: introduce priority based stream scheduler | Marcelo Ricardo Leitner | 1 | -0/+24 |
2017-10-03 | sctp: introduce stream scheduler foundations | Marcelo Ricardo Leitner | 1 | -3/+12 |
2017-10-03 | sctp: introduce sctp_chunk_stream_no | Marcelo Ricardo Leitner | 1 | -0/+5 |
2017-10-03 | sctp: introduce struct sctp_stream_out_ext | Marcelo Ricardo Leitner | 1 | -2/+8 |
2017-08-11 | sctp: remove the typedef sctp_socket_type_t | Xin Long | 1 | -3/+3 |
2017-08-11 | sctp: remove the typedef sctp_dbg_objcnt_entry_t | Xin Long | 1 | -2/+2 |
2017-08-11 | sctp: remove the typedef sctp_cmsgs_t | Xin Long | 1 | -2/+2 |
2017-08-11 | sctp: remove the typedef sctp_endpoint_type_t | Xin Long | 1 | -3/+3 |
2017-08-11 | sctp: remove the typedef sctp_sender_hb_info_t | Xin Long | 1 | -2/+2 |
2017-08-11 | sctp: remove the unused typedef sctp_packet_phandler_t | Xin Long | 1 | -2/+0 |
2017-08-06 | sctp: remove the typedef sctp_state_t | Xin Long | 1 | -1/+1 |
2017-08-06 | sctp: remove the typedef sctp_xmit_t | Xin Long | 1 | -4/+5 |
2017-08-06 | sctp: remove the typedef sctp_transport_cmd_t | Xin Long | 1 | -3/+4 |
2017-08-06 | sctp: remove the typedef sctp_scope_t | Xin Long | 1 | -8/+9 |
2017-08-06 | sctp: remove the typedef sctp_retransmit_reason_t | Xin Long | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_lower_cwnd_t | Xin Long | 1 | -1/+2 |