summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
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
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long
2016-12-20sctp: reduce indent level in sctp_copy_local_addr_listXin Long
2016-12-17sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long
2016-12-17sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-11-02sctp: clean up sctp_packet_transmitXin Long
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2016-10-26sctp: fix the panic caused by route updateXin Long
2016-10-23net: sctp, forbid negative lengthJiri Slaby
2016-10-13sctp: remove the old ttl expires policyXin Long
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He
2016-09-30proc: Reduce cache miss in sctp_snmp_seq_showJia He
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-09-19sctp: Remove some redundant codeChristophe Jaillet