aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/output.c
AgeCommit message (Expand)Author
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-23sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman
2009-11-23sctp: Update max.burst implementationVlad Yasevich
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich
2009-09-04sctp: remove dup code in net/sctp/output.cWei Yongjun
2009-09-04sctp: Correctly track if AUTH has been bundled.Vlad Yasevich
2009-09-04sctp: fix to reset packet information after packet transmitWei Yongjun
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich
2009-09-04sctp: Nagle delay should be based on path mtuVlad Yasevich
2009-09-04sctp: Generate SACKs when actually sending outbound DATAVlad Yasevich
2009-09-04sctp: Fix piggybacked ACKsDoug Graham
2009-06-29sctp: xmit sctp packet always return no route errorWei Yongjun
2009-06-03net: skb->dst accessorsEric Dumazet
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-22sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich
2008-01-28[SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich
2007-10-10[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-09-29[SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala
2006-06-17[SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala
2006-02-02[SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller
2005-04-28[SCTP] Replace incorrect use of dev_alloc_skb with alloc_skb in sctp_packet_t...Sridhar Samudrala
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds