Commit Graph

189 Commits (088ccb53a341b5c0afab67e392b053ebb0bf7b2b)

Author SHA1 Message Date
Andrei Pelinescu-Onciul 5fdd4baef6 sctp: on T3_RTX retransmit all the in-flight chunks 15 years ago
Vlad Yasevich 409b95aff3 sctp: Set source addresses on the association before adding transports 15 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Wei Yongjun 9237ccbc0b sctp: turn flags in 'struct sctp_association' into bit fields 16 years ago
Bhaskar Dutta 723884339f sctp: Sysctl configuration for IPv4 Address Scoping 16 years ago
Vlad Yasevich a803c94230 sctp: Turn flags in 'sctp_packet' into bit fields 16 years ago
Vlad Yasevich f68b2e05f3 sctp: Fix SCTP_MAXSEG socket option to comply to spec. 16 years ago
Vlad Yasevich cb95ea32a4 sctp: Don't do NAGLE delay on large writes that were fragmented small 16 years ago
Vlad Yasevich 4d3c46e683 sctp: drop a_rwnd to 0 when receive buffer overflows. 16 years ago
Vlad Yasevich 9c5c62be2f sctp: Send user messages to the lower layer as one 16 years ago
Vlad Yasevich bec9640bb0 sctp: Disallow new connection on a closing socket 16 years ago
Rami Rosen b4e8c6a7e6 sctp: remove unused union (sctp_cmsg_data_t) definition 16 years ago
Jan Engelhardt 36cbd3dcc1 net: mark read-only arrays as const 16 years ago
Herbert Xu d55d87fdff net: Move rx skb_orphan call to where needed 16 years ago
Vlad Yasevich c6ba68a266 sctp: support non-blocking version of the new sctp_connectx() API 16 years ago
Wei Yongjun 9919b455fc sctp: fix to choose alternate destination when retransmit ASCONF chunk 16 years ago
Vlad Yasevich 8d2f9e8116 sctp: Clean up TEST_FRAME hacks. 16 years ago
Vlad Yasevich 7e99013a50 sctp: Fix broken RTO-doubling for data retransmits 16 years ago
Vlad Yasevich 914e1c8b69 sctp: Inherit all socket options from parent correctly. 16 years ago
Vlad Yasevich faee47cdbf sctp: Fix the RTO-doubling on idle-link heartbeats 16 years ago
Vlad Yasevich 4458f04c02 sctp: Clean up sctp checksumming code 16 years ago
Lucas Nussbaum 06e868066e sctp: Allow to disable SCTP checksums via module parameter 16 years ago
Vlad Yasevich 9c5ff5f75d sctp: Fix crc32c calculations on big-endian arhes. 16 years ago
Wei Yongjun aea3c5c05d sctp: Implement socket option SCTP_GET_ASSOC_NUMBER 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Harvey Harrison 3685f25de1 misc: replace NIPQUAD() 17 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 17 years ago
Harvey Harrison 0c6ce78abf net: replace uses of NIP6_FMT with %p6 17 years ago
Wei Yongjun 2e3f92dad6 sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state 17 years ago
Harvey Harrison d5c003b4d1 include: replace __FUNCTION__ with __func__ 17 years ago
Vlad Yasevich 02015180e2 sctp: shrink sctp_tsnmap some more by removing gabs array 17 years ago
Vlad Yasevich 8e1ee18c33 sctp: Rework the tsn map to use generic bitmap. 17 years ago
Vlad Yasevich 52cae8f06b sctp: try harder to figure out address family when checking wildcards 17 years ago
Neil Horman c226ef9b83 sctp: reduce memory footprint of sctp_chunk structure 17 years ago
Wei Yongjun ba0166708e sctp: Fix kernel panic while process protocol violation parameter 17 years ago
David S. Miller 3d09274cc9 sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). 17 years ago
Herbert Xu f880374c2f sctp: Drop ipfargok in sctp_xmit function 17 years ago
Adrian Bunk abd0b198ea sctp: make sctp_outq_flush() static 17 years ago
Harvey Harrison 336d3262df sctp: remove unnecessary byteshifting, calculate directly in big-endian 17 years ago
Vlad Yasevich 7dab83de50 sctp: Support ipv6only AF_INET6 sockets. 17 years ago
Vlad Yasevich 2e3216cd54 sctp: Follow security requirement of responding with 1 packet 17 years ago
David S. Miller 8ce9c6ede1 sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused. 17 years ago
Vlad Yasevich b9031d9d87 sctp: Fix ECN markings for IPv6 17 years ago
Vlad Yasevich 62aeaff5cc sctp: Start T3-RTX timer when fast retransmitting lowest TSN 17 years ago
Vlad Yasevich a646523481 sctp: Correctly implement Fast Recovery cwnd manipulations. 17 years ago
YOSHIFUJI Hideaki e51171019b [SCTP]: Fix NULL dereference of asoc. 17 years ago
Neil Horman 20c2c1fd6c sctp: add sctp/remaddr table to complete RFC remote address table OID 17 years ago
Vlad Yasevich 88a0a948e7 sctp: Support the new specification of sctp_connectx() 17 years ago
Wei Yongjun d364d9276b sctp: Bring SCTP_DELAYED_ACK socket option into API compliance 17 years ago
Vlad Yasevich ab38fb04c9 [SCTP]: Fix compiler warning about const qualifiers 17 years ago