Commit Graph

602 Commits (7b183d0d432ab3525ae29511a5348ead3e790620)

Author SHA1 Message Date
Andrei Pelinescu-Onciul 5fdd4baef6 sctp: on T3_RTX retransmit all the in-flight chunks 15 years ago
Vlad Yasevich a78102e74e sctp: Set socket source address when additing first transport 15 years ago
Vlad Yasevich f9c67811eb sctp: Fix regression introduced by new sctp_connectx api 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
Jan Beulich 4481374ce8 mm: replace various uses of num_physpages by totalram_pages 16 years ago
Alexey Dobriyan 41135cc836 net: constify struct inet6_protocol 16 years ago
Alexey Dobriyan 32613090a9 net: constify struct net_protocol 16 years ago
Vlad Yasevich f1751c57f7 sctp: Catch bogus stream sequence numbers 16 years ago
Wei Yongjun be2971438d sctp: remove dup code in net/sctp/output.c 16 years ago
Bhaskar Dutta 723884339f sctp: Sysctl configuration for IPv4 Address Scoping 16 years ago
Vlad Yasevich 8da645e101 sctp: Get rid of an extra routing lookup when adding a transport. 16 years ago
Vlad Yasevich 4007cc88ce sctp: Correctly track if AUTH has been bundled. 16 years ago
Wei Yongjun d521c08f4c sctp: fix to reset packet information after packet transmit 16 years ago
Vlad Yasevich 31b02e1549 sctp: Failover transmitted list on transport delete 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 b29e790728 sctp: Nagle delay should be based on path mtu 16 years ago
Vlad Yasevich d4d6fb5787 sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN. 16 years ago
Vlad Yasevich 4d3c46e683 sctp: drop a_rwnd to 0 when receive buffer overflows. 16 years ago
Vlad Yasevich 33ce828131 sctp: Clear fast_recovery on the transport when T3 timer expires. 16 years ago
Vlad Yasevich b9f8478682 sctp: Fix error count increments that were results of HEARTBEATS 16 years ago
Alexey Dobriyan d71a09ed55 sctp: use proc_create() 16 years ago
Wei Yongjun dadb50cc1a sctp: fix check the chunk length of received HEARTBEAT-ACK chunk 16 years ago
Wei Yongjun a2f36eec56 sctp: drop SHUTDOWN chunk if the TSN is less than the CTSN 16 years ago
Vlad Yasevich 9c5c62be2f sctp: Send user messages to the lower layer as one 16 years ago
Vlad Yasevich 5d7ff261ef sctp: Try to encourage SACK bundling with DATA. 16 years ago
Vlad Yasevich e83963b769 sctp: Generate SACKs when actually sending outbound DATA 16 years ago
Vlad Yasevich 3e62abf92f sctp: Fix data segmentation with small frag_size 16 years ago
Vlad Yasevich bec9640bb0 sctp: Disallow new connection on a closing socket 16 years ago
Doug Graham af87b823ca sctp: Fix piggybacked ACKs 16 years ago
Vlad Yasevich 40187886bc sctp: release cached route when the transport goes down. 16 years ago
Wei Yongjun 3cd9749c0b sctp: update the route for non-active transports after addresses are added 16 years ago
Wei Yongjun 44e65c1ef1 sctp: check the unrecognized ASCONF parameter before access it 16 years ago
Wei Yongjun 425e0f6852 sctp: avoid overwrite the return value of sctp_process_asconf_ack() 16 years ago
Rafael Laufer 418372b0ab sctp: fix missing destroy of percpu counter variable in sctp_proc_exit() 16 years ago
Jan Engelhardt 36cbd3dcc1 net: mark read-only arrays as const 16 years ago
Wei Yongjun 1bc4ee4088 sctp: fix warning at inet_sock_destruct() while release sctp socket 16 years ago
Wei Yongjun ff0ac74afb sctp: xmit sctp packet always return no route error 16 years ago
Brian Haley d5fdd6babc ipv6: Use correct data types for ICMPv6 type and code 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
Jesper Dangaard Brouer eaa184a1a1 sctp: protocol.c call rcu_barrier() on unload. 16 years ago
David S. Miller 1b003be39e sctp: Use frag list abstraction interfaces. 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
Jean-Mickael Guerin d48e074dfd sctp: fix sack_timeout sysctl min and max types 16 years ago
Wei Yongjun 10a43cea7d sctp: fix panic when T4-rto timer expire on removed transport 16 years ago
Wei Yongjun 6345b19985 sctp: fix panic when T2-shutdown timer expire on removed transport 16 years ago
Wei Yongjun a2c395846c sctp: fix to only enable IPv6 address support on PF_INET6 socket 16 years ago
Wei Yongjun 4553e88d87 sctp: fix a typo in net/sctp/sm_statetable.c 16 years ago