summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2014-05-19net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann
2014-05-19net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-05-19net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2014-05-19sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2014-05-19net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2014-05-19sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2014-05-19sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2014-05-19sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich
2014-05-19sctp: deal with multiple COOKIE_ECHO chunksMax Matveev
2013-06-10net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-06-10net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-06-10net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-06-10sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2012-10-07sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2011-04-14sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun
2011-03-07sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich
2011-03-02sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg
2011-01-07sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich
2010-12-09Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overf...Robin Holt
2010-09-26sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich
2010-07-05sctp: fix append error cause to ERROR chunk correctlyWei Yongjun
2010-07-05sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul
2009-11-13sctp: Set socket source address when additing first transportVlad Yasevich
2009-11-13sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-14net: constify struct net_protocolAlexey Dobriyan
2009-09-04sctp: Catch bogus stream sequence numbersVlad Yasevich
2009-09-04sctp: remove dup code in net/sctp/output.cWei Yongjun
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta
2009-09-04sctp: Get rid of an extra routing lookup when adding a transport.Vlad Yasevich
2009-09-04sctp: Correctly track if AUTH has been bundled.Vlad Yasevich
2009-09-04sctp: fix to reset packet information after packet transmitWei Yongjun
2009-09-04sctp: Failover transmitted list on transport deleteVlad Yasevich
2009-09-04sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich
2009-09-04sctp: Nagle delay should be based on path mtuVlad Yasevich
2009-09-04sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN.Vlad Yasevich
2009-09-04sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich
2009-09-04sctp: Clear fast_recovery on the transport when T3 timer expires.Vlad Yasevich
2009-09-04sctp: Fix error count increments that were results of HEARTBEATSVlad Yasevich
2009-09-04sctp: use proc_create()Alexey Dobriyan
2009-09-04sctp: fix check the chunk length of received HEARTBEAT-ACK chunkWei Yongjun
2009-09-04sctp: drop SHUTDOWN chunk if the TSN is less than the CTSNWei Yongjun
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich
2009-09-04sctp: Try to encourage SACK bundling with DATA.Vlad Yasevich
2009-09-04sctp: Generate SACKs when actually sending outbound DATAVlad Yasevich