index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
/
structs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
sctp: Correct spelling in headers
Simon Horman
1
-10
/
+10
2024-02-05
sctp: preserve const qualifier in sctp_sk()
Eric Dumazet
1
-4
/
+1
2023-08-02
sctp: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2023-04-21
sctp: delete the nested flexible array peer_init
Xin Long
1
-1
/
+1
2023-04-17
sctp: delete the obsolete code for the host name address param
Xin Long
1
-1
/
+0
2023-03-09
sctp: add weighted fair queueing stream scheduler
Xin Long
1
-0
/
+1
2023-03-09
sctp: add fair capacity stream scheduler
Xin Long
1
-0
/
+7
2023-02-23
sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
Xin Long
1
-0
/
+1
2022-11-18
sctp: add dif and sdif check in asoc and ep lookup
Xin Long
1
-3
/
+5
2022-11-18
sctp: add skb_sdif in struct sctp_af
Xin Long
1
-0
/
+1
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-12-25
sctp: use call_rcu to free endpoint
Xin Long
1
-1
/
+2
2021-12-23
sctp: move hlist_node and hashent out of sctp_ep_common
Xin Long
1
-4
/
+4
2021-11-25
sctp: make the raise timer more simple and accurate
Xin Long
1
-4
/
+3
2021-11-03
security: pass asoc to sctp_assoc_request and sctp_sk_clone
Xin Long
1
-10
/
+10
2021-07-25
sctp: send pmtu probe only if packet loss in Search Complete state
Xin Long
1
-0
/
+1
2021-07-25
sctp: improve the code for pmtu probe send and recv update
Xin Long
1
-2
/
+2
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
1
-1
/
+1
2021-06-24
sctp: do black hole detection in search complete state
Xin Long
1
-1
/
+2
2021-06-22
sctp: do state transition when a probe succeeds on HB ACK recv path
Xin Long
1
-0
/
+1
2021-06-22
sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
Xin Long
1
-0
/
+1
2021-06-22
sctp: do the basic send and recv for PLPMTUD probe
Xin Long
1
-0
/
+2
2021-06-22
sctp: add the probe timer in transport for PLPMTUD
Xin Long
1
-0
/
+4
2021-06-22
sctp: add the constants/variables and states and some APIs for transport
Xin Long
1
-0
/
+8
2021-06-22
sctp: add probe_interval in sysctl and sock/asoc/transport
Xin Long
1
-0
/
+3
2020-11-05
sctp: bring inet(6)_skb_parm back to sctp_input_cb
Xin Long
1
-0
/
+6
2020-10-30
sctp: add udphdr to overhead when udp_port is set
Xin Long
1
-0
/
+1
2020-10-30
sctp: allow changing transport encap_port by peer packets
Xin Long
1
-6
/
+1
2020-10-30
sctp: add encap_port for netns sock asoc and transport
Xin Long
1
-0
/
+6
2020-09-20
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Henry Ptasinski
1
-3
/
+5
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-1
/
+1
2020-07-19
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
1
-10
/
+0
2020-07-15
net: sctp: drop duplicate words in comments
Randy Dunlap
1
-3
/
+3
2020-02-29
net: sctp: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2019-11-23
sctp: cache netns in sctp_ep_common
Xin Long
1
-0
/
+3
2019-11-08
sctp: add support for Primary Path Switchover
Xin Long
1
-3
/
+8
2019-11-08
sctp: add pf_expose per netns and sock and asoc
Xin Long
1
-0
/
+2
2019-08-27
sctp: make ecn flag per netns and endpoint
Xin Long
1
-1
/
+2
2019-08-19
sctp: add asconf_enable in struct sctp_endpoint
Xin Long
1
-0
/
+1
2019-07-08
sctp: rename sp strm_interleave to ep intl_enable
Xin Long
1
-1
/
+1
2019-07-08
sctp: rename asoc intl_enable to asoc peer.intl_capable
Xin Long
1
-16
/
+17
2019-07-08
sctp: remove prsctp_enable from asoc
Xin Long
1
-2
/
+1
2019-07-08
sctp: remove reconf_enable from asoc
Xin Long
1
-2
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2019-03-12
sctp: convert to genradix
Kent Overstreet
1
-7
/
+8
2019-01-30
sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...
Xin Long
1
-0
/
+2
2019-01-30
sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockopt
Xin Long
1
-0
/
+2
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
[next]