summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-181-0/+3
* sctp: prepare asoc stream for stream reconfXin Long2017-01-071-45/+31Star
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-281-4/+3Star
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-171-2/+2
* sctp: remove the old ttl expires policyXin Long2016-10-131-1/+0Star
* sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long2016-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-10/+3Star
|\
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-7/+0Star
| * sctp: move sent_count to the memory hole in sctp_chunkXin Long2016-09-301-3/+3
* | sctp: make sctp_outq_flush/tail/uncork return voidXin Long2016-09-191-2/+2
* | sctp: free msg->chunks when sctp_primitive_SEND return errXin Long2016-09-191-0/+1
|/
* sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner2016-07-141-0/+1
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-141-0/+7
* sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner2016-07-141-0/+15
* sctp: implement prsctp PRIO policyXin Long2016-07-111-0/+4
* sctp: implement prsctp TTL policyXin Long2016-07-111-0/+10
* sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long2016-07-111-0/+3
* sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long2016-07-111-2/+4
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-041-0/+5
* sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-1/+7
|\
| * sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-111-1/+7
* | sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-141-1/+2
* | sctp: compress bit-wide flags to a bitfield on sctp_sockMarcelo Ricardo Leitner2016-04-141-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-201-9/+8Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-6/+5Star
| |\
| | * sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-141-5/+5
| | * sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-1/+0Star
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-3/+3
| |\ \ | | |/ | |/|
| | * sctp: Use shashHerbert Xu2016-01-271-3/+3
* | | sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-081-1/+1
|/ /
* | sctp: remove the dead field of sctp_transportXin Long2016-01-291-2/+1Star
* | sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-291-1/+1
|/
* sctp: drop the old assoc hashtable of sctpXin Long2016-01-051-5/+0Star
* sctp: add the rhashtable apis for sctp global transport hashtableXin Long2016-01-051-0/+5
* sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-071-1/+2
* sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner2015-12-031-8/+8
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-141-0/+4
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-3/+3
* Removed unused function sctp_addr_is_valid()Sébastien Barré2014-10-241-1/+0Star
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-08-011-5/+3Star
* net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-161-0/+1
* net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-161-0/+3
* net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland2014-07-161-1/+2
* net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-111-3/+3
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-191-1/+3
* Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-141-1/+13
* net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-171-13/+1Star
* sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-131-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-3/+0Star
|\