aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/inqueue.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Gravatar Thomas Gleixner 1-16/+1
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedGravatar Xin Long 1-1/+1
2018-03-09net: use skb_is_gso_sctp() instead of open-codingGravatar Daniel Axtens 1-1/+1
2017-07-01sctp: remove the typedef sctp_chunkhdr_tGravatar Xin Long 1-8/+7
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosGravatar Marcelo Ricardo Leitner 1-1/+1
2016-08-19sctp: linearize early if it's not GSOGravatar Marcelo Ricardo Leitner 1-13/+0
2016-07-25sctp: fix BH handling on socket backlogGravatar Marcelo Ricardo Leitner 1-2/+0
2016-07-13sctp: do not clear chunk->ecn_ce_done flagGravatar Marcelo Ricardo Leitner 1-1/+0
2016-07-13sctp: avoid identifying address family many times for a chunkGravatar Marcelo Ricardo Leitner 1-0/+1
2016-07-13sctp: allow GSO frags to access the chunk tooGravatar Marcelo Ricardo Leitner 1-0/+7
2016-06-03sctp: Add GSO supportGravatar Marcelo Ricardo Leitner 1-8/+43
2016-06-03sctp: delay as much as possible skb_linearizeGravatar Marcelo Ricardo Leitner 1-11/+18
2016-05-02sctp: prepare for socket backlog behavior changeGravatar Eric Dumazet 1-0/+2
2016-04-14sctp: add support for RPS and RFSGravatar Marcelo Ricardo Leitner 1-0/+3
2014-10-14net: sctp: fix remote memory pressure from excessive queueingGravatar Daniel Borkmann 1-26/+7
2013-12-06sctp: Fix FSF address in file headersGravatar Jeff Kirsher 1-3/+2
2013-08-09net: sctp: trivial: update bug report in header commentGravatar Daniel Borkmann 1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressGravatar Daniel Borkmann 1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsGravatar Daniel Borkmann 1-5/+4
2013-04-17net: sctp: sctp_inq: remove dead codeGravatar Daniel Borkmann 1-7/+0
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Gravatar Michele Baldessari 1-0/+2
2010-08-26net/sctp: Use pr_fmt and pr_<level>Gravatar Joe Perches 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Gravatar Vlad Yasevich 1-4/+4
2007-11-07SCTP: Fix a potential race between timers and receive path.Gravatar Vlad Yasevich 1-0/+4
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkGravatar Vlad Yasevich 1-0/+19
2007-09-25SCTP: Validate buffer room when processing sequential chunksGravatar Vlad Yasevich 1-0/+8
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-4/+4
2007-02-10[NET] SCTP: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-17/+17
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-5/+4
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Gravatar Sridhar Samudrala 1-2/+2
2006-05-05[SCTP]: Allow spillover of receive buffer to avoid deadlock.Gravatar Neil Horman 1-0/+1
2006-01-17[SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Gravatar Sridhar Samudrala 1-1/+3
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.Gravatar David S. Miller 1-6/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+204