Commit Graph

58 Commits (234a0ca6f1d67ba4c3c3fc8378bbd98d722468e1)

Author SHA1 Message Date
Neil Horman 4d93df0abd [SCTP]: Rewrite of sctp buffer management code 18 years ago
Wei Yongjun 6f4c618ddb SCTP : Add paramters validity check for ASCONF chunk 18 years ago
Vlad Yasevich ece25dfa09 SCTP: Clean up OOTB handling and fix infinite loop processing 18 years ago
Vlad Yasevich d3f259687f SCTP: Explicitely discard OOTB chunks 18 years ago
Wei Yongjun 02c4e12c64 SCTP: Send ABORT chunk with correct tag in response to INIT ACK 18 years ago
Vlad Yasevich 609ee4679b SCTP: Abort on COOKIE-ECHO if backlog is exceeded. 18 years ago
Wei Yongjun d99fa42963 SCTP: Use net_ratelimit to suppress error messages print too fast 18 years ago
Wei Yongjun 00f1c2df2a SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly 18 years ago
Wei Yongjun aecedeab6f SCTP: drop SACK if ctsn is not less than the next tsn of assoc 18 years ago
YOSHIFUJI Hideaki 9cbcbf4e01 [NET] SCTP: Fix whitespace errors. 18 years ago
Vlad Yasevich 07d9396771 [SCTP]: Set assoc_id correctly during INIT collision. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Vlad Yasevich a5a35e7675 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Vlad Yasevich fb78525ae1 [SCTP]: Increment error counters on user requested HBs. 18 years ago
Vlad Yasevich 1845a579e0 [SCTP]: Strike the transport before updating rto. 18 years ago
YOSHIFUJI Hideaki d808ad9ab8 [NET] SCTP: Fix whitespace errors. 18 years ago
Brian Haley 1e5c11fc89 [SCTP]: Fix compiler warning. 18 years ago
Vlad Yasevich 610ab73ac4 [SCTP]: Correctly handle unexpected INIT-ACK chunk. 18 years ago
Vlad Yasevich d023f62945 [SCTP]: Verify some mandatory parameters. 18 years ago
Ivan Skytte Jorgensen 0f3fffd8ab [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. 18 years ago
Al Viro 34bcca2833 [SCTP]: Even more trivial sctp annotations. 18 years ago
Al Viro 2178eda826 [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. 18 years ago
Al Viro 7dd8a5821d [SCTP]: sctp_sf_send_restart_abort() is endian-agnostic. 18 years ago
Al Viro 16b0a03033 [SCTP]: Switch sctp_chunk ->dest to net-endian. 18 years ago
Al Viro d448388bda [SCTP]: sctp_transport_route() switched to net-endian. 18 years ago
Al Viro 6a1e5f3354 [SCTP]: sctp_process_init() and sctp_source() switched to net-endian. 18 years ago
Al Viro b488c7dd58 [SCTP]: sctp_transport_{init,new}() switched to net-endian. 18 years ago
Al Viro 9b1dfad011 [SCTP]: Switch sctp_cookie ->peer_addr to net-endian. 18 years ago
Al Viro 63de08f45b [SCTP]: Switch address inside the heartbeat opaque data to net-endian. 18 years ago
Al Viro be29681edf [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian. 18 years ago
Al Viro 5f242a13e8 [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian. 18 years ago
Al Viro 09ef7fecea [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. 18 years ago
Al Viro 5be291fe2d [SCTP]: SCTP_CMD_ASSOC_FAILED annotations. 18 years ago
Al Viro dc251b2b1c [SCTP]: SCTP_CMD_INIT_FAILED annotations. 18 years ago
Al Viro f94c0198dd [SCTP]: sctp_stop_t1_and_abort() annotations. 18 years ago
Vladislav Yasevich df7deeb540 [SCTP]: Cleanup nomem handling in the state functions. 19 years ago
Sridhar Samudrala ac0b046272 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. 19 years ago
Sridhar Samudrala c164a9ba0a Fix sctp privilege elevation (CVE-2006-3745) 19 years ago
Sridhar Samudrala 9faa730f1c [SCTP]: Set chunk->data_accepted only if we are going to accept it. 19 years ago
Sridhar Samudrala ad8fec1720 [SCTP]: Verify all the paths to a peer via heartbeat before using them. 19 years ago
Neil Horman d5b9f4c083 [SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer. 19 years ago
Vladislav Yasevich a601266e4f [SCTP]: Validate the parameter length in HB-ACK chunk. 19 years ago
Sridhar Samudrala 8de8c87380 [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. 19 years ago
Sridhar Samudrala 62b08083ec [SCTP]: Fix panic's when receiving fragmented SCTP control chunks. 19 years ago
Neil Horman 7c3ceb4fb9 [SCTP]: Allow spillover of receive buffer to avoid deadlock. 19 years ago
Vlad Yasevich e2c2fc2c8f [SCTP]: heartbeats exceed maximum retransmssion limit 19 years ago
Vlad Yasevich 81845c21dc [SCTP]: correct the number of INIT retransmissions 19 years ago
Tsutomu Fujii a7d1f1b66c [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly. 19 years ago