index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-31
sctp: support for sending packet over udp4 sock
Xin Long
1
-6
/
+3
2020-10-31
sctp: call sk_setup_caps in sctp_packet_transmit instead
Xin Long
1
-6
/
+7
2019-12-10
sctp: get netns from asoc and ep base
Xin Long
1
-1
/
+1
2019-07-03
sctp: count data bundling sack chunk for outctrlchunks
Xin Long
1
-0
/
+3
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2018-11-28
sctp: increase sk_wmem_alloc when head->truesize is increased
Xin Long
1
-0
/
+1
2018-11-19
Revert "sctp: remove sctp_transport_pmtu_check"
Xin Long
1
-0
/
+3
2018-11-19
sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit
Xin Long
1
-20
/
+1
2018-10-16
sctp: use the pmtu from the icmp packet to update transport pathmtu
Xin Long
1
-0
/
+6
2018-06-14
sctp: define sctp_packet_gso_append to build GSO frames
Xin Long
1
-10
/
+18
2018-04-27
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
1
-3
/
+0
2018-04-27
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
1
-15
/
+10
2018-04-07
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+21
2018-03-14
sctp: add refcnt support for sh_key
Xin Long
1
-2
/
+16
2018-02-27
sctp: Add ip option support
Richard Haines
1
-13
/
+21
2017-12-11
sctp: implement assign_number for sctp_stream_interleave
Xin Long
1
-2
/
+3
2017-08-07
sctp: remove the typedef sctp_xmit_t
Xin Long
1
-30
/
+30
2017-07-01
sctp: remove the typedef sctp_data_chunk_t
Xin Long
1
-2
/
+2
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+1
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-1
/
+1
2017-05-20
net: use skb->csum_not_inet to identify packets needing crc32c
Davide Caratti
1
-0
/
+1
2017-04-05
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
1
-2
/
+2
2017-04-04
sctp: check for dst and pathmtu update in sctp_packet_config
Xin Long
1
-31
/
+36
2017-03-29
sctp: change to save MSG_MORE flag into assoc
Xin Long
1
-1
/
+1
2017-03-22
sctp: remove temporary variable confirm from sctp_packet_transmit
Xin Long
1
-4
/
+3
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-20
sctp: add support for MSG_MORE
Xin Long
1
-6
/
+3
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
1
-1
/
+9
2016-12-28
sctp: remove return value from sctp_packet_init/config
Marcelo Ricardo Leitner
1
-9
/
+5
2016-11-02
sctp: clean up sctp_packet_transmit
Xin Long
1
-277
/
+158
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2016-10-27
sctp: fix the panic caused by route update
Xin Long
1
-1
/
+7
2016-10-13
sctp: remove the old ttl expires policy
Xin Long
1
-3
/
+0
2016-10-13
sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements
Xin Long
1
-1
/
+2
2016-09-22
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
1
-6
/
+6
2016-09-19
sctp: not return ENOMEM err back in sctp_packet_transmit
Xin Long
1
-25
/
+22
2016-09-19
sctp: save transmit error to sk_err in sctp_outq_flush
Xin Long
1
-1
/
+2
2016-09-10
sctp: identify chunks that need to be fragmented at IP level
Marcelo Ricardo Leitner
1
-1
/
+12
2016-07-31
sctp: fix the issue sctp requeue auth chunk incorrectly
Xin Long
1
-1
/
+2
2016-07-11
sctp: implement prsctp TTL policy
Xin Long
1
-0
/
+2
2016-07-09
sctp: fix panic when sending auth chunks
Marcelo Ricardo Leitner
1
-3
/
+15
2016-06-04
sctp: Fix warning in sctp_packet_transmit_chunk()
David S. Miller
1
-1
/
+1
2016-06-04
sctp: improve debug message to also log curr pkt and new chunk size
Marcelo Ricardo Leitner
1
-1
/
+2
2016-06-04
sctp: Add GSO support
Marcelo Ricardo Leitner
1
-114
/
+249
2016-04-05
sctp: flush if we can't fit another DATA chunk
Marcelo Ricardo Leitner
1
-1
/
+2
2016-03-30
sctp: really allow using GFP_KERNEL on sctp_packet_transmit
Marcelo Ricardo Leitner
1
-3
/
+3
2016-03-14
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
1
-3
/
+3
2015-12-16
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
1
-1
/
+1
[next]