linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-20 20:19:21 to 2021-07-20 08:06:44 UTC [more...]

[syzbot] KASAN: use-after-free Write in sctp_auth_shkey_hold
 2021-07-20  8:06 UTC  (4+ messages)

The new sysctl and socket option added for PLPMTUD (RFC8899)
 2021-07-19 16:55 UTC  (12+ messages)

[PATCH net 0/2] sctp: improve the pmtu probe in Search Complete state
 2021-07-19 16:53 UTC  (3+ messages)
` [PATCH net 1/2] sctp: improve the code for pmtu probe send and recv update
` [PATCH net 2/2] sctp: send pmtu probe only if packet loss in Search Complete state

[PATCH 0/1] sctp: do not update t->pathmtu when PMTUD is disabled
 2021-07-19 10:14 UTC  (4+ messages)
` [PATCH 1/1] "
    ` [PATCH v2 "

[PATCH net] sctp: trim optlen when it's a huge value in sctp_setsockopt
 2021-07-18 16:50 UTC  (2+ messages)

[PATCH v2] net: Use nlmsg_unicast() instead of netlink_unicast()
 2021-07-13 16:40 UTC  (3+ messages)

[PATCH] net: Use nlmsg_unicast() instead of netlink_unicast()
 2021-07-12 16:49 UTC  (2+ messages)

[PATCH AUTOSEL 5.12 156/160] sctp: validate from_addr_param return
 2021-07-06 11:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.12 157/160] sctp: add size validation when walking chunks

[PATCH AUTOSEL 5.10 134/137] sctp: validate from_addr_param return
 2021-07-06 11:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 135/137] sctp: add size validation when walking chunks

[PATCH AUTOSEL 4.9 35/35] sctp: add size validation when walking chunks
 2021-07-06 11:28 UTC 

[PATCH AUTOSEL 4.4 31/31] sctp: add size validation when walking chunks
 2021-07-06 11:29 UTC 

[PATCH AUTOSEL 4.14 44/45] sctp: validate from_addr_param return
 2021-07-06 11:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 45/45] sctp: add size validation when walking chunks

[PATCH AUTOSEL 4.19 53/55] sctp: validate from_addr_param return
 2021-07-06 11:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 54/55] sctp: add size validation when walking chunks

[PATCH AUTOSEL 5.4 71/74] sctp: validate from_addr_param return
 2021-07-06 11:25 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 72/74] sctp: add size validation when walking chunks

[PATCH AUTOSEL 5.13 185/189] sctp: validate from_addr_param return
 2021-07-06 11:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 186/189] sctp: add size validation when walking chunks

[PATCH] net: Fix called net_enable_timestamp() in sctp_copy_sock()
 2021-07-06  1:12 UTC  (2+ messages)

[PATCH net-next] sctp: check pl.raise_count separately from its increment
 2021-07-01 18:50 UTC  (3+ messages)

[PATCH net-next] sctp: move 198 addresses from unusable to private scope
 2021-07-01 18:50 UTC  (3+ messages)

[PATCH net] sctp: prevent info leak in sctp_make_heartbeat()
 2021-06-29 10:37 UTC  (4+ messages)

[PATCH net 0/4] sctp: add some size validations
 2021-06-28 22:40 UTC  (6+ messages)
` [PATCH net 1/4] sctp: validate from_addr_param return
` [PATCH net 2/4] sctp: add size validation when walking chunks
` [PATCH net 3/4] sctp: validate chunk size in __rcv_asconf_lookup
` [PATCH net 4/4] sctp: add param size validation for SCTP_PARAM_SET_PRIMARY

[PATCHv2 net-next 0/2] sctp: make the PLPMTUD probe more effective and efficient
 2021-06-28 20:38 UTC  (5+ messages)
` [PATCHv2 net-next 1/2] sctp: do black hole detection in search complete state
` [PATCHv2 net-next 2/2] sctp: send the next probe immediately once the last one is acked

[PATCH net-next 0/2] sctp: make the PLPMTUD probe more effective and efficient
 2021-06-25 16:23 UTC  (5+ messages)
` [PATCH net-next 1/2] sctp: do black hole detection in search complete state
` [PATCH net-next 2/2] sctp: send the next probe immediately once the last one is acked

[PATCHv2 net-next 00/14] sctp: implement RFC8899: Packetization Layer Path MTU Discovery for SCTP transport
 2021-06-23 15:59 UTC  (21+ messages)
` [PATCHv2 net-next 01/14] sctp: add pad chunk and its make function and event table
` [PATCHv2 net-next 02/14] sctp: add probe_interval in sysctl and sock/asoc/transport
` [PATCHv2 net-next 03/14] sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
` [PATCHv2 net-next 04/14] sctp: add the constants/variables and states and some APIs for transport
` [PATCHv2 net-next 05/14] sctp: add the probe timer in transport for PLPMTUD
` [PATCHv2 net-next 06/14] sctp: do the basic send and recv for PLPMTUD probe
` [PATCHv2 net-next 07/14] sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
` [PATCHv2 net-next 08/14] sctp: do state transition when a probe succeeds on HB ACK recv path
` [PATCHv2 net-next 09/14] sctp: do state transition when receiving an icmp TOOBIG packet
` [PATCHv2 net-next 10/14] sctp: enable PLPMTUD when the transport is ready
` [PATCHv2 net-next 11/14] sctp: remove the unessessary hold for idev in sctp_v6_err
` [PATCHv2 net-next 12/14] sctp: extract sctp_v6_err_handle function from sctp_v6_err
` [PATCHv2 net-next 13/14] sctp: extract sctp_v4_err_handle function from sctp_v4_err
` [PATCHv2 net-next 14/14] sctp: process sctp over udp icmp err on sctp side

[PATCH net-next 00/14] sctp: implement RFC8899: Packetization Layer Path MTU Discovery for SCTP transport
 2021-06-22 17:02 UTC  (19+ messages)
` [PATCH net-next 01/14] sctp: add pad chunk and its make function and event table
` [PATCH net-next 02/14] sctp: add probe_interval in sysctl and sock/asoc/transport
` [PATCH net-next 03/14] sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
` [PATCH net-next 04/14] sctp: add the constants/variables and states and some APIs for transport
` [PATCH net-next 05/14] sctp: add the probe timer in transport for PLPMTUD
` [PATCH net-next 06/14] sctp: do the basic send and recv for PLPMTUD probe
` [PATCH net-next 07/14] sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
` [PATCH net-next 08/14] sctp: do state transition when a probe succeeds on HB ACK recv path
` [PATCH net-next 09/14] sctp: do state transition when receiving an icmp TOOBIG packet
` [PATCH net-next 10/14] sctp: enable PLPMTUD when the transport is ready
` [PATCH net-next 11/14] sctp: remove the unessessary hold for idev in sctp_v6_err
` [PATCH net-next 12/14] sctp: extract sctp_v6_err_handle function from sctp_v6_err
` [PATCH net-next 13/14] sctp: extract sctp_v4_err_handle function from sctp_v4_err
` [PATCH net-next 14/14] sctp: process sctp over udp icmp err on sctp side

Kindly Quote
 2021-06-19  6:46 UTC 

draft-stewart-tsvwg-sctp-ipv4 enforcement
 2021-06-18 20:54 UTC  (4+ messages)

[syzbot] KMSAN: uninit-value in sctp_inq_pop
 2021-06-02 22:15 UTC  (2+ messages)

[PATCH v2 net-next] sctp: sm_statefuns: Fix spelling mistakes
 2021-06-01  5:50 UTC  (2+ messages)

[PATCH net-next] sctp: sm_statefuns: Fix spelling mistakes
 2021-06-01  1:53 UTC  (3+ messages)
  ` 答复: "

[PATCH net] sctp: add the missing setting for asoc encap_port
 2021-05-25 22:20 UTC  (2+ messages)

[PATCH net] sctp: fix the proc_handler for sysctl encap_port
 2021-05-25 22:20 UTC  (2+ messages)

add SPP_PLPMTUD_ENABLE/DISABLE flag for spp_flags
 2021-05-20 19:27 UTC  (17+ messages)

[PATCH RESEND][next] sctp: Fix fall-through warnings for Clang
 2021-05-18  1:07 UTC  (4+ messages)

[PATCH] net: Remove the member netns_ok
 2021-05-17 22:40 UTC  (2+ messages)

Race of sctp_assoc_control_transport() against sctp_assoc_rm_peer() ?
 2021-05-12 16:08 UTC  (2+ messages)

[PATCH net 0/2] sctp: fix the race condition in sctp_destroy_sock in a proper way
 2021-05-10 19:18 UTC  (6+ messages)
` [PATCH net 1/2] Revert "net/sctp: fix race condition in sctp_destroy_sock"
  ` [PATCH net 2/2] sctp: delay auto_asconf init until binding the first addr

KASAN: use-after-free Read in __lock_sock
 2021-05-05 21:21 UTC  (6+ messages)
        ` KASAN: use-after-free Read in __lock_sock (high-risk primitives found)

[PATCH AUTOSEL 4.4 15/19] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:41 UTC 

[PATCH AUTOSEL 4.14 17/25] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:40 UTC 

[PATCH AUTOSEL 4.9 15/22] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:41 UTC 

[PATCH AUTOSEL 5.4 30/46] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:38 UTC 

[PATCH AUTOSEL 4.19 22/32] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:39 UTC 

[PATCH AUTOSEL 5.10 58/85] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:36 UTC 

[PATCH AUTOSEL 5.11 074/104] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:33 UTC 

[PATCH AUTOSEL 5.12 084/116] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-05-05 16:30 UTC 

[PATCH net] sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
 2021-05-03 20:40 UTC  (2+ messages)

[PATCH net 0/2] sctp: fix the incorrect revert
 2021-05-03 20:40 UTC  (4+ messages)
` [PATCH net 1/2] Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""
  ` [PATCH net 2/2] Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"

[syzbot] possible deadlock in sctp_addr_wq_timeout_handler
 2021-05-01 21:26 UTC  (2+ messages)

[PATCHv2 net 0/3] sctp: always send a chunk with the asoc that it belongs to
 2021-05-01 18:22 UTC  (10+ messages)
` [PATCHv2 net 1/3] sctp: do asoc update earlier in sctp_sf_do_dupcook_a
  ` [PATCHv2 net 2/3] Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"
    ` [PATCHv2 net 3/3] sctp: do asoc update earlier in sctp_sf_do_dupcook_b

[PATCH net-next] sctp: Remove redundant skb_list null check
 2021-04-30 21:22 UTC  (3+ messages)

[PATCH net 0/3] sctp: always send a chunk with the asoc that it belongs to
 2021-04-30 19:16 UTC  (6+ messages)
` [PATCH net 1/3] sctp: do asoc update earlier in sctp_sf_do_dupcook_a
  ` [PATCH net 2/3] Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"
    ` [PATCH net 3/3] sctp: do asoc update earlier in sctp_sf_do_dupcook_b

New lksctp-tools release: 1.0.19
 2021-04-29  2:28 UTC 

Coverity Scan: Analysis completed for sctp/lksctp-tools
 2021-04-28 18:33 UTC 

[PATCH lksctp-tools 0/2] sctp_send/v fixes
 2021-04-24 17:46 UTC  (4+ messages)
` [PATCH lksctp-tools 1/2] sctp_send: fix ignored flags parameter
` [PATCH lksctp-tools 2/2] sctp_sendv: avoid explicit memset for var initialization

[syzbot] KASAN: use-after-free Read in sctp_do_8_2_transport_strike
 2021-04-21 19:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).