Commit Graph

193 Commits (01eebb53a65996dfbfb892bf5eb21ae831fbe3a6)

Author SHA1 Message Date
Vlad Yasevich 7dab83de50 sctp: Support ipv6only AF_INET6 sockets. 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
Vlad Yasevich ecbed6a419 sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated. 17 years ago
David S. Miller 735ce972fb sctp: Make sure N * sizeof(union sctp_addr) does not overflow. 17 years ago
Brian Haley 7d06b2e053 net: change proto destroy method to return void 17 years ago
Vlad Yasevich 7bfe8bdb80 sctp: Fix problems with the new SCTP_DELAYED_ACK code 17 years ago
Vlad Yasevich 88a0a948e7 sctp: Support the new specification of sctp_connectx() 17 years ago
Wei Yongjun d364d9276b sctp: Bring SCTP_DELAYED_ACK socket option into API compliance 17 years ago
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. 17 years ago
Vlad Yasevich 0ed90fb0f6 SCTP: Update RCU handling during the ADD-IP case 17 years ago
Eric Dumazet 8295b6d9e6 [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure 17 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