aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-04-15sctp: implement memory accounting on rx pathXin Long1-1/+2
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller1-18/+11
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller1-2/+3
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller1-6/+10
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller1-1/+1
2018-11-19sctp: add subscribe per asocXin Long1-2/+2
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long1-4/+4
2018-09-10sctp: Use skb_queue_is_first().David S. Miller1-1/+1
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+8
2017-12-18sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long1-16/+8
2017-12-11sctp: add support for the process of unordered idataXin Long1-0/+5
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long1-1/+1
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long1-2/+2
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long1-4/+8
2017-09-08sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner1-1/+2
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long1-1/+1
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long1-4/+4
2017-01-06sctp: prepare asoc stream for stream reconfXin Long1-18/+18
2016-09-19sctp: Remove some redundant codeChristophe Jaillet1-3/+0
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long1-1/+3
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner1-9/+16
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-2/+3
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner1-2/+2
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-2/+3
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman1-0/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong1-1/+2
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong1-2/+2
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-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-04-17net: sctp: sctp_ulpq: remove 'malloced' struct memberDaniel Borkmann1-3/+0
2013-02-28sctp: fix association hangs due to partial delivery errorsLee A. Roberts1-11/+43
2013-02-28sctp: fix association hangs due to errors when reneging events from the ordering queueLee A. Roberts1-4/+22
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ACK pointLee A. Roberts1-2/+7
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman1-2/+1
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman1-6/+12
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer1-6/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
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
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-3/+2
2008-02-06[SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunkVlad Yasevich1-3/+20
2008-02-05[SCTP]: Kill silly inlines in ulpqueue.cVlad Yasevich1-7/+7
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-3/+3
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki1-1/+1
2007-12-16[SCTP]: Flush fragment queue when exiting partial delivery.Vlad Yasevich1-0/+33