Commit Graph

202 Commits (19d8f84f86af867abee174be8bf1e4941a59143d)

Author SHA1 Message Date
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Andrei Pelinescu-Onciul 5fdd4baef6 sctp: on T3_RTX retransmit all the in-flight chunks 15 years ago
Vlad Yasevich 46d5a80855 sctp: Update max.burst implementation 15 years ago
Vlad Yasevich a5b03ad214 sctp: Turn the enum socket options into defines 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
Vlad Yasevich 90f2f5318b sctp: Update SWS avaoidance receiver side algorithm 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
Vlad Yasevich 409b95aff3 sctp: Set source addresses on the association before adding transports 15 years ago
Eric Dumazet fd2c3ef761 net: cleanup include/net 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