summaryrefslogtreecommitdiff
path: root/net/sctp/inqueue.c
Commit message (Expand)AuthorAge
* net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-09
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-01
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-22
* sctp: linearize early if it's not GSOMarcelo Ricardo Leitner2016-08-19
* sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2016-07-25
* sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner2016-07-13
* sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner2016-07-13
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-13
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-03
* sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2016-06-03
* sctp: prepare for socket backlog behavior changeEric Dumazet2016-05-02
* sctp: add support for RPS and RFSMarcelo Ricardo Leitner2016-04-14
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-10-14
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-06
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-09
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-24
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-01
* net: sctp: sctp_inq: remove dead codeDaniel Borkmann2013-04-17
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-03
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-26
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-05
* SCTP: Fix a potential race between timers and receive path.Vlad Yasevich2007-11-07
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-10
* SCTP: Validate buffer room when processing sequential chunksVlad Yasevich2007-09-25
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-25
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-10
* WorkStruct: make allyesconfigDavid Howells2006-11-22
* [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala2006-09-22
* [SCTP]: Allow spillover of receive buffer to avoid deadlock.Neil Horman2006-05-05
* [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-17
* [SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller2005-07-08
* Linux-2.6.12-rc2Linus Torvalds2005-04-16