summaryrefslogtreecommitdiff
path: root/net/sctp/output.c
AgeCommit message (Expand)Author
2014-12-09net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-05sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight
2014-07-22net: sctp: Open out the check for NagleDavid Laight
2014-05-12net: rename local_df to ignore_dfWANG Cong
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong
2013-12-26sctp: fix checkpatch errors with indentwangweidong
2013-12-22sctp: remove casting from function calls through ops structurewangweidong
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-04-22net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-03sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller
2012-07-08sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-10sctp: check cached dst before using itNicolas Dichtel
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
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