summaryrefslogtreecommitdiffstats
path: root/net/sctp/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove the typedef sctp_auth_chunk_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-241-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/+32
* sctp: remove the old ttl expires policyXin Long2016-10-131-24/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-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-181-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-271-1/+1
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-131-2/+4
* sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-13/+0
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-5/+4
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-2/+2
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
* 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/+0
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-2/+3
* net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-171-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-141-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-04-301-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-041-0/+2
* sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-041-0/+13
* sctp: Try to encourage SACK bundling with DATA.Vlad Yasevich2009-09-041-5/+16
* sctp: Fix data segmentation with small frag_sizeVlad Yasevich2009-09-041-9/+23
* SCTP: fix wrong debug counting of datamsgLi Zefan2008-04-101-2/+3
* [SCTP]: Remove redundant wrapper functions.Florian Westphal2008-03-231-15/+1
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-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-101-0/+12
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [SCTP]: __nocast annotationsAlexey Dobriyan2005-07-111-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+309
OpenPOWER on IntegriCloud