summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2017-02-20sctp: add support for MSG_MOREXin Long
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long
2017-02-19sctp: check duplicate node before inserting a new transportXin Long
2017-02-19sctp: add reconf chunk eventXin Long
2017-02-19sctp: add reconf chunk processXin Long
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-02-06sctp: process fwd tsn chunk only when prsctp is enabledXin Long
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-01-24net: sctp: fix array overrun read on sctp_timer_tblColin Ian King
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2017-01-20Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller
2017-01-20net: sctp: fix array overrun read on sctp_timer_tblColin Ian King
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long
2017-01-18sctp: add stream reconf primitiveXin Long
2017-01-18sctp: add stream reconf timerXin Long
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long
2017-01-16sctp: remove useless code from sctp_apply_peer_addr_paramsMarcelo Ricardo Leitner
2017-01-16sctp: remove unused var from sctp_process_asconfMarcelo Ricardo Leitner
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King
2017-01-06sctp: prepare asoc stream for stream reconfXin Long
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner
2016-12-28sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner
2016-12-28sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner
2016-12-28sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner