summaryrefslogtreecommitdiff
path: root/net/sctp/output.c
AgeCommit message (Expand)Author
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-10-29sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long
2021-07-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-03-19sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long
2020-10-30sctp: support for sending packet over udp4 sockXin Long
2020-10-30sctp: call sk_setup_caps in sctp_packet_transmit insteadXin Long
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-11-19sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-14sctp: add refcnt support for sh_keyXin Long
2018-02-26sctp: Add ip option supportRichard Haines
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long
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