linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-23 01:34:31 to 2017-10-13 16:03:54 UTC [more...]

Kernel Performance Tuning for High Volume SCTP traffic
 2017-10-13 16:03 UTC  (3+ messages)

[PATCH][next] sctp: make array sctp_sched_ops static
 2017-10-12  3:18 UTC  (5+ messages)

(no subject)
 2017-10-11  2:35 UTC 

[PATCH V2] Fix a sleep-in-atomic bug in shash_setkey_unaligned
 2017-10-05 19:07 UTC  (12+ messages)

[PATCH net-next v2 00/10] Introduce SCTP Stream Schedulers
 2017-10-03 23:27 UTC  (12+ messages)
` [PATCH net-next v2 01/10] sctp: silence warns on sctp_stream_init allocations
` [PATCH net-next v2 02/10] sctp: factor out stream->out allocation
` [PATCH net-next v2 03/10] sctp: factor out stream->in allocation
` [PATCH net-next v2 04/10] sctp: introduce struct sctp_stream_out_ext
` [PATCH net-next v2 05/10] sctp: introduce sctp_chunk_stream_no
` [PATCH net-next v2 06/10] sctp: introduce stream scheduler foundations
` [PATCH net-next v2 07/10] sctp: add sockopt to get/set stream scheduler
` [PATCH net-next v2 08/10] sctp: add sockopt to get/set stream scheduler parameters
` [PATCH net-next v2 09/10] sctp: introduce priority based stream scheduler
` [PATCH net-next v2 10/10] sctp: introduce round robin "

[PATCH] Fix a sleep-in-atomic bug in shash_setkey_unaligned
 2017-10-03  2:22 UTC 

[PATCH net-next 00/10] Introduce SCTP Stream Schedulers
 2017-09-30 16:52 UTC  (18+ messages)
` [PATCH net-next 01/10] sctp: silence warns on sctp_stream_init allocations
` [PATCH net-next 02/10] sctp: factor out stream->out allocation
` [PATCH net-next 03/10] sctp: factor out stream->in allocation
` [PATCH net-next 04/10] sctp: introduce struct sctp_stream_out_ext
` [PATCH net-next 05/10] sctp: introduce sctp_chunk_stream_no
` [PATCH net-next 06/10] sctp: introduce stream scheduler foundations
` [PATCH net-next 07/10] sctp: add sockopt to get/set stream scheduler
` [PATCH net-next 08/10] sctp: add sockopt to get/set stream scheduler parameters
` [PATCH net-next 09/10] sctp: introduce priority based stream scheduler
` [PATCH net-next 10/10] sctp: introduce round robin "

[PATCH net] sctp: Fix a big endian bug in sctp_for_each_transport()
 2017-09-27  4:17 UTC  (6+ messages)
  ` [PATCH net v2] sctp: Fix a big endian bug in sctp_diag_dump()

PMTU discovery behaviour
 2017-09-22 20:06 UTC  (10+ messages)

[PATCH v3 21/31] sctp: Define usercopy region in SCTP proto slab cache
 2017-09-20 20:45 UTC  (2+ messages)
` [PATCH v3 22/31] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()

[PATCH net] sctp: do not mark sk dumped when inet_sctp_diag_fill returns err
 2017-09-15 21:51 UTC  (4+ messages)

[PATCH net] sctp: fix an use-after-free issue in sctp_sock_dump
 2017-09-15 21:48 UTC  (4+ messages)

[PATCH net] sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
 2017-09-14  0:00 UTC  (5+ messages)
  ` [PATCH v2 "

[PATCH net] sctp: fix missing wake ups in some situations
 2017-09-08 17:07 UTC  (2+ messages)

Multiple connections from the same source address
 2017-09-08 17:04 UTC  (10+ messages)

Question on sctp state machine
 2017-09-01 15:18 UTC  (3+ messages)

[PATCH v2 21/30] sctp: Define usercopy region in SCTP proto slab cache
 2017-08-28 21:35 UTC  (2+ messages)
` [PATCH v2 22/30] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()

[PATCH net] sctp: Avoid out-of-bounds reads from address storage
 2017-08-24  5:35 UTC  (4+ messages)

SOCK_STREAM and EPOLLET
 2017-08-21  8:40 UTC  (2+ messages)

[PATCH v3] sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
 2017-08-18 23:01 UTC  (2+ messages)

Old linux versions
 2017-08-17 22:35 UTC  (4+ messages)

[PATCH v2] sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
 2017-08-15 16:31 UTC  (8+ messages)

[PATCH] sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
 2017-08-14 18:43 UTC  (7+ messages)

(no subject)
 2017-08-14 14:57 UTC 

[PATCH net-next 00/14] sctp: remove typedefs from structures part 4
 2017-08-11 17:03 UTC  (50+ messages)
` [PATCH net-next 01/14] sctp: remove the typedef sctp_shutdownhdr_t
  ` [PATCH net-next 02/14] sctp: fix the name of struct sctp_shutdown_chunk_t
    ` [PATCH net-next 03/14] sctp: remove the typedef sctp_errhdr_t
      ` [PATCH net-next 04/14] sctp: remove the typedef sctp_operr_chunk_t
        ` [PATCH net-next 05/14] sctp: remove the typedef sctp_error_t
          ` [PATCH net-next 06/14] sctp: remove the typedef sctp_ecnehdr_t
            ` [PATCH net-next 07/14] sctp: remove the typedef sctp_ecne_chunk_t
              ` [PATCH net-next 08/14] sctp: remove the typedef sctp_cwrhdr_t
                ` [PATCH net-next 09/14] sctp: remove the typedef sctp_cwr_chunk_t
                  ` [PATCH net-next 10/14] sctp: remove the typedef sctp_addip_param_t
                    ` [PATCH net-next 11/14] sctp: remove the typedef sctp_addiphdr_t
                      ` [PATCH net-next 12/14] sctp: remove the typedef sctp_addip_chunk_t
                        ` [PATCH net-next 13/14] sctp: remove the typedef sctp_authhdr_t
                          ` [PATCH net-next 14/14] sctp: remove the typedef sctp_auth_chunk_t
` [PATCH net-next 00/14] sctp: remove typedefs from structures part 5
  ` [PATCH net-next 01/14] sctp: remove the typedef sctp_lower_cwnd_t
    ` [PATCH net-next 02/14] sctp: remove the typedef sctp_retransmit_reason_t
      ` [PATCH net-next 03/14] sctp: remove the typedef sctp_scope_policy_t
        ` [PATCH net-next 04/14] sctp: remove the typedef sctp_scope_t
          ` [PATCH net-next 05/14] sctp: remove the typedef sctp_transport_cmd_t
            ` [PATCH net-next 06/14] sctp: remove the typedef sctp_sock_state_t
              ` [PATCH net-next 07/14] sctp: remove the typedef sctp_xmit_t
                ` [PATCH net-next 08/14] sctp: remove the typedef sctp_ierror_t
                  ` [PATCH net-next 09/14] sctp: remove the typedef sctp_state_t
                    ` [PATCH net-next 10/14] sctp: remove the typedef sctp_event_primitive_t
                      ` [PATCH net-next 11/14] sctp: remove the typedef sctp_event_other_t
                        ` [PATCH net-next 12/14] sctp: remove the typedef sctp_event_timeout_t
                          ` [PATCH net-next 13/14] sctp: remove the typedef sctp_event_t
                            ` [PATCH net-next 14/14] sctp: remove the typedef sctp_subtype_t
` [PATCH net-next 00/14] sctp: remove typedefs from structures part 6
  ` [PATCH net-next 01/14] sctp: remove the unused typedef sctp_packet_phandler_t
    ` [PATCH net-next 02/14] sctp: remove the typedef sctp_sender_hb_info_t
      ` [PATCH net-next 03/14] sctp: remove the typedef sctp_endpoint_type_t
        ` [PATCH net-next 04/14] sctp: remove the typedef sctp_cmsgs_t
          ` [PATCH net-next 05/14] sctp: remove the typedef sctp_dbg_objcnt_entry_t
            ` [PATCH net-next 06/14] sctp: remove the typedef sctp_socket_type_t
              ` [PATCH net-next 07/14] sctp: remove the typedef sctp_cmd_t
                ` [PATCH net-next 08/14] sctp: remove the typedef sctp_cmd_seq_t
                  ` [PATCH net-next 09/14] sctp: remove the typedef sctp_arg_t
                    ` [PATCH net-next 10/14] sctp: remove the typedef sctp_verb_t
                      ` [PATCH net-next 11/14] sctp: remove the unused typedef sctp_sm_command_t
                        ` [PATCH net-next 12/14] sctp: remove the typedef sctp_sm_table_entry_t
                          ` [PATCH net-next 13/14] sctp: remove the typedef sctp_disposition_t
                            ` [PATCH net-next 14/14] sctp: fix some indents in sm_make_chunk.c

[PATCH net] sctp: use __GFP_NOWARN for sctpw.fifo allocation
 2017-08-08  2:35 UTC  (5+ messages)

[PATCH v06 17/36] uapi linux/sctp.h: use __u8, __u16 and __u32 from linux/types.h
 2017-08-06 16:44 UTC 

address already in use on previously used (but currently unused) IP:PORT combinations in sctp_bindx(
 2017-08-03  0:37 UTC  (6+ messages)
` address already in use on previously used (but currently unused) IP:PORT combinations in sctp_bi

(no subject)
 2017-07-29 10:03 UTC 

help about a lockup in sctp module
 2017-07-28 11:03 UTC  (3+ messages)

[PATCH net] sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
 2017-07-27  7:03 UTC  (3+ messages)

[PATCH net-next 00/11] sctp: remove typedefs from structures part 3
 2017-07-24 23:01 UTC  (13+ messages)
` [PATCH net-next 01/11] sctp: remove the typedef sctp_initack_chunk_t
  ` [PATCH net-next 02/11] sctp: remove the typedef sctp_cookie_param_t
    ` [PATCH net-next 03/11] sctp: remove the typedef sctp_unrecognized_param_t
      ` [PATCH net-next 04/11] sctp: remove the typedef sctp_gap_ack_block_t
        ` [PATCH net-next 05/11] sctp: remove the typedef sctp_dup_tsn_t
          ` [PATCH net-next 06/11] sctp: remove the typedef sctp_sack_variable_t
            ` [PATCH net-next 07/11] sctp: remove the typedef sctp_sackhdr_t
              ` [PATCH net-next 08/11] sctp: remove the typedef sctp_sack_chunk_t
                ` [PATCH net-next 09/11] sctp: remove the typedef sctp_heartbeathdr_t
                  ` [PATCH net-next 10/11] sctp: remove the typedef sctp_heartbeat_chunk_t
                    ` [PATCH net-next 11/11] sctp: remove the typedef sctp_abort_chunk_t


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