Commit Graph

130 Commits (2e4d2653497856b102c90153f970c9e344ba96c6)

Author SHA1 Message Date
Robert P. J. Day 9dbc15f055 [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. 17 years ago
Vlad Yasevich ab38fb04c9 [SCTP]: Fix compiler warning about const qualifiers 17 years ago
Li Zefan 935a7f6e4d SCTP: fix wrong debug counting of bind_bucket 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
Florian Westphal 80445cfb28 [SCTP]: Remove redundant wrapper functions. 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Neil Horman 219b99a9ed [SCTP]: Bring MAX_BURST socket option into ietf API extension compliance 17 years ago
Vlad Yasevich 7e8616d8e7 [SCTP]: Update AUTH structures to match declarations in draft-16. 17 years ago
Vlad Yasevich b40db68468 [SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option 17 years ago
Pavel Emelyanov 5f31886ff0 [SCTP]: Pick up an orphaned sctp_sockets_allocated counter. 17 years ago
Vlad Yasevich b46ae36de4 [SCTP]: Set ports in every address returned by sctp_getladdrs() 17 years ago
Vlad Yasevich 0eca8fee0c [SCTP]: Do not increase rwnd when reading partial notification. 17 years ago
Vlad Yasevich 60c778b259 [SCTP]: Stop claiming that this is a "reference implementation" 17 years ago
Hideo Aoki 3ab224be6d [NET] CORE: Introducing new memory accounting interface. 17 years ago
Vlad Yasevich f57d96b2e9 [SCTP]: Change use_as_src into a full address state 17 years ago
Pavel Emelyanov 8d8ad9d7c4 [NET]: Name magic constants in sock_wake_async() 17 years ago
Vlad Yasevich 8e71a11c9f [SCTP]: Fix the bind_addr info during migration. 17 years ago
Vlad Yasevich f26f7c4805 [SCTP]: Add bind hash locking to the migrate code 17 years ago
Vlad Yasevich d970dbf845 SCTP: Convert custom hash lists to use hlist. 18 years ago
Vlad Yasevich 0ed90fb0f6 SCTP: Update RCU handling during the ADD-IP case 18 years ago
Eric Dumazet 8295b6d9e6 [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure 18 years ago
Al Viro 411223c01a fix breakage in sctp getsockopt 18 years ago
Stephen Hemminger 227b60f510 [INET]: local port range robustness 18 years ago
Stephen Hemminger 0639300900 [SCTP]: port randomization 18 years ago
Vlad Yasevich 65b07e5d0d [SCTP]: API updates to suport SCTP-AUTH extensions. 18 years ago
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