summaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: count data bundling sack chunk for outctrlchunksXin Long2019-07-031-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1Star
* sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2018-11-281-0/+1
* Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+3
* sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long2018-11-191-20/+1Star
* sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-161-0/+6
* sctp: define sctp_packet_gso_append to build GSO framesXin Long2018-06-141-10/+18
* sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner2018-04-271-3/+0Star
* sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2018-04-271-15/+10Star
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-071-13/+21
|\
| * sctp: Add ip option supportRichard Haines2018-02-261-13/+21
* | sctp: add refcnt support for sh_keyXin Long2018-03-141-2/+16
|/
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-111-2/+3
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-071-30/+30
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-011-2/+2
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1Star
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-1/+1
* net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-201-0/+1
* sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-051-2/+2
* sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-31/+36
* sctp: change to save MSG_MORE flag into assocXin Long2017-03-291-1/+1
* sctp: remove temporary variable confirm from sctp_packet_transmitXin Long2017-03-221-4/+3Star
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* sctp: add support for MSG_MOREXin Long2017-02-201-6/+3Star
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-1/+9
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-281-9/+5Star
* sctp: clean up sctp_packet_transmitXin Long2016-11-021-277/+158Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+7
|\
| * sctp: fix the panic caused by route updateXin Long2016-10-261-1/+7
* | sctp: remove the old ttl expires policyXin Long2016-10-131-3/+0Star
* | sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long2016-10-131-1/+2
|/
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-6/+6
* sctp: not return ENOMEM err back in sctp_packet_transmitXin Long2016-09-191-25/+22Star
* sctp: save transmit error to sk_err in sctp_outq_flushXin Long2016-09-191-1/+2
* sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner2016-09-101-1/+12
* sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-311-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-041-1/+1
* sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-041-1/+2
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-041-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-141-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-061-1/+1
|\