summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-25sctp: out_qlen should be updated when pruning unsent queueXin Long1-6/+5
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-12-10net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+1
2017-11-24net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman1-2/+3
2017-11-24sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-11-18sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-11-18sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth1-2/+4
2017-11-18sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2017-09-20sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner1-1/+2
2017-09-20sctp: Avoid out-of-bounds reads from address storageStefano Brivio2-4/+6
2017-08-30sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2017-07-05sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-07-05sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long1-3/+2
2017-07-05sctp: disable BH in sctp_for_each_endpointXin Long1-2/+2
2017-06-17sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-06-17sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long1-1/+1
2017-06-07sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-06-07sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-06-07sctp: fix src address selection if using secondary addresses for ipv6Xin Long1-17/+29
2017-05-03sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira1-1/+2
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-01-15sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long1-2/+3
2016-11-15sctp: 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-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-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-10-27sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-24net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-03Merge 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-19sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-19sctp: make sctp_outq_flush/tail/uncork return voidXin Long2-17/+11
2016-09-19sctp: save transmit error to sk_err in sctp_outq_flushXin Long2-10/+14
2016-09-19sctp: free msg->chunks when sctp_primitive_SEND return errXin Long3-3/+19
2016-09-19sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5