Commit Graph

308 Commits (3eb07c8c8adb6f0572baba844ba2d9e501654316)

Author SHA1 Message Date
Rusty Russell af49d9248f Remove "unsafe" from module struct 18 years ago
Herbert Xu e5bbef20e0 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers 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 6b2f9cb64d [SCTP]: Tie ADD-IP and AUTH functionality as required by spec. 18 years ago
Vlad Yasevich 65b07e5d0d [SCTP]: API updates to suport SCTP-AUTH extensions. 18 years ago
Vlad Yasevich bbd0d59809 [SCTP]: Implement the receive and verification of AUTH chunk 18 years ago
Vlad Yasevich 4cd57c8078 [SCTP]: Enable the sending of the AUTH chunk. 18 years ago
Vlad Yasevich 730fc3d05c [SCTP]: Implete SCTP-AUTH parameter processing 18 years ago
Vlad Yasevich a29a5bd4f5 [SCTP]: Implement SCTP-AUTH initializations. 18 years ago
Vlad Yasevich 1f485649f5 [SCTP]: Implement SCTP-AUTH internals 18 years ago
Vlad Yasevich 007e3936bd [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c 18 years ago
Vlad Yasevich 131a47e31a [SCTP]: Implement the Supported Extensions Parameter 18 years ago
Adrian Bunk b6fa1a4d74 [SCTP] net/sctp/socket.c: make 3 variables static 18 years ago
Adrian Bunk 5c94bf86c8 [SCTP]: Make sctp_addto_param() static. 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Brian Haley e773e4faa1 [IPV6]: Add v4mapped address inline 18 years ago
Neil Horman 4d93df0abd [SCTP]: Rewrite of sctp buffer management code 18 years ago
Al Viro 78bd8fbbcd fix sctp_del_bind_addr() last argument type 18 years ago
Wei Yongjun 6f4c618ddb SCTP : Add paramters validity check for ASCONF chunk 18 years ago
Vlad Yasevich 3c77f961b5 SCTP: Discard OOTB packetes with bundled INIT early. 18 years ago
Vlad Yasevich ece25dfa09 SCTP: Clean up OOTB handling and fix infinite loop processing 18 years ago
Vlad Yasevich d3f259687f SCTP: Explicitely discard OOTB chunks 18 years ago
Wei Yongjun 02c4e12c64 SCTP: Send ABORT chunk with correct tag in response to INIT ACK 18 years ago
Vlad Yasevich a09c83847b SCTP: Validate buffer room when processing sequential chunks 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
Wei Yongjun cb243a1a9f SCTP: Fix to handle invalid parameter length correctly 18 years ago
Vlad Yasevich 609ee4679b SCTP: Abort on COOKIE-ECHO if backlog is exceeded. 18 years ago
Vlad Yasevich 498d63071e SCTP: Correctly disable listening when backlog is 0. 18 years ago
Vlad Yasevich d0ce92910b SCTP: Do not retransmit chunks that are newer then rtt. 18 years ago
Vlad Yasevich cc75689a4c SCTP: Uncomfirmed transports can't become Inactive 18 years ago
Vlad Yasevich 2772b495ef SCTP: Pick the correct port when binding to 0. 18 years ago
Wei Yongjun d99fa42963 SCTP: Use net_ratelimit to suppress error messages print too fast 18 years ago
Wei Yongjun 00f1c2df2a SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly 18 years ago
Wei Yongjun 8d614ade51 SCTP: Fix sctp_addto_chunk() to add pad with correct length 18 years ago
Vlad Yasevich ab3e5e7b65 SCTP: Assign stream sequence numbers to the entire message 18 years ago
Vlad Yasevich ea2dfb3733 SCTP: properly clean up fragment and ordering queues during FWD-TSN. 18 years ago
Wei Yongjun 5f8f1c3c87 SCTP: remove useless code in function sctp_init_cause 18 years ago
Wei Yongjun aecedeab6f SCTP: drop SACK if ctsn is not less than the next tsn of assoc 18 years ago
Vlad Yasevich e4d1feab5d SCTP: IPv4 mapped addr not returned in SCTPv6 accept() 18 years ago
Dave Johnson b225b884a1 SCTP: IPv4 mapped addr not returned in SCTPv6 accept() 18 years ago
Sebastian Siewior cc121fa87a sctp: fix shadow symbol in net/sctp/tsnmap.c 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