summaryrefslogtreecommitdiffstats
path: root/net/sctp/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-111-1/+1
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-111-3/+3
* sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-011-0/+4
* sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-0/+7
* sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-041-3/+3
* sctp: remove the typedef sctp_auth_chunk_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-251-1/+1
* net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-2/+2
* sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-2/+12
* sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner2016-12-291-75/+32Star
* sctp: remove the old ttl expires policyXin Long2016-10-131-24/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-3/+8
|\
| * sctp: change to check peer prsctp_capable when using prsctp policesXin Long2016-09-301-2/+2
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-2/+7
* | sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner2016-09-221-3/+4
* | sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-3/+3
* | sctp: free msg->chunks when sctp_primitive_SEND return errXin Long2016-09-191-0/+13
|/
* sctp: implement prsctp PRIO policyXin Long2016-07-111-0/+1
* sctp: implement prsctp RTX policyXin Long2016-07-111-0/+4
* sctp: implement prsctp TTL policyXin Long2016-07-111-3/+17
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-1/+1
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-141-2/+4
* sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-13/+0Star
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-5/+4Star
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-2/+2
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
* sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-281-1/+1
* net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin2013-09-041-2/+2
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-2/+3
* net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-181-1/+1
* sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-281-4/+9
* sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-281-2/+5
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-1/+1
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-0/+2
* sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2010-05-011-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-1/+14
* sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich2009-09-051-0/+2
* sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-051-0/+13
* sctp: Try to encourage SACK bundling with DATA.Vlad Yasevich2009-09-051-5/+16
* sctp: Fix data segmentation with small frag_sizeVlad Yasevich2009-09-051-9/+23
* SCTP: fix wrong debug counting of datamsgLi Zefan2008-04-101-2/+3
* [SCTP]: Remove redundant wrapper functions.Florian Westphal2008-03-241-15/+1Star
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-111-0/+12
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1