linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-24 15:21:22 to 2016-08-18 17:58:35 UTC [more...]

[PATCH net v2] sctp: linearize early if it's not GSO
 2016-08-18 17:58 UTC 

[PATCH net] sctp: fix a success return may hide an error
 2016-08-18 17:44 UTC  (15+ messages)

[PATCH net] sctp: linearize early if it's not GSO
 2016-08-17  0:49 UTC  (3+ messages)

[PATCH RESEND] net/sctp: always initialise sctp_ht_iter::start_fail
 2016-08-13 22:10 UTC  (4+ messages)

[PATCH net] sctp: use event->chunk when it's valid
 2016-08-08 21:34 UTC  (4+ messages)

Regarding commit f2815633504b442ca0b0605c16bf3d88a3a0fcea (sctp: Use correct sideffect command i
 2016-08-06 15:26 UTC 

[PATCH v3 0/3] sctp_diag: A bunch of fixes for upcoming 'ss' support
 2016-08-04 14:40 UTC  (7+ messages)
` [PATCH v3 1/3] sctp: Export struct sctp_info to userspace
` [PATCH v3 2/3] sctp_diag: Fix T3_rtx timer export
` [PATCH v3 3/3] sctp_diag: Respect ss adding TCPF_CLOSE to idiag_states

[PATCH 1135/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 12:19 UTC 

[PATCH net] sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSING
 2016-08-01 20:43 UTC  (5+ messages)

sctp and tail loss recovery
 2016-07-31 15:32 UTC  (4+ messages)

[PATCH net] sctp: allow receiving msg when TCP-style sk is in CLOSED state
 2016-07-31  5:07 UTC  (3+ messages)

[PATCH net] sctp: allow delivering notifications after receiving SHUTDOWN
 2016-07-31  5:07 UTC  (3+ messages)

[PATCH net] sctp: fix the issue sctp requeue auth chunk incorrectly
 2016-07-31  5:06 UTC  (3+ messages)

[PATCH] net/sctp: terminate rhashtable walk correctly
 2016-07-26  0:44 UTC  (3+ messages)

[PATCH net-next] sctp: also point GSO head_skb to the sk when it's available
 2016-07-25 18:25 UTC  (2+ messages)

[PATCH net] sctp: fix BH handling on socket backlog
 2016-07-25 18:22 UTC  (2+ messages)

[PATCH net-next] sctp: use inet_recvmsg to support sctp RFS well
 2016-07-25 17:56 UTC  (3+ messages)

[PATCH net-next] sctp: support ipv6 nonlocal bind
 2016-07-25 17:46 UTC  (3+ messages)

packet->transport->asoc = NULL in sctp_packet_transmit
 2016-07-24  8:14 UTC  (11+ messages)

[PATCH] net/sctp: always initialise sctp_ht_iter::start_fail
 2016-07-23 14:15 UTC  (4+ messages)

[PATCH net-next] sctp: fix GSO for IPv6
 2016-07-17  5:02 UTC  (2+ messages)

[PATCH net-next] sctp: recvmsg should be able to run even if sock is in closing state
 2016-07-17  5:02 UTC  (2+ messages)

[PATCH net-next 0/6] sctp: allow GSO frags to access the chunk too
 2016-07-14  1:10 UTC  (8+ messages)
` [PATCH net-next 1/6] sctp: allow others to use sctp_input_cb
` [PATCH net-next 2/6] sctp: reorder sctp_ulpevent and shrink msg_flags
` [PATCH net-next 3/6] sctp: allow GSO frags to access the chunk too
` [PATCH net-next 4/6] sctp: avoid identifying address family many times for a chunk
` [PATCH net-next 5/6] sctp: do not clear chunk->ecn_ce_done flag
` [PATCH net-next 6/6] sctp: only check for ECN if peer is using it

[PATCH net-next 0/6] sctp: implement rfc7496 in sctp
 2016-07-11 20:25 UTC  (10+ messages)
` [PATCH net-next 1/6] sctp: add SCTP_PR_SUPPORTED on sctp sockopt
  ` [PATCH net-next 2/6] sctp: add SCTP_DEFAULT_PRINFO into "
    ` [PATCH net-next 3/6] sctp: add SCTP_PR_ASSOC_STATUS on "
      ` [PATCH net-next 4/6] sctp: implement prsctp TTL policy
        ` [PATCH net-next 5/6] sctp: implement prsctp RTX policy
          ` [PATCH net-next 6/6] sctp: implement prsctp PRIO policy

[PATCH] sctp: fix panic when sending auth chunks
 2016-07-09  4:08 UTC  (2+ messages)

No COOKIE_ECHO after INIT_ACK
 2016-06-17  5:13 UTC  (2+ messages)

[PATCH net-next] sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrate
 2016-06-16 21:26 UTC  (5+ messages)

[PATCH -next] sctp: fix error return code in __sctp_connect()
 2016-06-15  6:46 UTC  (5+ messages)
` [PATCH -next] sctp: fix error return code in sctp_init()

[lkp] [sctp] d46e416c11: WARNING: CPU: 2 PID: 727 at net/ipv4/af_inet.c:685 inet_accept+0x10d/0x
 2016-06-13 16:04 UTC 

[PATCHv4 net-next] sctp: sctp should change socket state when shutdown is received
 2016-06-11  6:21 UTC  (3+ messages)

[PATCHv3 net-next] sctp: sctp should change socket state when shutdown is received
 2016-06-09 13:42 UTC  (3+ messages)

[PATCHv2 net-next] sctp: sctp should change socket state when shutdown is received
 2016-06-08 12:05 UTC  (10+ messages)

sctp: Add GSO support
 2016-06-06 21:07 UTC  (4+ messages)

[PATCH v3 0/7] sctp: Add GSO support
 2016-06-03 23:37 UTC  (9+ messages)
` [PATCH v3 1/7] loopback: make use of NETIF_F_GSO_SOFTWARE
` [PATCH v3 2/7] skbuff: export skb_gro_receive
` [PATCH v3 3/7] sk_buff: allow segmenting based on frag sizes
` [PATCH v3 4/7] skbuff: introduce skb_gso_validate_mtu
` [PATCH v3 5/7] sctp: delay as much as possible skb_linearize
` [PATCH v3 6/7] sctp: Add GSO support
` [PATCH v3 7/7] sctp: improve debug message to also log curr pkt and new chunk size

[PATCH net-next] sctp: sctp should change socket state when shutdown is received
 2016-06-02  6:09 UTC  (3+ messages)

[PATCH v2 0/7] sctp: Add GSO support
 2016-05-31 20:47 UTC  (11+ messages)
` [PATCH v2 1/7] loopback: make use of NETIF_F_GSO_SOFTWARE
` [PATCH v2 2/7] skbuff: export skb_gro_receive
` [PATCH v2 3/7] sk_buff: allow segmenting based on frag sizes
` [PATCH v2 4/7] skbuff: introduce skb_gso_validate_mtu
` [PATCH v2 5/7] sctp: delay as much as possible skb_linearize
` [PATCH v2 6/7] sctp: Add GSO support
` [PATCH v2 7/7] sctp: improve debug message to also log curr pkt and new chunk size

[PATCHv2 net] sctp: sctp_diag should dump sctp socket type
 2016-05-31 18:59 UTC  (4+ messages)

Hello
 2016-05-29  0:44 UTC 

[PATCH net] sctp: sctp_diag should dump sctp socket type
 2016-05-27 16:06 UTC  (5+ messages)

[PATCH net] sctp: fix double EPs display in sctp_diag
 2016-05-26  5:14 UTC  (3+ messages)

Your Audience
 2016-05-25 10:05 UTC 

(no subject)
 2016-05-15 10:06 UTC 

sctp_getpaddrs() on a SHUTDOWN association
 2016-05-14  2:29 UTC  (2+ messages)

New lksctp-tools release: 1.0.17
 2016-05-09 20:53 UTC 

Клиентские базы т� =?utf-8?B?tdC7ICs3OTEzMzkxMzgzNyAoVmliZXIsI
 2016-05-08 16:05 UTC 

[PATCH 0/2] sctp: Add GSO support
 2016-05-03 16:47 UTC  (8+ messages)
` [PATCH 1/2] skbuff: export skb_gro_receive
` [PATCH 2/2] sctp: Add GSO support

我的相册在
 2016-05-02  6:00 UTC 

[PATCH] sctp: signal sk_data_ready earlier on data chunks reception
 2016-05-02  1:06 UTC  (2+ messages)

[PATCH v3 0/2] sctp: delay calls to sk_data_ready() as much as possible
 2016-04-29 16:28 UTC  (11+ messages)

我的相片在
 2016-04-27 23:52 UTC  (2+ messages)

[PATCH net-next] sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy is
 2016-04-26 19:19 UTC  (2+ messages)
` [PATCH net-next] sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy

我的照片在:
 2016-04-25  5:01 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).