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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-31
sctp: sctp_diag should dump sctp socket type
Xin Long
1
-0
/
+1
2016-05-26
sctp: fix double EPs display in sctp_diag
Xin Long
1
-0
/
+3
2016-05-03
sctp: prepare for socket backlog behavior change
Eric Dumazet
1
-0
/
+2
2016-05-02
sctp: signal sk_data_ready earlier on data chunks reception
Marcelo Ricardo Leitner
2
-13
/
+19
2016-04-28
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
1
-1
/
+1
2016-04-28
net: rename ICMP6_INC_STATS_BH()
Eric Dumazet
1
-1
/
+1
2016-04-28
net: sctp: rename SCTP_INC_STATS_BH()
Eric Dumazet
1
-6
/
+6
2016-04-28
net: rename ICMP_INC_STATS_BH()
Eric Dumazet
1
-1
/
+1
2016-04-28
net: snmp: kill various STATS_USER() helpers
Eric Dumazet
1
-1
/
+1
2016-04-26
sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...
Xin Long
1
-1
/
+5
2016-04-26
sock_diag: align nlattr properly when needed
Nicolas Dichtel
1
-2
/
+3
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-33
/
+40
2016-04-21
net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag
Xin Long
1
-4
/
+2
2016-04-16
sctp: fix some rhashtable functions using in sctp proc/diag
Xin Long
2
-6
/
+16
2016-04-16
sctp: merge the seq_start/next/exits in remaddrs and assocs
Xin Long
1
-36
/
+9
2016-04-16
sctp: add the sctp_diag.c file
Xin Long
3
-0
/
+502
2016-04-16
sctp: export some apis or variables for sctp_diag and reuse some for proc
Xin Long
2
-63
/
+143
2016-04-16
sctp: add sctp_info dump api for sctp_diag
Xin Long
1
-0
/
+86
2016-04-16
sctp: simplify sk_receive_queue locking
Marcelo Ricardo Leitner
2
-5
/
+4
2016-04-15
sctp: add support for RPS and RFS
Marcelo Ricardo Leitner
2
-0
/
+6
2016-04-14
sctp: delay calls to sk_data_ready() as much as possible
Marcelo Ricardo Leitner
2
-2
/
+9
2016-04-11
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
4
-33
/
+40
2016-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2016-04-05
sctp: flush if we can't fit another DATA chunk
Marcelo Ricardo Leitner
1
-1
/
+2
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
1
-1
/
+2
2016-03-30
sctp: really allow using GFP_KERNEL on sctp_packet_transmit
Marcelo Ricardo Leitner
1
-3
/
+3
2016-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
9
-14
/
+30
2016-03-23
net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3
Andy Lutomirski
1
-1
/
+1
2016-03-20
sctp: align MTU to a word
Marcelo Ricardo Leitner
3
-4
/
+6
2016-03-20
sctp: do not leak chunks that are sent to unconfirmed paths
Marcelo Ricardo Leitner
1
-1
/
+5
2016-03-20
sctp: do not update a_rwnd if we are not issuing a sack
Marcelo Ricardo Leitner
1
-1
/
+5
2016-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
13
-139
/
+148
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
11
-95
/
+96
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-44
/
+52
2016-03-17
sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
Nicholas Mc Guire
1
-4
/
+2
2016-03-14
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
7
-66
/
+83
2016-03-14
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2
-2
/
+2
2016-03-08
sctp: fix copying more bytes than expected in sctp_add_bind_addr
Marcelo Ricardo Leitner
4
-8
/
+14
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-5
/
+7
2016-03-02
sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info
Xin Long
1
-5
/
+5
2016-03-02
sctp: lack the check for ports in sctp_v6_cmp_addr
Xin Long
1
-0
/
+2
2016-03-02
net: sctp: Convert log timestamps to be y2038 safe
Deepa Dinamani
1
-5
/
+5
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-10
/
+45
2016-02-22
sctp: Fix port hash table size computation
Neil Horman
1
-8
/
+38
2016-02-17
sctp: remove the unused sctp_datamsg_free()
Xin Long
1
-13
/
+0
2016-02-17
sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()
Xin Long
1
-2
/
+0
2016-02-17
sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...
Xin Long
1
-2
/
+2
2016-02-11
sock: struct proto hash function may error
Craig Gallek
1
-1
/
+2
2016-02-09
sctp: translate network order to host order when users get a hmacid
Xin Long
1
-2
/
+7
2016-01-29
sctp: remove the dead field of sctp_transport
Xin Long
3
-19
/
+1
[next]