summaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c
Commit message (Expand)AuthorAgeFilesLines
...
| * sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-061-1/+1
* | net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2014-07-221-2/+2
* | net: sctp: Open out the check for NagleDavid Laight2014-07-221-33/+36
|/
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong2013-12-311-2/+2
* sctp: fix checkpatch errors with indentwangweidong2013-12-261-6/+5Star
* sctp: remove casting from function calls through ops structurewangweidong2013-12-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-1/+2
|\
| * sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-111-1/+2
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
|/
* sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2013-11-291-1/+2
* net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann2013-11-041-8/+1Star
* sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich2013-10-171-1/+1
* sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du2013-10-171-1/+2
* Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller2013-08-091-4/+1Star
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann2013-08-091-1/+4
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-23/+17Star
* net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann2013-04-221-4/+1Star
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+20
|\
| * sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-09-031-1/+20
* | sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-1/+1
|/
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-161-1/+1
* sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman2012-07-091-27/+52
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-07-011-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-3/+1Star
|\
| * sctp: check cached dst before using itNicolas Dichtel2012-05-111-3/+1Star
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
|/
* sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2011-12-201-7/+1Star
* net: sctp: fix checksum marking for outgoing packetsMichał Mirosław2011-07-151-11/+8Star
* 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/+0Star
|\
| * sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich2010-09-181-1/+0Star
* | 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-05-011-1/+1
* sctp: remove 'resent' bit from the chunkVlad Yasevich2010-05-011-16/+9Star
* 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/+0Star
* sctp: Remove useless last_time_used variableVlad Yasevich2009-11-231-2/+0Star
* sctp: remove dup code in net/sctp/output.cWei Yongjun2009-09-051-24/+13Star
* sctp: Correctly track if AUTH has been bundled.Vlad Yasevich2009-09-051-1/+1
* sctp: fix to reset packet information after packet transmitWei Yongjun2009-09-051-1/+12
* sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich2009-09-051-1/+3
* sctp: Nagle delay should be based on path mtuVlad Yasevich2009-09-051-2/+3
* sctp: Generate SACKs when actually sending outbound DATAVlad Yasevich2009-09-051-57/+85
* sctp: Fix piggybacked ACKsDoug Graham2009-09-051-4/+5
* sctp: xmit sctp packet always return no route errorWei Yongjun2009-06-301-1/+1