linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-22 17:51:43 to 2020-05-20 19:54:37 UTC [more...]

remove kernel_setsockopt and kernel_getsockopt
 2020-05-20 19:54 UTC  (78+ messages)
` [PATCH 01/33] net: add sock_set_reuseaddr
` [PATCH 03/33] net: add sock_set_priority
` [PATCH 04/33] net: add sock_set_sndtimeo
` [PATCH 05/33] net: add sock_bindtoindex
` [PATCH 06/33] net: add sock_set_timestamps
` [PATCH 07/33] net: add sock_set_keepalive
` [PATCH 08/33] net: add sock_set_rcvbuf
` [PATCH 09/33] net: add sock_set_reuseport
` [PATCH 10/33] tcp: add tcp_sock_set_cork
` [PATCH 11/33] tcp: tcp_sock_set_nodelay
` [PATCH 12/33] tcp: add tcp_sock_set_quickack
` [PATCH 13/33] tcp: add tcp_sock_set_syncnt
  ` [PATCH 02/33] net: add sock_set_linger
  ` [PATCH 14/33] tcp: add tcp_sock_set_user_timeout
  ` [PATCH 15/33] tcp: add tcp_sock_set_keepidle
  ` [PATCH 16/33] tcp: add tcp_sock_set_keepintvl
` [PATCH 17/33] tcp: add tcp_sock_set_keepcnt
` [PATCH 18/33] ipv4: add ip_sock_set_tos
` [PATCH 19/33] ipv4: add ip_sock_set_freebind
` [PATCH 20/33] ipv4: add ip_sock_set_recverr
` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 22/33] ipv6: add ip6_sock_set_v6only
` [PATCH 23/33] ipv6: add ip6_sock_set_recverr
` [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt
` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
    ` is it ok to always pull in sctp for dlm, was: "
      ` is it ok to always pull in sctp for dlm, was: Re: [PATCH 27/33] sctp: export sctp_setsockopt_bin
          ` [Ocfs2-devel] [PATCH 27/33] sctp: export sctp_setsockopt_bindx
` [PATCH 28/33] sctp: add sctp_sock_set_nodelay
` [PATCH 29/33] rxrpc_sock_set_min_security_level
` [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener
` [PATCH 31/33] net: remove kernel_setsockopt
` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
` [PATCH 33/33] net: remove kernel_getsockopt
              ` [Ocfs2-devel] remove kernel_setsockopt and kernel_getsockopt
` remove kernel_setsockopt and kernel_getsockopt v2
    ` [PATCH 01/33] dlm: use the tcp version of accept_from_sock for sctp as well

[PATCH net 1/1] sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is
 2020-05-20 19:46 UTC  (2+ messages)
` [PATCH net 1/1] sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket

Minor bugs in sctp_getsockopt()
 2020-05-20 14:57 UTC 

sctp doesn't honour net.ipv6.bindv6only
 2020-05-20  9:10 UTC  (3+ messages)

[PATCH] sctp: Don't add the shutdown timer if its already been added
 2020-05-19 22:48 UTC  (7+ messages)

[PATCH] sctp: check assoc before SCTP_ADDR_{MADE_PRIM,ADDED} event
 2020-05-19 20:42 UTC  (6+ messages)

[PATCHv2] sctp: Don't add the shutdown timer if its already been added
 2020-05-19 19:59 UTC  (8+ messages)

Spende
 2020-05-18 22:17 UTC  (4+ messages)

(DONATION) $2 Million Has Been Donated
 2020-05-18 11:03 UTC 

WARNING in cgroup_finalize_control
 2020-05-11 18:31 UTC  (2+ messages)

(no subject)
 2020-05-09  1:18 UTC 

[PATCH 0/2] Backport to 4.19 - sctp: fully support memory accounting
 2020-05-08 23:23 UTC  (8+ messages)
` [PATCH 1/2] sctp: implement memory accounting on tx path
` [PATCH 2/2] sctp: implement memory accounting on rx path

[PATCH 00/20] crypto: introduce crypto_shash_tfm_digest()
 2020-05-08  6:07 UTC  (6+ messages)
` [PATCH 01/20] crypto: hash - "
` [PATCH 18/20] sctp: use crypto_shash_tfm_digest()

[PATCH] sctp: Replace zero-length array with flexible-array
 2020-05-07 20:04 UTC  (3+ messages)

[PATCH net-next 0/4] sctp: add some missing events from rfc5061
 2020-05-01 14:20 UTC  (4+ messages)
` ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events from rf
  ` ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events fro

[PATCH 00/37] net: manually convert files to ReST format - part 2
 2020-04-30 19:56 UTC  (4+ messages)
` [PATCH 27/37] docs: networking: convert sctp.txt to ReST

KMSAN: uninit-value in sctp_rcv
 2020-04-28 13:18 UTC 

[PATCHv4] sctp: Don't add the shutdown timer if its already been added
 2020-04-28 10:55 UTC  (3+ messages)

Why continued silence 2
 2020-04-27 11:41 UTC 

KMSAN: uninit-value in sctp_ootb_pkt_new
 2020-04-26 14:09 UTC  (2+ messages)

[PATCH net 0/2] sctp: Fix problems with peer restart when in SHUTDOWN-PENDING state and socket is cl
 2020-04-23  2:28 UTC  (6+ messages)
` [PATCH net 1/2] sctp: Fix bundling of SHUTDOWN with COOKIE-ACK
` [PATCH net 2/2] sctp: Fix SHUTDOWN CTSN Ack in the peer restart case
` [PATCH net 0/2] sctp: Fix problems with peer restart when in SHUTDOWN-PENDING state and socket i

memory leak in sctp_stream_init_ext (2)
 2020-04-17 13:31 UTC  (2+ messages)

Hey, how are u, can we talk?
 2020-04-16 20:35 UTC 

Urgent !! Please Read
 2020-04-16 15:34 UTC 

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-15  5:01 UTC  (18+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 "

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is avail
 2020-04-13 11:41 UTC 

Urgent! Please Read
 2020-04-05 20:13 UTC 

Reply For More Details
 2020-03-30 10:52 UTC 

spende von 2.000.000,00 Euro
 2020-03-30  9:47 UTC 

[PATCH net] sctp: fix possibly using a bad saddr with a given dst
 2020-03-30  5:02 UTC  (3+ messages)

[PATCH v6] sctp: fix refcount bug in sctp_wfree
 2020-03-30  4:58 UTC  (3+ messages)

One question regarding the SCTP write buffer free mechanism
 2020-03-27  4:57 UTC  (3+ messages)

v5.3.12 SCTP Stream Negotiation Problem
 2020-03-27  3:08 UTC  (2+ messages)

[PATCH v5 RESEND] sctp: fix refcount bug in sctp_wfree
 2020-03-27  3:02 UTC  (3+ messages)

[PATCH v5] sctp: fix refcount bug in sctp_wfree
 2020-03-27  1:26 UTC  (2+ messages)

WARNING: refcount bug in sctp_wfree
 2020-03-26 21:25 UTC  (8+ messages)
  `  "
      `  "

[PATCH v4] sctp: fix refcount bug in sctp_wfree
 2020-03-26  6:13 UTC  (6+ 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).