Commit Graph

103 Commits (234a0ca6f1d67ba4c3c3fc8378bbd98d722468e1)

Author SHA1 Message Date
Adrian Bunk b6fa1a4d74 [SCTP] net/sctp/socket.c: make 3 variables static 18 years ago
Neil Horman 4d93df0abd [SCTP]: Rewrite of sctp buffer management code 18 years ago
Vlad Yasevich 559cf710b0 [SCTP]: Convert bind_addr_list locking to RCU 18 years ago
Vlad Yasevich 2930354799 [SCTP]: Add RCU synchronization around sctp_localaddr_list 18 years ago
Vlad Yasevich 498d63071e SCTP: Correctly disable listening when backlog is 0. 18 years ago
Vlad Yasevich 2772b495ef SCTP: Pick the correct port when binding to 0. 18 years ago
Vlad Yasevich e4d1feab5d SCTP: IPv4 mapped addr not returned in SCTPv6 accept() 18 years ago
Sebastian Siewior d6f9fdaf64 sctp: try to fix readlock 18 years ago
sebastian@breakpoint.cc c86dabcf00 sctp: remove shadowed symbols 18 years ago
sebastian@breakpoint.cc 0a5fcb9cf8 sctp: move global declaration to header file. 18 years ago
sebastian@breakpoint.cc 046752104c sctp: make locally used function static 18 years ago
YOSHIFUJI Hideaki 9cbcbf4e01 [NET] SCTP: Fix whitespace errors. 18 years ago
Vlad Yasevich f50f95cab7 SCTP: Check to make sure file is valid before setting timeout 18 years ago
Vlad Yasevich 3663c30660 SCTP: Fix thinko in sctp_copy_laddrs() 18 years ago
Zach Brown 5131a184a3 SCTP: lock_sock_nested in sctp_sock_migrate 18 years ago
Neil Horman 186e234358 SCTP: Fix sctp_getsockopt_get_peer_addrs 18 years ago
Neil Horman 408f22e81e SCTP: update sctp_getsockopt helpers to allow oversized buffers 18 years ago
Vlad Yasevich 8a4794914f [SCTP] Flag a pmtu change request 18 years ago
Vlad Yasevich fe979ac169 [SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails 18 years ago
Vlad Yasevich 8b35805693 [SCTP]: Allow unspecified port in sctp_bindx() 18 years ago
Vlad Yasevich d570ee490f [SCTP]: Correctly set daddr for IPv6 sockets during peeloff 18 years ago
Vlad Yasevich 70b57b814e [SCTP]: Correctly copy addresses in sctp_copy_laddrs 18 years ago
Vlad Yasevich 8dc4984a6b [SCTP]: Prevent OOPS if hmac modules didn't load 18 years ago
Michael Opdenacker 59c51591a0 Fix occurrences of "the the " 18 years ago
Vlad Yasevich ce5325c133 [SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP. 18 years ago
Vlad Yasevich 16d00fb776 [SCTP]: Verify all destination ports in sctp_connectx. 18 years ago
Vlad Yasevich aad97f38b7 [SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Vlad Yasevich 703315712c [SCTP]: Implement SCTP_MAX_BURST socket option. 18 years ago
Vlad Yasevich bdf3092af6 [SCTP]: Honor flags when setting peer address parameters 18 years ago
Vlad Yasevich d49d91d79a [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option. 18 years ago
Vlad Yasevich b6e1331f3c [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option 18 years ago
Paolo Galtieri 0304ff8a2d [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation. 18 years ago
Tsutomu Fujii ea2bc483ff [SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message 18 years ago
YOSHIFUJI Hideaki d808ad9ab8 [NET] SCTP: Fix whitespace errors. 18 years ago
Ivan Skytte Jorgensen 0f3fffd8ab [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. 18 years ago
Ivan Skytte Jorgensen 6ab792f577 [SCTP]: Add support for SCTP_CONTEXT socket option. 18 years ago
Sridhar Samudrala 29c7cf9618 [SCTP]: Handle address add/delete events in a more efficient way. 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Christoph Lameter 54e6ecb239 [PATCH] slab: remove SLAB_ATOMIC 18 years ago
Al Viro dce116ae86 [SCTP]: Get rid of the last remnants of sin_port flipping. 18 years ago
Al Viro 6fbfa9f951 [SCTP]: Annotate ->inaddr_any(). 18 years ago
Al Viro 8cec6b8066 [SCTP]: We need to be careful when copying to sockaddr_storage. 18 years ago
Al Viro b3f5b3b665 [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions. 18 years ago
Al Viro 5ae955cffd [SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr(). 18 years ago
Al Viro 6244be4e06 [SCTP]: Trivial parts of a_h -> a switch. 18 years ago
Al Viro 6c7be55ca0 [SCTP]: sctp_has_association() switched to net-endian. 18 years ago
Al Viro cd4ff034e3 [SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian. 18 years ago
Al Viro 5ab7b859ab [SCTP]: Switch sctp_add_bind_addr() to net-endian. 18 years ago
Al Viro 4bdf4b5fe2 [SCTP]: Switch sctp_assoc_add_peer() to net-endian. 18 years ago