Commit Graph

455 Commits (d80aa31bbffc4bc8b5be36c57cbea128f52e1e1f)

Author SHA1 Message Date
Vlad Yasevich 3888e9efc9 sctp: Mark the tsn as received after all allocations finish 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
Vlad Yasevich 0f474d9bc5 sctp: Kill unused variable in sctp_assoc_bh_rcv() 17 years ago
Vlad Yasevich 2e3216cd54 sctp: Follow security requirement of responding with 1 packet 17 years ago
Wei Yongjun 7115e632f9 sctp: Validate Initiate Tag when handling ICMP message 17 years ago
Pavel Emelyanov 3d00fb9eb1 sctp: fix error path in sctp_proc_init 17 years ago
Vlad Yasevich 319fa2a24f sctp: Correclty set changeover_active for SFR-CACC 17 years ago
Wei Yongjun 80896a3584 sctp: Correctly cleanup procfs entries upon failure. 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 b9031d9d87 sctp: Fix ECN markings for IPv6 17 years ago
Vlad Yasevich 8b750ce54b sctp: Flush the queue only once during fast retransmit. 17 years ago
Vlad Yasevich 62aeaff5cc sctp: Start T3-RTX timer when fast retransmitting lowest TSN 17 years ago
Vlad Yasevich a646523481 sctp: Correctly implement Fast Recovery cwnd manipulations. 17 years ago
Gui Jianfeng 159c6bea37 sctp: Move sctp_v4_dst_saddr out of loop 17 years ago
Gui Jianfeng 4141ddc02a sctp: retran_path update bug fix 17 years ago
YOSHIFUJI Hideaki e51171019b [SCTP]: Fix NULL dereference of asoc. 17 years ago
Patrick McHardy c1cc678ada sctp: Fix use of uninitialized pointer 17 years ago
Wei Yongjun c4492586a6 sctp: Add address type check while process paramaters of ASCONF chunk 17 years ago
Wei Yongjun 6e40a915de sctp: Do not enable peer IPv6 address support on PF_INET socket 17 years ago
Neil Horman 20c2c1fd6c sctp: add sctp/remaddr table to complete RFC remote address table OID 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
Pavel Emelyanov 5e659e4cb0 [NET]: Fix heavy stack usage in seq_file output routines. 17 years ago
Gui Jianfeng 8b73a07c8f SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked. 17 years ago
Gui Jianfeng 765ff02e89 [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_update 17 years ago
Robert P. J. Day 9dbc15f055 [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. 17 years ago
Neil Horman 30e9356007 [SCTP]: Correct /proc/net/assocs formatting error 17 years ago
Pavel Emelyanov a40a7d15ba [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event. 17 years ago
Vlad Yasevich ab38fb04c9 [SCTP]: Fix compiler warning about const qualifiers 17 years ago
Gui Jianfeng f4ad85ca3e [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK 17 years ago
Wei Yongjun 72da7b3860 [SCTP]: Add check for hmac_algo parameter in sctp_verify_param() 17 years ago
YOSHIFUJI Hideaki 996b1dbadc [SCTP]: Use snmp_mib_{init,free}(). 17 years ago
Gui Jianfeng eab2e0b2ec SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint 17 years ago
Li Zefan 935a7f6e4d SCTP: fix wrong debug counting of bind_bucket 17 years ago
Li Zefan e8c38751be SCTP: fix wrong debug counting of datamsg 17 years ago
Denis V. Lunev 5677242f43 [NETNS]: Inet control socket should not hold a namespace. 17 years ago
Denis V. Lunev eee4fe4ded [INET]: Let inet_ctl_sock_create return sock rather than socket. 17 years ago
Denis V. Lunev 8258175c81 [SCTP]: Replace socket with sock for SCTP control socket. 17 years ago
Denis V. Lunev 4ffe0225e0 [SCTP]: Use inet_ctl_sock_create for control socket creation. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
Ilpo Järvinen bc09dff198 [SCTP]: Remove sctp_add_cmd_sf wrapper bloat 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 7cbca67c07 [IPV6]: Support Source Address Selection API (RFC5014). 17 years ago
Florian Westphal 80445cfb28 [SCTP]: Remove redundant wrapper functions. 17 years ago
Florian Westphal 2444844cef [SCTP]: Replace char msg[] with static const char[]. 17 years ago
Vlad Yasevich 270637abff [SCTP]: Fix a race between module load and protosw access 17 years ago
Al Viro bc92dd194d [SCTP]: fix misannotated __sctp_rcv_asconf_lookup() 17 years ago