messages from 2012-08-04 21:34:43 to 2012-11-17 06:39:49 UTC [more...]
[PATCH] sctp: use bitmap_weight
2012-11-17 6:39 UTC
[PATCH v2 net-next] sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS c
2012-11-16 21:47 UTC (3+ messages)
` [PATCH v2 net-next] sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STA
[PATCHv2] sctp: fix /proc/net/sctp/ memory leak
2012-11-15 21:48 UTC (3+ messages)
[PATCH] sctp: fix /proc/net/sctp/ memory leak
2012-11-15 13:13 UTC (5+ messages)
[Lksctp-developers] route/dst_entry caching issue
2012-11-14 15:44 UTC (4+ messages)
[PATCH v2]sctp: Error in calculation of RTTvar
2012-11-13 14:57 UTC (2+ messages)
Interested in contributing code to LKSCTP
2012-11-06 8:17 UTC (7+ messages)
[PATCH v3] sctp: Clean up type-punning in sctp_cmd_t union
2012-11-03 18:55 UTC (3+ messages)
[PATCH net-next] sctp: support per-association stats via a new SCTP_GET_ASSOC_STATS call
2012-10-29 20:11 UTC (11+ messages)
[PATCH] sctp: Clean up type-punning in sctp_cmd_t union
2012-10-29 19:04 UTC (18+ messages)
` [PATCH v2] "
[PATCH] MAINTAINERS: Add myself to list of SCTP maintainers
2012-10-26 6:23 UTC (3+ messages)
[PATCH] Make hmac algorithm selection for cookie generation dynamic
2012-10-26 6:22 UTC (10+ messages)
` [PATCH v2] sctp: "
net,sctp: oops in sctp_do_sm
2012-10-22 15:19 UTC (2+ messages)
Fw: [Bug 49131] New: sctp related kernel panic
2012-10-19 23:58 UTC
[PATCH net-next 00/21] treewide: Use consistent api style for address testing
2012-10-19 3:55 UTC
Missing MIB's?
2012-10-17 14:37 UTC (2+ messages)
[PATCH] sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()
2012-10-16 18:56 UTC (3+ messages)
Business-Darlehen
2012-10-15 20:04 UTC
[PATCH] net: sctp: Fix typo in socket.c
2012-10-08 12:38 UTC (2+ messages)
[RFC PATCH 1/2] sctp: fix a typo in prototype of __sctp_rcv_lookup()
2012-10-05 7:37 UTC (9+ messages)
` [RFC PATCH 2/2] sctp: check src addr when processing SACK to update transport state
[ 111/180] sctp: Fix list corruption resulting from freeing an association on a list
2012-10-01 22:53 UTC
Please am dying of breast cancer !!!
2012-10-01 12:09 UTC
[PATCH] sctp: check dst validity after IPsec operations
2012-09-22 16:49 UTC (52+ messages)
` [PATCH RFC net-next 0/2] Take care of xfrm policy when checking dst entries
` [PATCH 1/2] dst: take into account policy update on check()
` [PATCH net-next v2] Take care of xfrm policy when checking dst entries
` [PATCH net-next v2 1/4] netns: move net->ipv4.rt_genid to net->rt_genid
` [PATCH net-next v2 2/4] xfrm: invalidate dst on policy insertion/deletion
` [PATCH net-next v3 0/4] Take care of xfrm policy when checking dst entries
` [PATCH net-next v3 1/4] netns: move net->ipv4.rt_genid to net->rt_genid
` [PATCH net-next v3 2/4] xfrm: invalidate dst on policy insertion/deletion
` [PATCH net-next v3 3/4] ipv6: use net->rt_genid to check dst validity
` [PATCH net-next v3 4/4] ipv6: use DST_* macro to set obselete field
` [PATCH net-next v2 3/4] ipv6: use net->rt_genid to check dst validity
` [PATCH net-next v2 4/4] ipv6: use DST_* macro to set obselete field
` [PATCH 2/2] ipv6: remove rt6i_flow_cache_genid field in rt6_info
[PATCH] sctp: use list_move_tail instead of list_del/list_add_tail
2012-09-04 18:16 UTC (2+ messages)
[PATCH] sctp: Don't charge for data in sndbuf again when transmitting packet
2012-09-03 17:24 UTC (3+ messages)
[patch] sctp: fix bogus if statement in sctp_auth_recv_cid()
2012-08-16 20:37 UTC (3+ messages)
[PATCH 00/13] SCTP: Enable netns
2012-08-15 6:10 UTC (43+ messages)
` [PATCH net-next 0/9] sctp: Basic support for network namespaces
` [PATCH net-next 1/9] sctp: Make the port hash table use struct net in it's key
` [PATCH net-next 2/9] sctp: Make the endpoint hashtable handle multiple network namespaces
` [PATCH net-next 3/9] sctp: Make the association "
` [PATCH net-next 4/9] sctp: Make the address lists per network namespace
` [PATCH net-next 5/9] sctp: Make the ctl_sock "
` [PATCH net-next 6/9] sctp: Move the percpu sockets counter out of sctp_proc_init
` [PATCH net-next 7/9] sctp: Make the proc files per network namespace
` [PATCH net-next 8/9] sctp: Enable sctp in all network namespaces
` [PATCH net-next 9/9] sctp: Make the mib per network namespace
` [PATCH net-next 0/7] sctp: network namespace support Part 2: per net tunables
` [PATCH net-next 1/7] sctp: Add infrastructure for per net sysctls
` [PATCH net-next 2/7] sctp: Push struct net down to sctp_chunk_event_lookup
` [PATCH net-next 3/7] sctp: Push struct net down into sctp_transport_init
` [PATCH net-next 4/7] sctp: Push struct net down into sctp_in_scope
` [PATCH net-next 6/7] sctp: Push struct net down into sctp_verify_ext_param
` [PATCH net-next 7/7] sctp: Make sysctl tunables per net
[ 30/49] sctp: Fix list corruption resulting from freeing an association on a list
2012-08-07 22:44 UTC
[ 083/109] sctp: Fix list corruption resulting from freeing an association on a list
2012-08-07 22:35 UTC
[PATCH 01/13] SCTP: Preparation for namespace enablement
2012-08-06 19:31 UTC (2+ messages)
[PATCH 02/13] SCTP: register protocol for namespace handling
2012-08-05 1:26 UTC
[PATCH 13/13] SCTP: make socket-initialization use per-namespace protocol parameters
2012-08-04 21:34 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).