index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
/
sctp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: add dif and sdif check in asoc and ep lookup
Xin Long
2022-11-18
1
-2
/
+4
*
sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.h
Xin Long
2022-11-18
1
-5
/
+0
*
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-2
/
+1
|
\
|
*
sctp: hold endpoint before calling cb in sctp_transport_lookup_process
Xin Long
2022-01-02
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
1
-3
/
+3
|
\
|
|
*
sctp: use call_rcu to free endpoint
Xin Long
2021-12-25
1
-3
/
+3
*
|
sctp: move hlist_node and hashent out of sctp_ep_common
Xin Long
2021-12-23
1
-2
/
+2
|
/
*
sctp: subtract sctphdr len in sctp_transport_pl_hlen
Xin Long
2021-10-29
1
-1
/
+2
*
sctp: reset probe_timer in sctp_transport_pl_update
Xin Long
2021-10-29
1
-3
/
+1
*
sctp: process sctp over udp icmp err on sctp side
Xin Long
2021-06-22
1
-0
/
+2
*
sctp: add the probe timer in transport for PLPMTUD
Xin Long
2021-06-22
1
-1
/
+8
*
sctp: add the constants/variables and states and some APIs for transport
Xin Long
2021-06-22
1
-3
/
+45
*
sctp: add udphdr to overhead when udp_port is set
Xin Long
2020-10-30
1
-2
/
+5
*
sctp: create udp4 sock and add its encap_rcv
Xin Long
2020-10-30
1
-0
/
+2
*
net: sctp: drop duplicate words in comments
Randy Dunlap
2020-07-16
1
-1
/
+1
*
sctp: use list_is_singular in sctp_list_single_entry
Geliang Tang
2020-06-29
1
-1
/
+1
*
sctp: add sctp_sock_set_nodelay
Christoph Hellwig
2020-05-29
1
-0
/
+7
*
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
2019-10-10
1
-0
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
2019-05-24
1
-16
/
+1
*
sctp: implement memory accounting on rx path
Xin Long
2019-04-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-10
1
-0
/
+5
|
\
|
*
sctp: frag_point sanity check
Jakub Audykowicz
2018-12-06
1
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-25
1
-0
/
+12
|
\
|
|
*
Revert "sctp: remove sctp_transport_pmtu_check"
Xin Long
2018-11-19
1
-0
/
+12
*
|
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
2018-11-12
1
-1
/
+1
*
|
net: Convert protocol error handlers from void to int
Stefano Brivio
2018-11-09
1
-1
/
+1
|
/
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-07
1
-33
/
+19
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-27
1
-0
/
+2
|
|
\
|
*
|
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
2018-04-27
1
-12
/
+0
|
*
|
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
2018-04-27
1
-2
/
+7
|
*
|
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
2018-04-27
1
-6
/
+0
|
*
|
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
2018-04-27
1
-20
/
+0
|
*
|
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
2018-04-27
1
-0
/
+19
*
|
|
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-2
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net/sctp: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-2
/
+1
|
|
/
*
/
sctp: fix the issue that flags are ignored when using kernel_connect
Xin Long
2018-05-22
1
-0
/
+2
|
/
*
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-07
1
-1
/
+3
|
\
|
*
sctp: Add ip option support
Richard Haines
2018-02-26
1
-1
/
+3
*
|
sctp: use proc_remove_subtree()
Al Viro
2018-03-18
1
-10
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
1
-3
/
+3
|
\
|
*
sctp: implement assign_number for sctp_stream_interleave
Xin Long
2017-12-11
1
-2
/
+2
|
*
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2017-12-11
1
-1
/
+1
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
net: annotate ->poll() instances
Al Viro
2017-11-27
1
-1
/
+1
*
|
sctp: remove extern from stream sched
Xin Long
2017-11-28
1
-0
/
+5
|
/
*
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
2017-11-18
1
-1
/
+2
*
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
2017-09-15
1
-1
/
+2
*
sctp: remove the typedef sctp_socket_type_t
Xin Long
2017-08-11
1
-1
/
+2
[next]