public inbox for linux-sctp@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-08 11:26:27 to 2014-07-09 16:28:14 UTC [more...]

Ooops with SCTP
 2014-07-09 16:28 UTC  (11+ messages)

[PATCH net-next 0/5] SCTP updates
 2014-07-09 16:12 UTC  (20+ messages)
` [PATCH net-next 1/5] net: sctp: fix information leaks in ulpevent layer
` [PATCH net-next 5/5] net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support

[PATCH net-next 2/5] net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support
 2014-07-09 15:44 UTC  (9+ messages)

[PATCH net-next v2 3/3] net: sctp: Add partial support for MSG_MORE on SCTP
 2014-07-09  8:29 UTC 

[PATCH net-next v2 2/3] net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY
 2014-07-09  8:29 UTC 

[PATCH v2 net-next 1/3] net: sctp: Open out the check for Nagle
 2014-07-09  8:29 UTC 

[PATCH v2 net-next 0/3] net: sctp: Add partial MSG_MORE support to SCTP
 2014-07-09  8:29 UTC 

[PATCH net-next v2 0/3] net: sctp: Optimisations to sctp command queue code
 2014-07-08 21:39 UTC  (2+ messages)

[PATCH net-next 3/5] net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support
 2014-07-08  8:51 UTC  (4+ messages)

SCTP Multihoming Heartbeat ACK Behavior
 2014-07-07 11:41 UTC  (10+ messages)

[PATCH net-next 4/5] net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support
 2014-07-04 21:05 UTC 

[PATCH net-next v2 3/3] net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]
 2014-07-04 14:35 UTC 

[PATCH net-next v2 2/3] net: sctp: Optimise the way 'sctp_arg_t' values are initialised
 2014-07-04 14:35 UTC 

[PATCH net-next v2 1/3] net: sctp: Inline the functions from command.c
 2014-07-04 14:35 UTC 

Re[2]: SCTP Multihoming Heartbeat ACK Behavior
 2014-07-04 10:33 UTC  (4+ messages)

[PATCH net-next 2/3] net: sctp: Optimise the way 'sctp_arg_t' values are initialised
 2014-07-03  1:46 UTC  (7+ messages)

[PATCH net-next 0/2] Misc SCTP updates
 2014-07-03  1:44 UTC  (6+ messages)
` [PATCH net-next 1/2] net: sctp: improve timer slack calculation for transport HBs
` [PATCH net-next 2/2] net: sctp: only warn in proc_sctp_do_alpha_beta if write

[PATCH net-next 1/3] net: sctp: Inline the functions from command.c
 2014-07-01 11:38 UTC  (2+ messages)

[PATCH net-next 3/3] net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]
 2014-06-30 13:01 UTC 

[PATCH net-next 0/3] net: sctp: Optimisations to sctp command queue code
 2014-06-30 13:00 UTC 

Information about SCTP patch
 2014-06-27 20:06 UTC  (3+ messages)

Your Family
 2014-06-27 11:44 UTC 

[PATCH net-next] sctp: Add partially support for MSG_MORE to SCTP
 2014-06-25 10:28 UTC  (4+ messages)

[PATCH net] net: sctp: check proc_dointvec result in proc_sctp_do_auth
 2014-06-20  4:31 UTC  (4+ messages)

[PATCH net-next 0/5] SCTP update
 2014-06-19 13:46 UTC  (13+ messages)
` [PATCH net-next 1/5] ktime: add ktime_after and ktime_before helper
` [PATCH net-next 2/5] net: sctp: refactor active path selection
` [PATCH net-next 3/5] net: sctp: migrate most recently used transport to ktime
` [PATCH net-next 4/5] net: sctp: improve sctp_select_active_and_retran_path selection
` [PATCH net-next 5/5] net: sctp: fix incorrect type in gfp initializer

[PATCH net] net: sctp: propagate sysctl errors from proc_do* properly
 2014-06-19  0:03 UTC  (2+ messages)

[PATCH net-next 0/6] A step closer to RFC 6458 compliancy
 2014-06-18 23:33 UTC  (36+ messages)
` [PATCH net-next 1/6] Support for SCTP_RECVRCVINFO socket option
` [PATCH net-next 2/6] Support for SCTP_RCVINFO ancillary data
` [PATCH net-next 3/6] Support for SCTP_SNDINFO "
` [PATCH net-next 4/6] Support for SCTP_NXTINFO socket option
` [PATCH net-next 5/6] Support for receiving SCTP_NXTINFO ancillary data
` [PATCH net-next 6/6] Support for SCTP_DEFAULT_SNDINFO socket option

[PATCH net] net: sctp: fix permissions for rto_alpha and rto_beta knobs
 2014-06-15  8:18 UTC  (2+ messages)

[PATCH RFC] sctp: optimise sctp/command.[ch]
 2014-06-13 16:12 UTC 

[PATCH v2] sctp: Fix sk_ack_backlog wrap-around problem
 2014-06-12 17:38 UTC  (4+ messages)

[PATCH] sctp: Fix sk_ack_backlog wrap-around problem
 2014-06-12  1:38 UTC  (4+ messages)

[PATCH v3 net-next 0/5] SCTP update
 2014-06-11 19:23 UTC  (8+ messages)
` [PATCH v3 net-next 1/5] ktime: add ktime_after and ktime_before helper
` [PATCH v3 net-next 2/5] net: sctp: refactor active path selection
` [PATCH v3 net-next 3/5] net: sctp: migrate most recently used transport to ktime
` [PATCH v3 net-next 4/5] net: sctp: improve sctp_select_active_and_retran_path selection
` [PATCH v3 net-next 5/5] net: sctp: fix incorrect type in gfp initializer

[PATCH v2 net-next 0/5] SCTP update
 2014-06-11 15:52 UTC  (10+ messages)
` [PATCH v2 net-next 1/5] ktime: add ktime_after and ktime_before helper
` [PATCH v2 net-next 2/5] net: sctp: refactor active path selection
` [PATCH v2 net-next 3/5] net: sctp: migrate most recently used transport to ktime
` [PATCH v2 net-next 4/5] net: sctp: improve sctp_select_active_and_retran_path selection
` [PATCH v2 net-next 5/5] net: sctp: fix incorrect type in gfp initializer

sctp bug: sk_ack_backlog wrap-around problem
 2014-06-10 11:33 UTC  (2+ messages)

[PATCH] lksctp-tools: make bind_test can do while disable IPV6
 2014-05-24 21:47 UTC  (4+ messages)

[PATCH lksctp-tools] A few things that should get the API closer to RFC6458 compliancy
 2014-05-23 14:59 UTC  (3+ messages)

Hello From KM
 2014-05-15 22:42 UTC 

[net-next 0/2] sctp: fix kfree static array pointer in sctp_sysctl_net_unregister
 2014-05-09 20:41 UTC  (5+ messages)
` [net-next 1/2] Revert "sctp: optimize the sctp_sysctl_net_register"
` [net-next 2/2] sctp: add a checking for sctp_sysctl_net_register

Contact Dhl office for your atm card
 2014-05-08 15:54 UTC 

[PATCH net-next] sctp: add a checking for sctp_sysctl_net_register
 2014-05-08 11:57 UTC  (6+ messages)

[PATCH net-next] sctp: fix kfree static array pointer in sctp_sysctl_net_unregister
 2014-05-08 11:55 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox