summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2014-04-26net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann
2014-03-23net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-03-11net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-10-13net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann
2013-10-13net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-10-01Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Greg Kroah-Hartman
2013-08-11sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2013-06-27net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-05-01net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-03-28sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang
2013-03-28sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-01-11sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2013-01-11sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2012-11-17sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan
2012-10-13sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf
2012-08-09sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-05-10sctp: check cached dst before using itNicolas Dichtel
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-29sctp: better integer overflow check in sctp_auth_create_key()Xi Wang
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-08sctp: fasthandoff with ASCONF at server-nodeMichio Honda
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet