summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
AgeCommit message (Expand)Author
2017-09-08sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-01-06sctp: prepare asoc stream for stream reconfXin Long
2016-09-19sctp: Remove some redundant codeChristophe Jaillet
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-04-17net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann
2013-02-28sctp: fix association hangs due to partial delivery errorsLee A. Roberts
2013-02-28sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-02-06[SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunkVlad Yasevich
2008-02-05[SCTP]: Kill silly inlines in ulpqueue.cVlad Yasevich
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki
2007-12-16[SCTP]: Flush fragment queue when exiting partial delivery.Vlad Yasevich
2007-11-09SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunksVlad Yasevich
2007-10-23[SCTP]: Consolidate sctp_ulpq_renege_xxx functionsPavel Emelyanov
2007-10-10[SCTP]: Rewrite of sctp buffer management codeNeil Horman
2007-08-29SCTP: properly clean up fragment and ordering queues during FWD-TSN.Vlad Yasevich
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger
2007-04-25[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich
2007-04-25[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich
2007-04-18[SCTP]: Do not interleave non-fragments when in partial deliveryVlad Yasevich
2007-03-20[SCTP]: Clean up stale data during association restartVlad Yasevich
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-10-11[SCTP]: Fix receive buffer accounting.Vlad Yasevich
2006-05-05[SCTP]: Prevent possible infinite recursion with multiple bundled DATA.Vladislav Yasevich
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-08-29[NET]: Kill skb->listDavid S. Miller
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan