aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long1-0/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long1-0/+1
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+3
2018-11-19sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long1-20/+1
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+6
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long1-10/+18
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner1-3/+0
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner1-15/+10
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-13/+21
2018-03-14sctp: add refcnt support for sh_keyXin Long1-2/+16
2018-02-26sctp: Add ip option supportRichard Haines1-13/+21
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long1-2/+3
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long1-30/+30
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long1-2/+2
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-0/+1
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long1-2/+2
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long1-31/+36
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long1-1/+1
2017-03-21sctp: remove temporary variable confirm from sctp_packet_transmitXin Long1-4/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-20sctp: add support for MSG_MOREXin Long1-6/+3
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov1-1/+9
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner1-9/+5
2016-11-02sctp: clean up sctp_packet_transmitXin Long1-277/+158
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2016-10-26sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-13sctp: remove the old ttl expires policyXin Long1-3/+0
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long1-1/+2
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-6/+6
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long1-1/+2
2016-09-09sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner1-1/+12
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long1-1/+2
2016-07-11sctp: implement prsctp TTL policyXin Long1-0/+2
2016-07-09sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner1-3/+15
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-03sctp: 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-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-3/+3
2015-12-15sctp: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1