messages from 2017-01-23 15:58:10 to 2017-02-28 04:41:29 UTC [more...]
[PATCH net] sctp: call rcu_read_lock before checking for duplicate transport nodes
2017-02-28 4:41 UTC
net/sctp: use-after-free in sctp_hash_transport
2017-02-27 16:27 UTC
[RFC PATCH net-next 0/5] net: improve support for SCTP checksums
2017-02-27 15:11 UTC (13+ messages)
` [RFC PATCH net-next 1/5] skbuff: add stub to help computing crc32c on SCTP packets
` [RFC PATCH net-next 2/5] net: split skb_checksum_help
` [RFC PATCH net-next 3/5] net: introduce skb_sctp_csum_help
` [RFC PATCH net-next 4/5] net: more accurate checksumming in validate_xmit_skb
` [RFC PATCH net-next 5/5] Documentation: add description of skb_sctp_csum_help
Problem on SCTP
2017-02-27 15:06 UTC (28+ messages)
[PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
2017-02-27 10:48 UTC (15+ messages)
` [PATCH net-next 1/2] sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING
` [PATCH net-next 2/2] sctp: add support for MSG_MORE
[PATCH net] sctp: set sin_port for addr param when checking duplicate address
2017-02-27 2:25 UTC (2+ messages)
[PATCH net] sctp: deny peeloff operation on asocs with threads sleeping on it
2017-02-24 16:11 UTC (2+ messages)
sctp_sendv, sctp_recvv
2017-02-24 10:37 UTC (4+ messages)
netinet/sctp.h or linux/sctp.h?
2017-02-24 5:33 UTC (3+ messages)
RE:
2017-02-23 15:09 UTC
[RFC v2 PATCH 2/2] kernel: Add SELinux SCTP protocol support
2017-02-22 17:03 UTC
[RFC v2 PATCH 1/2] kernel: Add LSM hooks for SCTP support
2017-02-22 17:03 UTC
[RFC v2 PATCH 0/2] kernel: Add SELinux SCTP protocol support
2017-02-22 17:02 UTC
multihoming client question
2017-02-22 9:20 UTC (3+ messages)
[PATCH 4.4 14/20] sctp: avoid BUG_ON on sctp_wait_for_sndbuf
2017-02-21 19:54 UTC
Problem on SCTP
2017-02-21 18:51 UTC (2+ messages)
[PATCH net-next] sctp: sctp_transport_dst_check should check if transport pmtu is dst mtu
2017-02-19 23:19 UTC (2+ messages)
[PATCH net] sctp: check duplicate node before inserting a new transport
2017-02-19 23:19 UTC (6+ messages)
[PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf ssn reset request chunk
2017-02-19 23:18 UTC (9+ messages)
` [PATCHv2 net-next 1/7] sctp: add support for generating stream reconf resp chunk
` [PATCHv2 net-next 2/7] sctp: add support for generating stream ssn reset event notification
` [PATCHv2 net-next 3/7] sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P
` [PATCHv2 net-next 4/7] sctp: implement receiver-side procedures for the Incoming "
` [PATCHv2 net-next 5/7] sctp: add a function to verify the sctp reconf chunk
` [PATCHv2 net-next 6/7] sctp: add reconf chunk process
` [PATCHv2 net-next 7/7] sctp: add reconf chunk event
` [PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf ssn reset request ch
[PATCH net-next] sctp: change to use uint<size>_t in uapi sctp.h
2017-02-16 15:40 UTC (5+ messages)
[PATCHv4 net-next 0/7] net: dst_confirm replacement
2017-02-09 22:02 UTC (12+ messages)
` [PATCHv4 net-next 1/7] sock: add sk_dst_pending_confirm flag
` [PATCHv4 net-next 2/7] net: add dst_pending_confirm flag to skbuff
` [PATCHv4 net-next 3/7] sctp: add dst_pending_confirm flag
` [PATCHv4 net-next 4/7] tcp: replace dst_confirm with sk_dst_confirm
` [PATCHv4 net-next 5/7] net: add confirm_neigh method to dst_ops
` [PATCHv4 net-next 6/7] net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
` [PATCHv4 net-next 7/7] net: pending_confirm is not used anymore
[PATCHv6 net-next 0/6] sctp: add sender-side procedures for stream reconf asoc reset and add streams
2017-02-09 21:58 UTC (19+ messages)
` [PATCHv6 net-next 1/6] sctp: drop unnecessary __packed from some stream reconf structures
` [PATCHv6 net-next 2/6] sctp: streams should be recovered when it fails to send request
` [PATCHv6 net-next 3/6] sctp: add support for generating stream reconf ssn/tsn reset request chunk
` [PATCHv6 net-next 4/6] sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
` [PATCHv6 net-next 5/6] sctp: add support for generating stream reconf add incoming/outgoing streams
` [PATCHv6 net-next 6/6] sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ
` [PATCHv6 net-next 6/6] sctp: implement sender-side procedures for Add Incoming/Outgoing Streams
` [PATCHv6 net-next 5/6] sctp: add support for generating stream reconf add incoming/outgoing stre
` [PATCHv6 net-next 4/6] sctp: implement sender-side procedures for SSN/TSN Reset Request Paramete
` [PATCHv6 net-next 3/6] sctp: add support for generating stream reconf ssn/tsn reset request chun
` [PATCHv6 net-next 0/6] sctp: add sender-side procedures for stream reconf asoc reset and add str
net/sctp: null-ptr-deref in sctp_put_port/sctp_endpoint_destroy
2017-02-09 17:22 UTC
[PATCH net-next] sctp: avoid list_del_init if it's freeing the memory right away
2017-02-08 19:57 UTC (5+ messages)
[PATCH net-next] sctp: drop __packed from almost all SCTP structures
2017-02-07 19:11 UTC (2+ messages)
[PATCH net] sctp: check af before verify address in sctp_addr_id2transport
2017-02-07 19:08 UTC (3+ messages)
[PATCH net] sctp: avoid BUG_ON on sctp_wait_for_sndbuf
2017-02-07 17:55 UTC (3+ messages)
net/sctp: GPF in sctp_addr_id2transport
2017-02-07 11:56 UTC (3+ messages)
[PATCH net-next] sctp: process fwd tsn chunk only when prsctp is enabled
2017-02-06 16:57 UTC (3+ messages)
[RFC PATCH 1/1] kernel: Add SELinux SCTP protocol support
2017-02-06 14:30 UTC (6+ messages)
[PATCH 3.10 257/319] net: sctp, forbid negative length
2017-02-05 19:21 UTC
[PATCHv3 net-next 0/7] net: dst_confirm replacement
2017-02-03 10:08 UTC (14+ messages)
` [PATCHv3 net-next 1/7] sock: add sk_dst_pending_confirm flag
` [PATCHv3 net-next 2/7] net: add dst_pending_confirm flag to skbuff
` [PATCHv3 net-next 3/7] sctp: add dst_pending_confirm flag
` [PATCHv3 net-next 4/7] tcp: replace dst_confirm with sk_dst_confirm
` [PATCHv3 net-next 5/7] net: add confirm_neigh method to dst_ops
` [PATCHv3 net-next 6/7] net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
` [PATCHv3 net-next 7/7] net: pending_confirm is not used anymore
Bitte kontaktieren Sie mich für weitere Details!
2017-02-01 8:20 UTC
[PATCHv2 RFC net-next 0/7] net: dst_confirm replacement
2017-01-31 21:53 UTC (12+ messages)
` [PATCHv2 RFC net-next 1/7] sock: add sk_dst_pending_confirm flag
` [PATCHv2 RFC net-next 2/7] net: add dst_pending_confirm flag to skbuff
` [PATCHv2 RFC net-next 3/7] sctp: add dst_pending_confirm flag
` [PATCHv2 RFC net-next 4/7] tcp: replace dst_confirm with sk_dst_confirm
` [PATCHv2 RFC net-next 5/7] net: add confirm_neigh method to dst_ops
` [PATCHv2 RFC net-next 6/7] net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
` [PATCHv2 RFC net-next 7/7] net: pending_confirm is not used anymore
BUG at net/sctp/socket.c:7425
2017-01-30 11:19 UTC (3+ messages)
[PATCHv3 net-next 3/4] sctp: add support for generating stream reconf add incoming/outgoing stre
2017-01-29 18:41 UTC (10+ messages)
A PMTU auto-discovery error for large SCTP packets
2017-01-29 14:39 UTC (2+ messages)
(no subject)
2017-01-26 18:30 UTC
[PATCH net] sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment
2017-01-25 17:29 UTC (2+ messages)
[PATCH net] sctp: sctp_addr_id2transport should verify the addr before looking up assoc
2017-01-25 17:27 UTC (5+ messages)
Notice to appear in Court #97378100137331
2017-01-25 8:51 UTC
[PATCH][V3][net-next] net: sctp: fix array overrun read on sctp_timer_tbl
2017-01-24 20:24 UTC (4+ messages)
[PATCHv5 net-next 0/5] sctp: add sender-side procedures for stream reconf asoc reset and add streams
2017-01-24 13:11 UTC (3+ messages)
` [PATCHv5 net-next 0/5] sctp: add sender-side procedures for stream reconf asoc reset and add str
[PATCHv3 net-next 0/4] sctp: add sender-side procedures for stream reconf asoc reset and add streams
2017-01-24 13:10 UTC (10+ messages)
` [PATCHv3 net-next 4/4] sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ
` [PATCHv3 net-next 4/4] sctp: implement sender-side procedures for Add Incoming/Outgoing Streams
[patch net-next] sctp: fix some debug output
2017-01-24 13:00 UTC (6+ messages)
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).