summaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpqueue.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-081-1/+2
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-011-1/+1
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-4/+4
* sctp: prepare asoc stream for stream reconfXin Long2017-01-061-18/+18
* sctp: Remove some redundant codeChristophe Jaillet2016-09-191-3/+0
* sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-301-1/+3
* sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-011-9/+16
* sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2016-04-151-2/+3
* sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-131-2/+2
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-2/+3
* sctp: add support for busy polling to sctp protocolNeil Horman2014-04-201-0/+4
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
* sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong2013-12-261-1/+2
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-261-2/+2
* 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
* 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: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2013-04-171-3/+0
* sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-281-11/+43
* sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-281-4/+22
* sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-281-2/+7
* sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2012-11-031-2/+1
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-141-6/+12
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-301-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-071-6/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-3/+2
* [SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunkVlad Yasevich2008-02-061-3/+20
* [SCTP]: Kill silly inlines in ulpqueue.cVlad Yasevich2008-02-051-7/+7
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-3/+3
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-281-1/+1
* [SCTP]: Flush fragment queue when exiting partial delivery.Vlad Yasevich2007-12-161-0/+33
* SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunksVlad Yasevich2007-11-091-1/+1
* [SCTP]: Consolidate sctp_ulpq_renege_xxx functionsPavel Emelyanov2007-10-231-24/+10
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-101-0/+1
* SCTP: properly clean up fragment and ordering queues during FWD-TSN.Vlad Yasevich2007-08-291-13/+62
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-4/+4
* [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich2007-04-251-4/+60
* [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich2007-04-251-29/+74
* [SCTP]: Do not interleave non-fragments when in partial deliveryVlad Yasevich2007-04-181-1/+8
* [SCTP]: Clean up stale data during association restartVlad Yasevich2007-03-201-1/+1
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-30/+30
* [SCTP]: Fix receive buffer accounting.Vlad Yasevich2006-10-111-1/+1
* [SCTP]: Prevent possible infinite recursion with multiple bundled DATA.Vladislav Yasevich2006-05-051-2/+25
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-4/+4
* [NET]: Kill skb->listDavid S. Miller2005-08-291-25/+38
* [SCTP]: __nocast annotationsAlexey Dobriyan2005-07-111-4/+5