aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-20/+11
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-5/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-3/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-06-10sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long1-6/+2
2017-06-10sctp: use read_lock_bh in sctp_eps_seq_showXin Long1-4/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long1-2/+2
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long1-2/+2
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-1/+1
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long3-24/+15
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long9-68/+63
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+19
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long2-9/+7
2017-05-24sctp: fix stream update when processing dupcookieXin Long1-1/+3
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2-0/+2
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+6
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-05-12sctp: fix src address selection if using secondary addresses for ipv6Xin Long1-17/+29
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-39/+676
2017-04-21sctp: switch to copy_from_iter_full()Al Viro1-3/+1
2017-04-18sctp: process duplicated strreset asoc request correctlyXin Long1-4/+15
2017-04-18sctp: process duplicated strreset in and addstrm in requests correctlyXin Long1-9/+29
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long1-10/+29
2017-04-17sctp: get list_of_streams of strreset outreq earlierXin Long1-4/+4
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-81/+107
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long5-22/+17
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long1-31/+36
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long3-2/+81
2017-04-01sctp: use right in and out stream cntXin Long4-12/+11
2017-03-30sctp: alloc stream info when initializing asocXin Long3-16/+43
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long2-2/+2
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-3/+6
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+10
2017-03-22sctp: remove useless err from sctp_association_initXin Long1-4/+2
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long1-6/+5
2017-03-21sctp: remove temporary variable confirm from sctp_packet_transmitXin Long1-4/+3
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+8
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long2-0/+88
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2-3/+157
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request ParameterXin Long2-12/+65
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request ParameterXin Long2-10/+82
2017-03-12sctp: add support for generating add stream change event notificationXin Long1-0/+28
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2-0/+82
2017-03-12sctp: add support for generating assoc reset event notificationXin Long1-0/+28
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells3-6/+8
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3