summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-20sctp: handle errors when updating asocXin Long
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13networking: use skb_put_zero()Johannes Berg
2017-06-10sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long
2017-06-10sctp: use read_lock_bh in sctp_eps_seq_showXin Long
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long
2017-05-24sctp: fix stream update when processing dupcookieXin Long
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-05-12sctp: fix src address selection if using secondary addresses for ipv6Xin Long
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-21sctp: switch to copy_from_iter_full()Al Viro
2017-04-18sctp: process duplicated strreset asoc request correctlyXin Long
2017-04-18sctp: process duplicated strreset in and addstrm in requests correctlyXin Long
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long
2017-04-17sctp: get list_of_streams of strreset outreq earlierXin Long
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long
2017-04-01sctp: use right in and out stream cntXin Long
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22sctp: remove useless err from sctp_association_initXin Long
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long