summaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpqueue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1Star
* sctp: implement memory accounting on rx pathXin Long2019-04-151-1/+2
* sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-121-18/+11Star
* sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-121-2/+3
* sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-121-6/+10
* sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-121-1/+1
* sctp: add subscribe per asocXin Long2018-11-191-2/+2
* sctp: define subscribe in sctp_sock as __u16Xin Long2018-11-191-4/+4
* sctp: Use skb_queue_is_first().David S. Miller2018-09-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-16/+8Star
|\
| * sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2017-12-181-16/+8Star
* | sctp: add support for the process of unordered idataXin Long2017-12-111-0/+5
* | sctp: implement abort_pd for sctp_stream_interleaveXin Long2017-12-111-1/+1
* | sctp: implement renege_events for sctp_stream_interleaveXin Long2017-12-111-2/+2
* | sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-111-4/+8
|/
* 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-071-18/+18
* sctp: Remove some redundant codeChristophe Jaillet2016-09-191-3/+0Star
* sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-311-1/+3
* sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-021-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-141-2/+2
* net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-2/+3
* sctp: add support for busy polling to sctp protocolNeil Horman2014-04-211-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/+2Star
* 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: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann2013-04-171-3/+0Star
* 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/+1Star
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-6/+12
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-07-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-081-6/+1Star
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-2/+0Star
* 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-221-3/+2Star
* [SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunkVlad Yasevich2008-02-071-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-291-1/+1
* [SCTP]: Flush fragment queue when exiting partial delivery.Vlad Yasevich2007-12-161-0/+33