aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller1-4/+1
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann1-1/+4
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-23/+17
2013-04-22net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann1-4/+1
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS callMichele Baldessari1-5/+9
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+20
2012-09-03sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf1-1/+20
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman1-1/+1
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller1-1/+1
2012-07-08sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman1-27/+52
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-0/+5
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2012-05-10sctp: check cached dst before using itNicolas Dichtel1-3/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf1-7/+1
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław1-11/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-1/+1
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich1-16/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-23sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman1-12/+13
2009-11-23sctp: Update max.burst implementationVlad Yasevich1-23/+0
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich1-2/+0
2009-09-04sctp: remove dup code in net/sctp/output.cWei Yongjun1-24/+13
2009-09-04sctp: Correctly track if AUTH has been bundled.Vlad Yasevich1-1/+1
2009-09-04sctp: fix to reset packet information after packet transmitWei Yongjun1-1/+12
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich1-1/+3
2009-09-04sctp: Nagle delay should be based on path mtuVlad Yasevich1-2/+3
2009-09-04sctp: Generate SACKs when actually sending outbound DATAVlad Yasevich1-57/+85
2009-09-04sctp: Fix piggybacked ACKsDoug Graham1-4/+5
2009-06-29sctp: xmit sctp packet always return no route errorWei Yongjun1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-3/+3
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg1-3/+14
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich1-4/+1
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich1-8/+6
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-22sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich1-3/+4
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman1-1/+1
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich1-1/+2
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu1-4/+2
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison1-2/+2
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-1/+2
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-2/+5
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich1-1/+1