summaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpevent.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2019-10-091-0/+39
* sctp: add SCTP_ADDR_ADDED eventXin Long2019-10-091-1/+17
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* sctp: implement memory accounting on rx pathXin Long2019-04-151-11/+8
* sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-101-1/+0
* sctp: implement abort_pd for sctp_stream_interleaveXin Long2017-12-111-3/+6
* sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-111-2/+0
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-111-2/+2
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-291-1/+1
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-031-5/+5
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-5/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-19/+10
* sctp: add support for generating add stream change event notificationXin Long2017-03-121-0/+28
* sctp: add support for generating assoc reset event notificationXin Long2017-03-121-0/+28
* sctp: add support for generating stream ssn reset event notificationXin Long2017-02-191-0/+29
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-2/+2
* sctp: use event->chunk when it's validXin Long2016-08-081-2/+2
* sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner2016-07-251-0/+3
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-131-1/+9
* sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner2016-07-131-2/+2
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-311-1/+1
* net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-161-0/+38
* net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-161-0/+25
* net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-07-141-107/+15
* Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-141-6/+2
* net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-171-2/+6
* 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: remove SCTP_STATIC macroDaniel Borkmann2013-06-171-5/+5
* netvm: prevent a stream-specific deadlockMel Gorman2012-07-311-1/+2
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-301-1/+2
* sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2011-07-081-3/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-1/+29
|\
| * sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun2011-04-211-0/+28
| * sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun2011-04-211-1/+1
* | Revert wrong fixes for common misspellingsLucas De Marchi2011-04-261-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sctp: Use frag list abstraction interfaces.David S. Miller2009-06-091-4/+3
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-081-2/+8
* sctp: Mark the tsn as received after all allocations finishVlad Yasevich2008-07-081-0/+5
* [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-121-1/+1
* [SCTP]: Correctly set the length of sctp_assoc_change notificationVlad Yasevich2008-02-271-1/+1
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-3/+4
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-281-1/+1
* [SCTP]: Fix the name of the authentication event.Vlad Yasevich2008-01-081-1/+1
* [SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-101-0/+37
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-101-0/+18
OpenPOWER on IntegriCloud