summaryrefslogtreecommitdiff
path: root/net/sctp/output.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-04sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-04sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner1-114/+249
2016-04-05sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner1-1/+2
2016-03-30sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner1-3/+3
2016-03-14sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-3/+3
2015-12-16sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-1/+1
2015-06-29sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2014-12-09net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-06sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-07-23net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight1-2/+2
2014-07-23net: sctp: Open out the check for NagleDavid Laight1-33/+36
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong1-2/+2
2013-12-26sctp: fix checkpatch errors with indentwangweidong1-6/+5
2013-12-23sctp: remove casting from function calls through ops structurewangweidong1-2/+2
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-12-11sctp: properly latch and use autoclose value from sock to associationNeil Horman1-1/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-11-29sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang1-1/+2
2013-11-04net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann1-8/+1
2013-10-17sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-10-17sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-08-10Revert "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-25net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-23/+17
2013-04-23net: 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_STAT...Michele 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-15sctp: 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-09sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman1-27/+52
2012-07-01sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-0/+5
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2012-05-11sctp: 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-15net: 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/ne...David S. Miller1-1/+0
2010-09-18sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-08-27net/sctp: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2010-05-01sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-1/+1
2010-05-01sctp: remove 'resent' bit from the chunkVlad Yasevich1-16/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-23sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman1-12/+13