Commit Graph

478 Commits (c1e5fcc980b7b2185b29e4f9f0d8266806ada9eb)

Author SHA1 Message Date
Vlad Yasevich d97240552c sctp: fix random memory dereference with SCTP_HMAC_IDENT option. 17 years ago
Vlad Yasevich 328fc47ea0 sctp: correct bounds check in sctp_setsockopt_auth_key 17 years ago
Vlad Yasevich 30c2235cbc sctp: add verification checks to SCTP_AUTH_KEY option 17 years ago
Vlad Yasevich 5e739d1752 sctp: fix potential panics in the SCTP-AUTH API. 17 years ago
Brian Haley 191cd58250 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() 17 years ago
Herbert Xu f880374c2f sctp: Drop ipfargok in sctp_xmit function 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Ulrich Drepper a677a039be flag parameters: socket and socketpair 17 years ago
Adrian Bunk 4d6971e909 sctp: remove sctp_assoc_proc_exit() 17 years ago
Adrian Bunk abd0b198ea sctp: make sctp_outq_flush() static 17 years ago
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