summaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-6/+6
* sctp: not return ENOMEM err back in sctp_packet_transmitXin Long2016-09-181-25/+22
* sctp: save transmit error to sk_err in sctp_outq_flushXin Long2016-09-181-1/+2
* sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner2016-09-091-1/+12
* sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-301-1/+2
* sctp: implement prsctp TTL policyXin Long2016-07-111-0/+2
* sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner2016-07-091-3/+15
* sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-031-1/+1
* sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-031-1/+2
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-031-114/+249
* sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner2016-04-051-1/+2
* sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner2016-03-301-3/+3
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-131-3/+3
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-06-291-1/+3
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
|\
| * sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-051-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/+5
* sctp: remove casting from function calls through ops structurewangweidong2013-12-221-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-101-1/+2
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
|/
* sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2013-11-281-1/+2
* net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann2013-11-031-8/+1
* 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/+1
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* 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-241-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-23/+17
* net: sctp: minor: remove dead code from sctp_packetDaniel Borkmann2013-04-221-4/+1
* 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-141-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-081-27/+52
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-301-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-3/+1
|\
| * sctp: check cached dst before using itNicolas Dichtel2012-05-101-3/+1
* | 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/+1
* net: sctp: fix checksum marking for outgoing packetsMichał Mirosław2011-07-141-11/+8
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
OpenPOWER on IntegriCloud