Commit Graph

634 Commits (08c4f1b096cc2468908ea58a77d2ef92ef765c52)

Author SHA1 Message Date
Andrew Morton 8ffd32083c net/sctp/socket.c: squish warning 15 years ago
Linus Torvalds a252e749f1 sctp: fix compile error due to sysctl mismerge 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Thadeu Lima de Souza Cascardo 94e2bd6888 tree-wide: fix some typos and punctuation in comments 15 years ago
Andrei Pelinescu-Onciul 810c07194f sctp: fix sctp_setsockopt_autoclose compile warning 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Andrei Pelinescu-Onciul 5fdd4baef6 sctp: on T3_RTX retransmit all the in-flight chunks 15 years ago
Vlad Yasevich 4814326b59 sctp: prevent too-fast association id reuse 15 years ago
Andrei Pelinescu-Onciul da85b7396f sctp: fix integer overflow when setting the autoclose timer 15 years ago
Andrei Pelinescu-Onciul f6778aab6c sctp: limit maximum autoclose setsockopt value 15 years ago
Neil Horman d8dd15781d sctp: Fix mis-ordering of user space data when multihoming in use 15 years ago
Vlad Yasevich 46d5a80855 sctp: Update max.burst implementation 15 years ago
Vlad Yasevich 245cba7e55 sctp: Remove useless last_time_used variable 15 years ago
Amerigo Wang a242b41ded sctp: remove deprecated SCTP_GET_*_OLD stuffs 15 years ago
Andrei Pelinescu-Onciul 37051f7386 sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLE 15 years ago
Vlad Yasevich 90f2f5318b sctp: Update SWS avaoidance receiver side algorithm 15 years ago
Vlad Yasevich e0e9db178a sctp: Select a working primary during sctp_connectx() 15 years ago
Vlad Yasevich 6383cfb3ed sctp: Fix malformed "Invalid Stream Identifier" error 15 years ago
Wei Yongjun b93d647174 sctp: implement the sender side for SACK-IMMEDIATELY extension 15 years ago
Wei Yongjun 6dc7694f9d sctp: implement the receiver side for SACK-IMMEDIATELY extension 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 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
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Eric Dumazet 40c9c31e38 sctp: ipv6: avoid touching device refcount 15 years ago
Eric Paris 13f18aa05f net: drop capability from protocol definitions 15 years ago
Eric Dumazet c6d14c8456 net: Introduce for_each_netdev_rcu() iterator 15 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Neil Horman 3b885787ea net: Generalize socket rx gap / receive queue overflow cmsg 16 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