aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/chunk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner1-75/+32
2016-10-13sctp: remove the old ttl expires policyXin Long1-24/+8
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long1-2/+2
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long1-2/+7
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner1-3/+4
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-3/+3
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long1-0/+13
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+1
2016-07-11sctp: implement prsctp RTX policyXin Long1-0/+4
2016-07-11sctp: implement prsctp TTL policyXin Long1-3/+17
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-1/+1
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-2/+4
2016-02-17sctp: remove the unused sctp_datamsg_free()Xin Long1-13/+0
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-5/+4
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-2/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong1-1/+1
2013-09-04net: sctp: Fix data chunk fragmentation for MTU values which are not multiple of 4Alexander Sverdlin1-2/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-2/+3
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-1/+1
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala1-4/+9
2012-11-28sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space failsTommi Rantala1-2/+5
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman1-1/+1
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-23sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun1-1/+14
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich1-0/+2
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich1-0/+13
2009-09-04sctp: Try to encourage SACK bundling with DATA.Vlad Yasevich1-5/+16
2009-09-04sctp: Fix data segmentation with small frag_sizeVlad Yasevich1-9/+23
2008-04-10SCTP: fix wrong debug counting of datamsgLi Zefan1-2/+3
2008-03-23[SCTP]: Remove redundant wrapper functions.Florian Westphal1-15/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2007-10-10[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich1-0/+12
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+309