aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-4/+5
* sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-10-131-1/+20
* sctp: check cached dst before using itNicolas Dichtel2012-06-101-3/+1
* sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2012-01-061-7/+1
* net: sctp: fix checksum marking for outgoing packetsMichał Mirosław2011-07-141-11/+8
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-1/+0
|\
| * sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich2010-09-171-1/+0
* | net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-0/+2
|/
* sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2010-04-301-1/+1
* sctp: remove 'resent' bit from the chunkVlad Yasevich2010-04-301-16/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman2009-11-231-12/+13
* sctp: Update max.burst implementationVlad Yasevich2009-11-231-23/+0
* sctp: Remove useless last_time_used variableVlad Yasevich2009-11-231-2/+0
* sctp: remove dup code in net/sctp/output.cWei Yongjun2009-09-041-24/+13
* sctp: Correctly track if AUTH has been bundled.Vlad Yasevich2009-09-041-1/+1
* sctp: fix to reset packet information after packet transmitWei Yongjun2009-09-041-1/+12
* sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich2009-09-041-1/+3
* sctp: Nagle delay should be based on path mtuVlad Yasevich2009-09-041-2/+3
* sctp: Generate SACKs when actually sending outbound DATAVlad Yasevich2009-09-041-57/+85
* sctp: Fix piggybacked ACKsDoug Graham2009-09-041-4/+5
* sctp: xmit sctp packet always return no route errorWei Yongjun2009-06-291-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg2009-04-281-3/+14
* sctp: Clean up TEST_FRAME hacks.Vlad Yasevich2009-03-211-4/+1
* sctp: Clean up sctp checksumming codeVlad Yasevich2009-02-161-8/+6
* sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum2009-02-161-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-01-221-3/+4
* sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-011-1/+1
* sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich2008-09-181-1/+2
* sctp: Drop ipfargok in sctp_xmit functionHerbert Xu2008-08-031-4/+2
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-181-2/+2
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-161-1/+2
* sctp: Follow security requirement of responding with 1 packetVlad Yasevich2008-06-191-2/+5
* sctp: Fix ECN markings for IPv6Vlad Yasevich2008-06-041-1/+1
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-7/+7
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich2008-01-281-0/+1
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-101-27/+104
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-101-0/+4
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-6/+6
* [SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala2006-09-291-2/+8
* [SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala2006-06-171-21/+27
* [SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich2006-02-021-1/+1
* [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-031-6/+11
* [SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller2005-07-081-9/+13
* [SCTP] Replace incorrect use of dev_alloc_skb with alloc_skb in sctp_packet_t...Sridhar Samudrala2005-04-281-2/+2