Commit Graph

519 Commits (1b4d33121f1d991f6ae226cc3333428ff87627bb)

Author SHA1 Message Date
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Vlad Yasevich 845525a642 sctp: Update sctp global memory limit allocations. 17 years ago
Harvey Harrison 336d3262df sctp: remove unnecessary byteshifting, calculate directly in big-endian 17 years ago
Vlad Yasevich 4e54064e0a sctp: Allow only 1 listening socket with SO_REUSEADDR 17 years ago
Vlad Yasevich 23b29ed80b sctp: Do not leak memory on multiple listen() calls 17 years ago
Vlad Yasevich 7dab83de50 sctp: Support ipv6only AF_INET6 sockets. 17 years ago
Florian Westphal 6d0ccbac68 sctp: Prevent uninitialized memory access 17 years ago
Florian Westphal c4e85f82ed sctp: Don't abort initialization when CONFIG_PROC_FS=n 17 years ago
Pavel Emelyanov de0744af1f mib: add net to NET_INC_STATS_BH 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
Pavel Emelyanov 7c73a6faff mib: add net to IP_INC_STATS_BH 17 years ago
Pavel Emelyanov dcfc23cac1 mib: add struct net to ICMP_INC_STATS_BH 17 years ago
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