index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-30
15
-169
/
+728
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
5
-29
/
+57
|
|
\
|
|
*
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
2021-06-28
1
-3
/
+10
|
|
*
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
2021-06-28
1
-0
/
+3
|
|
*
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
2021-06-28
1
-1
/
+1
|
|
*
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
2021-06-28
5
-25
/
+43
|
*
|
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
2
-2
/
+2
|
*
|
sctp: send the next probe immediately once the last one is acked
Xin Long
2021-06-24
1
-1
/
+4
|
*
|
sctp: do black hole detection in search complete state
Xin Long
2021-06-24
1
-7
/
+4
|
*
|
sctp: process sctp over udp icmp err on sctp side
Xin Long
2021-06-22
3
-19
/
+62
|
*
|
sctp: extract sctp_v4_err_handle function from sctp_v4_err
Xin Long
2021-06-22
1
-57
/
+49
|
*
|
sctp: extract sctp_v6_err_handle function from sctp_v6_err
Xin Long
2021-06-22
1
-36
/
+40
|
*
|
sctp: remove the unessessary hold for idev in sctp_v6_err
Xin Long
2021-06-22
1
-10
/
+2
|
*
|
sctp: enable PLPMTUD when the transport is ready
Xin Long
2021-06-22
4
-2
/
+13
|
*
|
sctp: do state transition when receiving an icmp TOOBIG packet
Xin Long
2021-06-22
2
-2
/
+53
|
*
|
sctp: do state transition when a probe succeeds on HB ACK recv path
Xin Long
2021-06-22
2
-1
/
+39
|
*
|
sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
Xin Long
2021-06-22
2
-0
/
+46
|
*
|
sctp: do the basic send and recv for PLPMTUD probe
Xin Long
2021-06-22
4
-6
/
+62
|
*
|
sctp: add the probe timer in transport for PLPMTUD
Xin Long
2021-06-22
5
-0
/
+93
|
*
|
sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
Xin Long
2021-06-22
1
-0
/
+118
|
*
|
sctp: add probe_interval in sysctl and sock/asoc/transport
Xin Long
2021-06-22
3
-0
/
+38
|
*
|
sctp: add pad chunk and its make function and event table
Xin Long
2021-06-22
2
-0
/
+49
|
*
|
sctp: sm_statefuns: Fix spelling mistakes
Zheng Yongjun
2021-05-31
1
-15
/
+15
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
2
-1
/
+2
|
|
\
|
|
*
|
net: Remove the member netns_ok
Yejune Deng
2021-05-17
1
-1
/
+0
*
|
|
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2021-06-28
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sctp: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-17
1
-1
/
+2
|
|
/
*
|
sctp: fix the proc_handler for sysctl encap_port
Xin Long
2021-05-25
1
-1
/
+1
*
|
sctp: add the missing setting for asoc encap_port
Xin Long
2021-05-25
1
-0
/
+1
|
/
*
sctp: delay auto_asconf init until binding the first addr
Xin Long
2021-05-03
1
-14
/
+17
*
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
2021-05-03
1
-5
/
+8
*
sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
Xin Long
2021-05-03
1
-1
/
+2
*
Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"
Xin Long
2021-05-03
1
-5
/
+1
*
Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""
Xin Long
2021-05-03
1
-3
/
+3
*
sctp: do asoc update earlier in sctp_sf_do_dupcook_b
Xin Long
2021-04-30
2
-43
/
+30
*
Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"
Xin Long
2021-04-30
1
-3
/
+3
*
sctp: do asoc update earlier in sctp_sf_do_dupcook_a
Xin Long
2021-04-30
1
-5
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
1
-8
/
+5
|
\
|
*
net/sctp: fix race condition in sctp_destroy_sock
Or Cohen
2021-04-13
1
-8
/
+5
*
|
sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
Gustavo A. R. Silva
2021-04-16
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-4
/
+3
|
\
|
|
*
net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()
Maciej Żenczykowski
2021-04-05
1
-4
/
+3
*
|
net: sctp: Fix some typos
Lu Wei
2021-03-28
2
-2
/
+2
*
|
sm_statefuns.c: Mundane spello fixes
Bhaskar Chowdhury
2021-03-28
1
-5
/
+5
|
/
*
sctp: move sk_route_caps check and set into sctp_outq_flush_transports
Xin Long
2021-03-19
2
-7
/
+7
*
net: sctp: trivial: fix typo in comment
Drew Fustini
2021-03-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-4
/
+12
|
\
|
*
net: fix iteration for sctp transport seq_files
NeilBrown
2021-02-08
1
-4
/
+12
*
|
sctp: remove the NETIF_F_SG flag before calling skb_segment
Xin Long
2021-01-16
1
-1
/
+1
|
/
*
sctp: Fix some typo
Christophe JAILLET
2020-11-23
1
-2
/
+2
[next]