aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner1-2/+15
2016-12-28sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner1-8/+7
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2-11/+8
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner2-20/+14
2016-12-28sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner1-30/+28
2016-12-28sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner1-23/+21
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner1-1/+1
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner1-1/+1
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long2-0/+6
2016-12-20sctp: reduce indent level in sctp_copy_local_addr_listXin Long1-18/+19
2016-12-17sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is nullXin Long1-4/+3
2016-12-17sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long1-1/+4
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long3-47/+61
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-33/+31
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-02sctp: clean up sctp_packet_transmitXin Long1-277/+158
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2-17/+17
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long1-2/+1
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long1-4/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+17
2016-10-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-10-26sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-23net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-13sctp: remove the old ttl expires policyXin Long2-27/+8
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long2-4/+3
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-45/+61
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2-21/+47
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long2-6/+6
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long3-19/+9
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He1-1/+1
2016-09-30proc: Reduce cache miss in sctp_snmp_seq_showJia He1-2/+6
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner1-5/+6
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+17
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner1-3/+4
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner9-36/+36
2016-09-19sctp: Remove some redundant codeChristophe Jaillet1-3/+0
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long2-17/+11
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long2-10/+14
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long3-3/+19
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long1-10/+17
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-09sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner1-1/+12
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-6/+14