summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2017-09-20sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner
2017-09-20sctp: Avoid out-of-bounds reads from address storageStefano Brivio
2017-08-30sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2017-07-05sctp: check af before verify address in sctp_addr_id2transportXin Long
2017-07-05sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long
2017-07-05sctp: disable BH in sctp_for_each_endpointXin Long
2017-06-17sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-06-17sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long
2017-06-07sctp: fix ICMP processing if skb is non-linearDavide Caratti
2017-06-07sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-06-07sctp: fix src address selection if using secondary addresses for ipv6Xin Long
2017-05-03sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-01-15sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long
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-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-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-03Merge 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
2016-09-19sctp: not return ENOMEM err back in sctp_packet_transmitXin Long
2016-09-19sctp: make sctp_outq_flush/tail/uncork return voidXin Long
2016-09-19sctp: save transmit error to sk_err in sctp_outq_flushXin Long
2016-09-19sctp: free msg->chunks when sctp_primitive_SEND return errXin Long
2016-09-19sctp: do not return the transmit err back to sctp_sendmsgXin Long
2016-09-19sctp: remove the unnecessary state check in sctp_outq_tailXin Long
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-11sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-08-24sctp: fix overrun in sctp_diag_dump_one()Lance Richardson
2016-08-20sctp: linearize early if it's not GSOMarcelo Ricardo Leitner
2016-08-13net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum
2016-08-08sctp: use event->chunk when it's validXin Long