linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 12:40:02 to 2021-06-22 17:02:48 UTC [more...]

[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)

The new sysctl and socket option added for PLPMTUD (RFC8899)
 2021-06-12 21:28 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)

[PATCH][next] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-04-19 22:39 UTC  (7+ messages)

[PATCH v2] net/sctp: fix race condition in sctp_destroy_sock
 2021-04-13 22:10 UTC  (3+ messages)

[PATCH] net/sctp: fix race condition in sctp_destroy_sock
 2021-04-13 15:20 UTC  (2+ messages)

[PATCH lksctp-tools] func_tests: fix malloc size in test_1_to_1_connectx.c
 2021-04-07 21:13 UTC  (2+ messages)

Bidding invitation
 2021-03-31  7:16 UTC 

[PATCH -next 0/3] Fix some typos
 2021-03-29  1:00 UTC  (5+ messages)
` [PATCH -next 1/3] net: rds: Fix a typo
` [PATCH -next 2/3] net: sctp: Fix some typos
` [PATCH -next 3/3] net: vsock: Fix a typo

[PATCH ipsec] esp: delete NETIF_F_SCTP_CRC bit from features for esp offload
 2021-03-23  8:14 UTC  (2+ messages)

[PATCH] sctp: move sk_route_caps check and set into sctp_outq_flush_transports
 2021-03-19 18:40 UTC  (2+ messages)

[PATCH] net: sctp: trivial: fix typo in comment
 2021-03-04 22:00 UTC  (2+ messages)

WARNING: refcount bug in sctp_transport_put (3)
 2021-03-02 11:00 UTC 

[PATCH 0/3] Fix some seq_file users that were recently broken
 2021-02-08 19:42 UTC  (8+ messages)
` [PATCH 3/3] net: fix iteration for sctp transport seq_files

[PATCHv3 net-next] ip_gre: remove CRC flag from dev features in gre_gso_segment
 2021-01-21  6:20 UTC  (2+ messages)

[PATCH net-next] udp: not remove the CRC flag from dev features when need_csum is false
 2021-01-21  6:20 UTC  (2+ messages)

[PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers
 2021-01-19 23:40 UTC  (15+ messages)
` [PATCH net-next 1/6] net: add inline function skb_csum_is_sctp
  ` [PATCH net-next 2/6] net: igb: use skb_csum_is_sctp instead of protocol check
    ` [PATCH net-next 3/6] net: igbvf: "
      ` [PATCH net-next 4/6] net: igc: "
        ` [PATCH net-next 5/6] net: ixgbe: "
          ` [PATCH net-next 6/6] net: ixgbevf: "

[PATCH net-next 0/3] net: make udp tunnel devices support fraglist
 2021-01-19  4:30 UTC  (5+ messages)
` [PATCH net-next 1/3] vxlan: add NETIF_F_FRAGLIST flag for dev features
  ` [PATCH net-next 2/3] geneve: "
    ` [PATCH net-next 3/3] bareudp: "

[PATCHv3 net-next 0/2] net: fix the features flag in sctp_gso_segment
 2021-01-17  3:13 UTC  (5+ messages)
` [PATCHv3 net-next 1/2] net: move the hsize check to the else block in skb_segment
  ` [PATCHv3 net-next 2/2] sctp: remove the NETIF_F_SG flag before calling skb_segment

[PATCHv2 net-next 0/2] net: fix the features flag in sctp_gso_segment
 2021-01-15  9:31 UTC  (4+ messages)
` [PATCHv2 net-next 1/2] net: move the hsize check to the else block in skb_segment
  ` [PATCHv2 net-next 2/2] udp: remove CRC flag from dev features in __skb_udp_tunnel_segment

[PATCHv2 net-next] ip_gre: remove CRC flag from dev features in gre_gso_segment
 2021-01-13 21:55 UTC  (6+ messages)

[PATCH net-next 0/2] net: enable udp v6 sockets receiving v4 packets with UDP GRO
 2021-01-12  7:53 UTC  (5+ messages)
` [PATCH net-next 1/2] udp: call udp_encap_enable for v6 sockets when enabling encap
  ` [PATCH net-next 2/2] Revert "bareudp: Fixed bareudp receive handling"

[PATCH net-next 0/2] net: fix the features flag in sctp_gso_segment
 2021-01-12  7:20 UTC  (5+ messages)
` [PATCH net-next 1/2] net: move the hsize check to the else block in skb_segment
  ` [PATCH net-next 2/2] sctp: remove the NETIF_F_SG flag before calling skb_segment

"general protection fault in sctp_ulpevent_notify_peer_addr_change" and "general protection fault in sctp_ulpevent_nofity_peer_addr_change" should share the same root cause
 2021-01-12  4:39 UTC  (3+ messages)

[PATCH] m4/sctp.m4: make conpatible to autoconf-2.70
 2021-01-12  2:18 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).