summaryrefslogtreecommitdiff
path: root/net/sctp/output.c
AgeCommit message (Expand)Author
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long
2017-03-21sctp: remove temporary variable confirm from sctp_packet_transmitXin Long
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-20sctp: add support for MSG_MOREXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner
2016-11-02sctp: clean up sctp_packet_transmitXin Long
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-26sctp: fix the panic caused by route updateXin Long
2016-10-13sctp: remove the old ttl expires policyXin Long
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long
2016-09-09sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long
2016-07-11sctp: implement prsctp TTL policyXin Long
2016-07-09sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-04-05sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner
2016-03-30sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-06-29sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
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