summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()Alexey Kodanev2022-10-201-4/+1
* sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev2022-10-201-4/+1
* net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-4/+0
* net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* sctp: get netns from asoc and ep baseXin Long2019-12-091-8/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* 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-111-18/+11
* sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-111-2/+3
* sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-111-6/+10
* sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-111-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/+8
|\
| * sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2017-12-181-16/+8
* | 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-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