messages from 2017-11-27 12:26:23 to 2017-12-21 13:16:51 UTC [more...]
[PATCH net-next v4 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
2017-12-21 13:16 UTC (14+ messages)
` [PATCH net-next v4 1/6] net: tcp: Add trace events for TCP congestion window tracing
` [PATCH net-next v4 2/6] net: tcp: Remove TCP probe module
` [PATCH net-next v4 3/6] net: sctp: Add SCTP ACK tracking trace event
` [PATCH net-next v4 4/6] net: sctp: Remove debug SCTP probe module
` [PATCH net-next v4 5/6] net: dccp: Add DCCP sendmsg trace event
` [PATCH net-next v4 6/6] net: dccp: Remove dccpprobe module
[v2 PATCH -tip 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
2017-12-20 1:44 UTC (12+ messages)
` [v2 PATCH -tip 1/6] net: tcp: Add trace events for TCP congestion window tracing
` [v2 PATCH -tip 2/6] net: tcp: Remove TCP probe module
` [v2 PATCH -tip 3/6] net: sctp: Add SCTP ACK tracking trace event
` [v2 PATCH -tip 4/6] net: sctp: Remove debug SCTP probe module
` [v2 PATCH -tip 5/6] net: dccp: Add DCCP sendmsg trace event
` [v2 PATCH -tip 6/6] net: dccp: Remove dccpprobe module
[PATCH -tip v3 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
2017-12-20 1:05 UTC (9+ messages)
` [PATCH -tip v3 1/6] net: tcp: Add trace events for TCP congestion window tracing
` [PATCH -tip v3 2/6] net: tcp: Remove TCP probe module
` [PATCH -tip v3 3/6] net: sctp: Add SCTP ACK tracking trace event
` [PATCH -tip v3 4/6] net: sctp: Remove debug SCTP probe module
` [PATCH -tip v3 5/6] net: dccp: Add DCCP sendmsg trace event
` [PATCH -tip v3 6/6] net: dccp: Remove dccpprobe module
[PATCH net] sctp: add SCTP_CID_RECONF conversion in sctp_cname
2017-12-19 4:07 UTC (5+ messages)
[PATCH net] sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
2017-12-18 18:22 UTC (3+ messages)
[PATCHv2 net-next 0/8] sctp: Implement Stream Interleave: Interaction with Other SCTP Extensions
2017-12-15 18:53 UTC (19+ messages)
` [PATCHv2 net-next 1/8] sctp: add basic structures and make chunk function for ifwdtsn
` [PATCHv2 net-next 2/8] sctp: implement generate_ftsn for sctp_stream_interleave
` [PATCHv2 net-next 3/8] sctp: implement validate_ftsn "
` [PATCHv2 net-next 4/8] sctp: implement report_ftsn "
` [PATCHv2 net-next 5/8] sctp: implement handle_ftsn "
` [PATCHv2 net-next 6/8] sctp: add stream interleave support in stream scheduler
` [PATCHv2 net-next 7/8] sctp: update mid instead of ssn when doing stream and asoc reset
` [PATCHv2 net-next 8/8] sctp: support sysctl to allow users to use stream interleave
[PATCH 2/4] sctp: Add ip option support
2017-12-15 14:02 UTC (8+ messages)
KASAN: use-after-free Read in refcount_inc_not_zero
2017-12-14 19:07 UTC
How to restrict SCTP abort during a process crash
2017-12-14 10:40 UTC (9+ messages)
[PATCH net-next 0/8] sctp: Implement Stream Interleave: Interaction with Other SCTP Extensions
2017-12-12 14:02 UTC (15+ messages)
` [PATCH net-next 1/8] sctp: add basic structures and make chunk function for ifwdtsn
` [PATCH net-next 2/8] sctp: implement generate_ftsn for sctp_stream_interleave
` [PATCH net-next 3/8] sctp: implement validate_ftsn "
` [PATCH net-next 4/8] sctp: implement report_ftsn "
` [PATCH net-next 5/8] sctp: implement handle_ftsn "
` [PATCH net-next 6/8] sctp: add stream interleave support in stream scheduler
` [PATCH net-next 7/8] sctp: update mid instead of ssn when doing stream and asoc reset
` [PATCH net-next 8/8] sctp: support sysctl to allow users to use stream interleave
[PATCH net] sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
2017-12-11 19:09 UTC (6+ messages)
[PATCHv2 net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message
2017-12-11 16:23 UTC (30+ messages)
` [PATCHv2 net-next 01/12] sctp: add stream interleave enable members and sockopt
` [PATCHv2 net-next 02/12] sctp: add asoc intl_enable negotiation during 4 shakehands
` [PATCHv2 net-next 03/12] sctp: add basic structures and make chunk function for idata
` [PATCHv2 net-next 04/12] sctp: implement make_datafrag for sctp_stream_interleave
` [PATCHv2 net-next 05/12] sctp: implement assign_number "
` [PATCHv2 net-next 06/12] sctp: implement validate_data "
` [PATCHv2 net-next 07/12] sctp: implement ulpevent_data "
` [PATCHv2 net-next 08/12] sctp: implement enqueue_event "
` [PATCHv2 net-next 09/12] sctp: implement renege_events "
` [PATCHv2 net-next 10/12] sctp: implement start_pd "
` [PATCHv2 net-next 11/12] sctp: implement abort_pd "
` [PATCHv2 net-next 12/12] sctp: add support for the process of unordered idata
` [PATCHv2 net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Mes
kernel BUG at net/core/skbuff.c:LINE! (2)
2017-12-10 5:12 UTC (8+ messages)
KASAN: slab-out-of-bounds Read in sctp_send_reset_streams
2017-12-09 11:58 UTC (2+ messages)
From Precious
2017-12-08 10:12 UTC
[PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message I
2017-12-08 3:45 UTC (25+ messages)
` [PATCH net-next 01/12] sctp: add stream interleave enable members and sockopt
` [PATCH net-next 02/12] sctp: add asoc intl_enable negotiation during 4 shakehands
` [PATCH net-next 03/12] sctp: add basic structures and make chunk function for idata
` [PATCH net-next 04/12] sctp: implement make_datafrag for sctp_stream_interleave
` [PATCH net-next 05/12] sctp: implement assign_number "
` [PATCH net-next 06/12] sctp: implement validate_data "
` [PATCH net-next 07/12] sctp: implement ulpevent_data "
` [PATCH net-next 08/12] sctp: implement enqueue_event "
` [PATCH net-next 09/12] sctp: implement renege_events "
` [PATCH net-next 10/12] sctp: implement start_pd "
` [PATCH net-next 11/12] sctp: implement abort_pd "
` [PATCH net-next 12/12] sctp: add support for the process of unordered idata
` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Messa
[PATCH V2] selinux: Add SCTP support
2017-12-07 23:37 UTC (5+ messages)
[PATCH 4/4] selinux: Add SCTP support
2017-12-04 11:40 UTC (5+ messages)
[PATCH net] sctp: use right member as the param of list_for_each_entry
2017-11-28 20:56 UTC (4+ messages)
[PATCH net 0/3] sctp: fix some other sparse errors
2017-11-28 16:00 UTC (9+ messages)
` [PATCH net 1/3] sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
` [PATCH net 2/3] sctp: force the params with right types for sctp csum apis
` [PATCH net 3/3] sctp: remove extern from stream sched
[PATCH net 0/3] a couple of fixes for chunks abandoned in prsctp
2017-11-27 19:52 UTC (9+ messages)
` [PATCH net 1/3] sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune
` [PATCH net 1/3] sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prun
` [PATCH net 2/3] sctp: abandon the whole msg if one part of a fragmented message is abandoned
` [PATCH net 3/3] sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags
` [PATCH net 3/3] sctp: do not abandon the other frags in unsent outq if one msg has outstanding f
[PATCH 3/4] sctp: Add LSM hooks
2017-11-27 19:31 UTC
[PATCH 1/4] security: Add support for SCTP security hooks
2017-11-27 19:30 UTC
[PATCH 0/4] Add SELinux SCTP protocol support
2017-11-27 19:30 UTC
[PATCH net 0/5] sctp: a bunch of fixes for stream reconfig
2017-11-27 15:43 UTC (13+ messages)
` [PATCH net 1/5] sctp: use sizeof(__u16) for each stream number length instead of magic number
` [PATCH net 2/5] sctp: only allow the out stream reset when the stream outq is empty
` [PATCH net 3/5] sctp: only allow the asoc reset when the asoc "
` [PATCH net 4/5] sctp: avoid flushing unsent queue when doing asoc reset
` [PATCH net 5/5] sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
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).