linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-27 02:25:05 to 2017-04-13 10:36:34 UTC [more...]

[RFC PATCH net-next 0/5] net: improve support for SCTP checksums
 2017-04-13 10:36 UTC  (33+ messages)
` [RFC PATCH net-next 2/5] net: split skb_checksum_help
            ` [PATCH RFC net-next v2 1/4] skbuff: add stub to help computing crc32c on SCTP packets
                        ` [PATCH RFC net-next v3 0/7] improve CRC32c in the forwarding path
                        ` [PATCH RFC net-next v3 1/7] skbuff: add stub to help computing crc32c on SCTP packets
                        ` [PATCH RFC net-next v3 2/7] net: introduce skb_crc32c_csum_help
                        ` [PATCH RFC net-next v3 3/7] sk_buff: remove support for csum_bad in sk_buff
                        ` [PATCH RFC net-next v3 4/7] net: use skb->csum_algo to identify packets needing crc32c
                        ` [PATCH RFC net-next v3 5/7] net: more accurate checksumming in validate_xmit_skb()
                        ` [PATCH RFC net-next v3 6/7] openvswitch: more accurate checksumming in queue_userspace_packet()
                        ` [PATCH RFC net-next v3 7/7] sk_buff.h: improve description of CHECKSUM_{COMPLETE,UNNECESSARY}
            ` [PATCH RFC net-next v2 2/4] net: introduce skb_sctp_csum_help
            ` [PATCH RFC net-next v2 3/4] net: more accurate checksumming in validate_xmit_skb
            ` [PATCH RFC net-next v2 4/4] Documentation: update notes on checksum offloading

24706 linux-sctp
 2017-04-12 22:00 UTC 

SCTP performance on 4.4.x Kernel with two instances of iperf3
 2017-04-12 14:55 UTC  (4+ messages)

SCTP getting EAGAIN but poll or select return socket is writable
 2017-04-12 11:56 UTC  (7+ messages)

58315 linux-sctp
 2017-04-08  8:46 UTC 

[PATCH net] sctp: listen on the sock only when it's state is listening or closed
 2017-04-06 20:56 UTC  (3+ messages)

net/sctp: list double add warning in sctp_endpoint_add_asoc
 2017-04-05 14:22 UTC  (7+ messages)

[PATCH net] sctp: get sock from transport in sctp_transport_update_pmtu
 2017-04-05 14:20 UTC  (3+ messages)

[PATCH net] sctp: check for dst and pathmtu update in sctp_packet_config
 2017-04-03 22:01 UTC  (4+ messages)

[PATCHv2 net-next] sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
 2017-04-03 21:53 UTC  (3+ messages)

[PATCH net] sctp: use right in and out stream cnt
 2017-04-02  3:12 UTC  (3+ messages)

29266 linux-sctp
 2017-04-01 21:44 UTC 

11723 linux-sctp
 2017-04-01 12:46 UTC 

[PATCH net-next] sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
 2017-04-01  9:07 UTC  (3+ messages)

[PATCH net] sctp: alloc stream info when initializing asoc
 2017-03-30 18:08 UTC  (2+ messages)

[PATCHv2 net] sctp: change to save MSG_MORE flag into assoc
 2017-03-29  0:56 UTC  (6+ messages)

[PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
 2017-03-28 18:12 UTC  (19+ messages)
` [PATCH net-next 2/2] sctp: add support for MSG_MORE

[PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf ssn reset request chunk
 2017-03-27 15:50 UTC  (17+ messages)
` [PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf asoc reset and add strea
  ` [PATCHv2 net-next 1/7] sctp: add support for generating assoc reset event notification
    ` [PATCHv2 net-next 2/7] sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parame
      ` [PATCHv2 net-next 3/7] sctp: add support for generating add stream change event notification
        ` [PATCHv2 net-next 4/7] sctp: implement receiver-side procedures for the Add Outgoing Streams Request
          ` [PATCHv2 net-next 5/7] sctp: implement receiver-side procedures for the Add Incoming "
            ` [PATCHv2 net-next 6/7] sctp: implement receiver-side procedures for the Reconf Response Parameter
              ` [PATCHv2 net-next 7/7] sctp: add get and set sockopt for reconf_enable
      ` [PATCHv2 net-next 2/7] sctp: implement receiver-side procedures for the SSN/TSN Reset Request Pa
  ` [PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf asoc reset and add s

[PATCH 00/23] various networking refcount conversions, part 2
 2017-03-24 13:49 UTC  (31+ messages)
` [PATCH 01/23] net, sunrpc: convert rpc_cred.cr_count from atomic_t to refcount_t
` [PATCH 02/23] net, sunrpc: convert gss_cl_ctx.count "
` [PATCH 03/23] net, sunrpc: convert gss_upcall_msg.count "
` [PATCH 04/23] net, ceph: convert ceph_snap_context.nref "
` [PATCH 05/23] net, ceph: convert ceph_osd.o_ref "
` [PATCH 06/23] net, ceph: convert ceph_pagelist.refcnt "
` [PATCH 07/23] net, rds: convert rds_ib_device.refcount "
` [PATCH 08/23] net, rds: convert rds_incoming.i_refcount "
` [PATCH 09/23] net, rds: convert rds_mr.r_refcount "
` [PATCH 11/23] net, x25: convert x25_route.refcnt "
` [PATCH 12/23] net, x25: convert x25_neigh.refcnt "
  ` [PATCH 10/23] net, rds: convert rds_message.m_refcount "
  ` [PATCH 13/23] net, xfrm: convert xfrm_state.refcnt "
  ` [PATCH 14/23] net, xfrm: convert xfrm_policy.refcnt "
  ` [PATCH 18/23] net, sctp: convert sctp_chunk.refcnt "
  ` [PATCH 19/23] net, sctp: convert sctp_transport.refcnt "
  ` [PATCH 21/23] net, ax25: convert ax25_uid_assoc.refcount "
  ` [PATCH 22/23] net, ax25: convert ax25_route.refcount "
` [PATCH 15/23] net, xfrm: convert sec_path.refcnt "
` [PATCH 16/23] net, sctp: convert sctp_auth_bytes.refcnt "
` [PATCH 17/23] net, sctp: convert sctp_datamsg.refcnt "
` [PATCH 20/23] net, sctp: convert sctp_ep_common.refcnt "
` [PATCH 23/23] net, ax25: convert ax25_cb.refcount "

SCTP MSG_MORE code
 2017-03-23 16:11 UTC  (3+ messages)

[PATCH net] sctp: remove useless err from sctp_association_init
 2017-03-22 17:58 UTC  (3+ messages)

[PATCH net] sctp: declare struct sctp_stream before using it
 2017-03-22 17:58 UTC  (5+ messages)

net/sctp: recursive locking in sctp_do_peeloff
 2017-03-22 12:29 UTC  (8+ messages)

[RFC v2 PATCH 2/2] kernel: Add SELinux SCTP protocol support
 2017-03-22 10:22 UTC  (5+ messages)

[PATCH net] sctp: out_qlen should be updated when pruning unsent queue
 2017-03-22  1:32 UTC  (3+ messages)

[PATCH net] sctp: define dst_pending_confirm as a bit in sctp_transport
 2017-03-22  1:32 UTC  (3+ messages)

[PATCH net] sctp: remove temporary variable confirm from sctp_packet_transmit
 2017-03-22  1:31 UTC  (5+ messages)

[4.10+] sctp lockdep trace
 2017-03-14 16:20 UTC  (4+ messages)

60567 linux-sctp
 2017-03-11 23:10 UTC 

40467 linux-sctp
 2017-03-11 18:04 UTC 

[PATCH 3.16 330/370] net: sctp, forbid negative length
 2017-03-10 11:46 UTC 

[PATCH 3.2 167/199] net: sctp, forbid negative length
 2017-03-10 11:46 UTC 

[PATCH net] sctp: change to save MSG_MORE flag into assoc
 2017-03-07  3:56 UTC  (7+ messages)

net/sctp: use-after-free in sctp_association_put
 2017-03-03  5:35 UTC  (4+ messages)

[PATCH net] sctp: call rcu_read_lock before checking for duplicate transport nodes
 2017-03-01 17:51 UTC  (5+ messages)

Problem on SCTP
 2017-03-01  6:43 UTC  (30+ messages)

net/sctp: use-after-free in sctp_hash_transport
 2017-02-28 15:43 UTC  (3+ messages)

[PATCH net] sctp: set sin_port for addr param when checking duplicate address
 2017-02-27  2:25 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).