summaryrefslogtreecommitdiff
path: root/net/sctp/output.c
Commit message (Expand)AuthorAge
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-06
|\
| * sctp: Add ip option supportRichard Haines2018-02-26
* | sctp: add refcnt support for sh_keyXin Long2018-03-14
|/
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-11
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-06
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-01
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-16
* net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-19
* sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-05
* sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-03
* sctp: change to save MSG_MORE flag into assocXin Long2017-03-28
* sctp: remove temporary variable confirm from sctp_packet_transmitXin Long2017-03-21
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* sctp: add support for MSG_MOREXin Long2017-02-20
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-07
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-28
* sctp: clean up sctp_packet_transmitXin Long2016-11-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-30
|\
| * sctp: fix the panic caused by route updateXin Long2016-10-26
* | sctp: remove the old ttl expires policyXin Long2016-10-13
* | sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long2016-10-13
|/
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-22
* sctp: not return ENOMEM err back in sctp_packet_transmitXin Long2016-09-18
* sctp: save transmit error to sk_err in sctp_outq_flushXin Long2016-09-18
* sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner2016-09-09
* sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-30
* sctp: implement prsctp TTL policyXin Long2016-07-11
* sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner2016-07-09
* sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-03
* sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-03
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-03
* sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner2016-04-05
* sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner2016-03-30
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-13
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-15
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-06-29
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-05
|\
| * sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-05
* | net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2014-07-22
* | net: sctp: Open out the check for NagleDavid Laight2014-07-22
|/
* net: rename local_df to ignore_dfWANG Cong2014-05-12
* sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong2013-12-31
* sctp: fix checkpatch errors with indentwangweidong2013-12-26
* sctp: remove casting from function calls through ops structurewangweidong2013-12-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18
|\
| * sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-10